
body
{
	font-size: 11px;
	margin: 0 20px 0 20px;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ffffff;
	color: #000000;
}


form
{
	display: inline; 
	margin: 0;
	padding: 0;
}


.head
{
	font-size: 16px;
	/* font-weight: bold;*/
	margin: 0;
}

.logo
{
	margin: 10px;
}


.nav
{
	color: #0099CC;
	font-size: 11px;
	background-color: #77bb77; 
	padding: 0px;
}



.nav a
{
	color: #ffffff;
	font-weight:bold;
	font-style: normal;
	text-decoration: none;
	border-right: 2px solid #ffffff; 
	display: block;
	float: left;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	
}

.nav a:hover
{
	color: #2C452C;
	xxbackground-color: #ffffff;
}


.navselected
{
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

.navselected a
{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}


/********************* Menu **********************/



.menu
{
	width: 14em;
	margin: 10px 0px 10px 10px;
	font-size: 10px;
	line-height: 10px;
	color: #666666;
}

.menuitem
{
	text-decoration: none;
	color: #666666;
	margin-bottom: 5px;
}

.menuitem a
{
	text-decoration: none;
	color: #666666;
}

.menuitem a:hover
{
	color: #0099CC;
}

.menuitemselected
{
	text-decoration: none;
	font-weight:bold;
	color: #0099CC;
	margin-bottom: 5px;
}

.menuitemselected a
{
	text-decoration: none;
	font-weight: bold;
	color: #0099CC;
}

.menuitemselected a:hover
{
	color: #0099CC;
}


/*************** menusubitem *********************/

.menusubitem
{
	text-decoration: none;
	color: #666666;
	margin-bottom: 5px;
	margin-left: 10px;
}

.menusubitem a
{
	text-decoration: none;   
	color: #666666;
}

.menusubitem a:hover
{
	color: #0099CC;
}

.menusubitemselected
{
	text-decoration: none;
	font-weight:bold;
	color: #0099CC;
	margin-bottom: 5px;
	margin-left: 10px;
}

.menusubitemselected a
{
	text-decoration: none;
	font-weight:bold;
	color: #0099CC;
}

.menusubitemselected a:hover
{
	color: #0099CC;
}


/**************** Content **********************/

.content
{
	margin: 10px;
}

.right
{
	float:right;
}

.content p
{
	margin: 0.65em 0 0.65em 0;
	/*padding: 0 0 0 0;*/
}

.content a
{
	color: #0099CC;
	text-decoration: underline;
}

.content a:hover
{
	color: #CC0000;
}



.contenth1
{
 	font-weight: bold;
	color: #0099CC;
	font-size: 16px;
	margin: 16px 0 16px 0;
}

.contenth2
{
 	font-weight: bold;
	color: #000000;
	font-size: 16px;
	margin: 16px 0 16px 0;
}

.contenth3
{
 	font-weight: bold;
	color: #000000;
	font-size: 11px;
	margin: 15px 0 13px 0;
}

.contenth4
{
 	font-weight: bold;
	color: #0099CC;
	font-size: 11px;
	margin: 18px 0 6px 0;
}

.contenth5
{
 	font-weight: bold;
	color: #0099CC;
	font-size: 11px;
}


/********************* Error **********************/

.error
{
	float: left;
	clear:both;
	font-size: 11px;
 	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFCC;
	border: 1px solid #CCCC00; 
	margin: 1.5em 0 1.5em 0;
	padding: 0.7em 1em 0.7em 1em;
}

.error a
{
	color: #CC0000;
}

.error a:hover
{
	color: #FF2222;
}

.errorline
{	
	width: 75%;
}


/********************* Footer **********************/


.footer
{
	font-size: 11px; 
	line-height: 16px;
	color: #88aa88;
	/*background-color: #f2f2f2;*/
	border-top: 2px solid #77bb77;
	padding: 10px;
	margin-top: 25px;
}


.footer a
{
	color: #557755;
	text-decoration: none;
}

.footer a:hover
{
	color: #000000;
}


.footer .lighterfooter a
{
	color: #88aa88;
	text-decoration: none;
}

.footer .lighterfooter a:hover
{
	color: #000000;
}


