body {
background: #121E2A url('images/bg.jpg') repeat-x;
margin: 10px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}

td { 
font-family: Tahoma;
color: #29121F;
font-size: 11px;
}



#container {
width: 722px;
margin: 0px auto;
}

#header {
background: #000;
width: 100%;
height: 474px;
padding-top: 0px;
margin-top:07px;
}

#content {
background: #8B9F96;
float:left;
width: 541px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
margin-left: 93px;
}


.basetwo {
background: #8B9F96;
float: left;
width: 500px;
text-align: left;
margin: 7px;
padding: 5px;
font-family: Tahoma;
color: #000000;
font-size: 11px;
}

.title
{
border-bottom: 1px dotted #ffffff;
float: left;
width: 500px;
text-align: left;
margin-left: 7px;
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #000000;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 0;
padding: 2px;
margin-bottom: -2px;
}



.x {
background: #000000;
float: left;
width: 450px;
height: 15px;
margin: 0 0 10px 0;
}






a:link 		{
		text-decoration:none;
		color:#ffffff;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:visited 	{
		text-decoration:none;
		color:#ffffff;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:hover 	{
		text-decoration:none;
		color: #000000;
		font-weight: normal;
		border-bottom: 1px dotted #272E19;
		}


a:active 	{
		text-decoration:none;
		color:#ffffff;
		}



input,textarea,select {
		border: 1px solid #000000;
		background-color:#47857F;
		color: #000;
		font-family: Tahoma;
		font-size: 11px;}


