body {
background: #000000 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: 450px;
margin: 0px auto;
}
#header {
background: #000;
width: 100%;
height: 284px;
padding-top: 0px;
margin-top:07px;

}
#content {
background: #AED1D0;
float:left;
width: 450px;
text-align: left;
font-family: Tahoma;
color: #CCCCCC;
font-size: 11px;
}


.basetwo {
background: #AED1D0;
float: left;
width: 400px;
text-align: left;
margin: 7px;
padding: 5px;
font-family: Tahoma;
color: #283C3B;
font-size: 11px;
}

.title
{
border-bottom: 1px dotted #0D5753;
float: left;
width: 435px;
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: #2C8184;
float: left;
width: 450px;
height: 15px;
margin: 0 0 10px 0;
}






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


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


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


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



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

