/* CSS Document */
body
{
	background: url("../images/bg2.gif") repeat-x top;
	margin-top: 0px;
}

.bodyType
{
	font-family: Arial, sans-serif; 
	color: #000; 
	font-size: 12px;
}

.rightType
{
	font-family: Arial, sans-serif; 
	color: #fff; 
	font-size: 12px;
}

.bodyTitle
{
	font-family: Tahoma, serif; 
	font-size: 16px;
	font-weight: bold;
	color: #005f3a;
	border-bottom: 1px solid #005f3a;
}

.rightTitle
{
	font-family: Tahoma, serif; 
	font-size: 16px;
	font-weight: bold;
	color: #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.menu
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15pt;
	color: #000;
}

.footer
{
	font-family: Arial, sans-serif; 
	color: #000; 
	font-size: 10px;
}

a:link
{
	color:#005f3a; 
}

a:active
{
	color:#005f3a; 
}

a:visited
{
	color:#005f3a; 
}

a:hover
{
	color:#99b5a9; 
}

.rightType a:link
{
	color:#dae83c; 
}

.rightType a:active
{
	color:#dae83c; 
}

.rightType a:visited
{
	color:#dae83c; 
}

.rightType a:hover
{
	color:#99b5a9; 
}

.menu a:link
{
	color:#000; 
	text-decoration: none;
}

.menu a:active
{
	color:#000;
	text-decoration: none;
}

.menu a:visited
{
	color:#000;
	text-decoration: none;
}

.menu a:hover
{
	color:#005f3a;
	text-decoration: none;
}