BODY {
	BACKGROUND-COLOR: #FFFFFF;
	font-family: Arial sans-serif; 
	color: #666666;
}

TABLE.center TD{
	text-align: center;
}

TABLE.BODYHOME {
	border-top: solid 1px cccccc;
	border-bottom: solid 1px cccccc;
	border-left: solid 1px cccccc;
	border-right: solid 1px cccccc;
	
} 

TD {
	padding: 0px; 
	font-family: Arial; 
	font-size: 12pt;  	
} 

TD A:LINK {
	FONT-SIZE: 12pt;
	COLOR: #666666;
	font-weight: normal;
}


TD A:VISITED {
	FONT-SIZE: 12pt;
	COLOR: #9999CC;
	font-weight: normal;
}

TD A:HOVER {
	FONT-SIZE: 12pt;
	COLOR: #CCCCCC;
	font-weight: normal;
}

TD A:ACTIVE {
	FONT-SIZE: 12pt;
	COLOR: #99ccff;
	font-weight: normal;
}
TD.lnav {
	border-right: 1px solid #dddddd;
	Background: #FFFFFF;
	width: 220px;
}


DIV.lnav {
	background: #FFFFFF;
	width: 220px;
	Border: 0px;
    padding: 0px 0px 0px 0px;
	margin: 0px;
	color:#666666; 
	font-size: 11px; 
	font-weight: bold; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
}

TD.body {
	Background: #FFFFFF;
	padding: 0px;
	width: 100%;
} 

DIV.body {
	background: #FFFFFF;
	Border: 0px;
	/*add padding right to when vertical bar left is introduced*/
    padding-left: 4px;	
	padding-right: 10px;
	/*hide to remove top space*/
	margin: 10 2 6 4;
	/*end hide to remove top space*/
	color:#333333; 
	font-size: 12pt; 
	font-weight: normal; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
	width: 100%;
}

DIV.body A:link { 
	color: #005A9C; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
} 
DIV.body A:visited { 
	color: #ADC2DE; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
DIV.body A:hover { 
	color: #58A7E0;  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
} 
DIV.body A:active { 
	color: #58A7E0; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
} 

img.right {
	float: right;
	padding-bottom: 2px;
	padding-left: 2px;
}

DIV.body LI{
	padding: 0px 2px 7px 16px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	background-image: url(../media/arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
DIV.body UL{
	margin: 4px 0px -5px 0px;
	padding: 0 0 0 0;
}
