body {
	background-color: #A2A2A2;
	margin: 0px;
}
.page-bg {
	background-color: #A2A2A2;
	background-image: url(../files/page_lcrv.gif);
	background-repeat: no-repeat;
	background-position: left 220px;

}
.left-bar {
	background-image: url(../files/page_lcrv.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;		
}
.logo-bg {
	background-image: url(../files/menu_bg.gif);
	background-repeat: no-repeat;
}
.copyright {
	background-color: #D0D0D0;
	padding-right: 5px;
	padding-left: 5px;
}
.nav {
	background-image: url(../files/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
}
.nav-hilite {
	background-image: url(../files/arrow_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
}
.nav-sdw {
	background-image: url(../files/nav_sdw.gif);
	background-repeat: no-repeat;
	background-position: 155px bottom;
}
.main {
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 10px;
}
.header {
	font-size: 12px;
	font-weight: bold;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #000000;
	text-decoration: none;
}
.nav-hilite a {
	color: #000000;
	text-decoration: none;
}
.nav-hilite a:hover {
	color: #000000;
	text-decoration: none;
}
.lnav a {
	color: #000000;
	text-decoration: none;
}
.lnav a:hover {
	color: #F62A68;
	text-decoration: none;
}
.lnav-hilite a {
	color: #F62A68;
	text-decoration: none;
}
.lnav-hilite a:hover {
	color: #F62A68;
	text-decoration: none;
}

.bdr {
	background-color: #A2A2A2;
}
#content {
	position:relative;
	top:0px;
	left:0px;
	overflow: auto;
	width: 98%;
	height:340px;
	margin:0px;
	padding-right:10px;
	text-align:justify;
	border: solid 1px #A2A2A2;
	scrollbar-face-color: #D0D0D0; 
	scrollbar-highlight-color: #EAEAEA; 
	scrollbar-3dlight-color: #D0D0D0; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-darkshadow-color: #A2A2A2; 
	scrollbar-base-color: #D0D0D0;
}


.TextField
{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-width:1px;	
	border-bottom-width: 1px;
	border-right-color: #999998;
	border-bottom-color: #999998;
	border-top-color: #999998;
	border-left-color: #999998;
	border-top-style: solid;	
	border-left-style: solid;	
	border-right-style: solid;	
	border-bottom-style: solid;	
}


input.commonButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
	background-color: #eeeeee;
	background-image: url(files/copybg3.png);
	border: none;
	font-weight: bold;
	height: 20px;
}
.white {
	color: #FFFFFF;
}


