
/*----------- body --------------------*/
body
{	 
	margin: 20;
	font-family: verdana;
	background-color: #cccccc;
	background-image: url(../images/PageBG.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: fixed;
}

table
{
	border-collapse: collapse;
}
		
hr
{
 color: #002441;
 height: 1px;
}		




/*------------------------ side menu --------------------------------*/

.sidemenu
{
	color: #000000;			
	font-size: 8pt;	
	font-weight: bold;
	padding: 0;
	border-bottom: 1px solid #002441;
	background-color: #D6E3EF;
}

.sidemenu table td
{
	color: #000000;			
	font-size: 8pt;	
	font-weight: bold;
	padding: 0;
	border-bottom: 1px solid #002441;
	background-color: #D6E3EF;
}

.sidemenu p
{
	margin: 10;
}

.sidemenu a:visited
{
 font-family: verdana; 
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
 color: #000000;
}

.sidemenu a:hover
{
 font-family: verdana; 
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
 color: #A1924F;
}

.sidemenu a:active
{
 font-family: verdana; 
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
 color: #000000;
}

.sidemenu a
{
 font-family: verdana; 
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
 color: #000000; 
}

/*------------------------ side menu --------------------------------*/

.content
{
	color: #000000;			
	font-size: 8pt;			
	padding: 20;
	line-height: 14pt;
	
	
}


.content table
{
	color: #000000;			
	font-size: 8pt;			
	padding: 8;	
}

.content a:visited
{
 font-family: verdana; 
 font-size: 8pt;
 font-weight: normal;
 text-decoration: underline;
 color: #3B76A5;
}

.content a:hover
{
 font-family: verdana; 
 font-size: 8pt;
 font-weight: normal;
 text-decoration: underline;
 color: #002441;
}

.content a:active
{
 font-family: verdana; 
 font-size: 8pt;
 font-weight: normal;
 text-decoration: underline;
 color: #3B76A5;
}

.content a
{
 font-family: verdana; 
 font-size: 8pt;
 font-weight: normal;
 text-decoration: underline;
 color: #3B76A5;
}



/*------------------------ footer --------------------------------*/
.footer td 
{
 border: 0;
 padding: 5 0 5 0;
 font-family: verdana; 
 font-size: 8pt;
 color: #000000;
}

.footer a:visited
{
 font-family: verdana; 
 font-size: 8pt;
 color: #000000;
}

.footer a:hover
{
 font-family: verdana; 
 font-size: 8pt;
 color: #A1924F;
}

.footer a:active
{
 font-family: verdana; 
 font-size: 8pt;
 color: #000000;
}

.footer a
{
 font-family: verdana; 
 font-size: 8pt;
 color: #000000;
}

/*------------------------ top menu --------------------------------*/

.MainMenuItem
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	padding: 5 8 5 8;	
	cursor: pointer;
	cursor: hand;
}

.MenuGroup table
{
	border-right: 1px solid #002441;
}

.MainMenuItemOver
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;	
	padding: 5 8 5 8;
	background-color: #002441;
	cursor: pointer;
	cursor: hand;
}

.MainMenuItemClicked
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;	
	padding: 5 8 5 8;
	background-color: #3B76A5;
	cursor: pointer;
	cursor: hand;
}

.MenuItem
{	
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;	
	padding: 5 8 5 8;		
	cursor: pointer;
	cursor: hand;
	background-color: #002441;
}

.MenuItemOver
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;	
	padding: 5 8 5 8;
	background-color: #3B76A5;
	cursor: pointer;
	cursor: hand;
	
}
.MenuItemClicked
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	background-color: #002441;	
	padding: 5 8 5 8;
	cursor: pointer;
	cursor: hand;
}

.topmenu
{
	background-color: #3B76A5;
	background-image: url(../images/TopMenuBG.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-attachment: fixed;				
}

.MenuGroup
{
 border-left: solid 1px #002441;
 border-collapse: collapse;
}