/*
 All contents of this file and all associated Page Concepts' 
 files are copyright 1996-2001, ajk concepts, inc. 
 Duplication without permission is strictly prohibited. 
*/
BODY { 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 13px;
	scrollbar-face-color: #3ab65d;
    scrollbar-shadow-color:White;
	scrollbar-arrow-color: White;
/*  
	scrollbar-highlight-color:
    scrollbar-3dlight-color:
    scrollbar-darkshadow-color:
    scrollbar-track-color: 
*/
}
P, SPAN{
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 13px; 
}
TABLE, TD { 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 13px; 
}
TEXTAREA, INPUT, SELECT {  
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
HR{
	height: 1pt;
}
A:link  {
	COLOR: BLACK; 
	text-decoration: underline; 
}
A:visited { 
	COLOR: black; 
	text-decoration: underline; 
}
A:active {
	COLOR: Black; 
	text-decoration: underline; 
}
A:hover {
	COLOR: #D83A1B;
	text-decoration: none; 
}
.copyright{
	font-size: 12px;
	COLOR: Black;
}
.copyright A:link  {
	COLOR: Black;
	text-decoration: underline; 
	 FONT-WEIGHT: bold;
}
.copyright A:visited { 
	COLOR: Black;
	text-decoration: underline; 
    FONT-WEIGHT: bold;
}
.copyright A:active {
	COLOR: Black;;	
	text-decoration: underline; 
	 FONT-WEIGHT: bold;
}
 .copyright A:hover {
	COLOR: #3ab65d;
	text-decoration: none; 
    FONT-WEIGHT: bold;
}
.copyright2{
	font-size: 11px;
	COLOR: White;
}
.copyright2 A:link  {
	COLOR: White;
	text-decoration: underline; 
	 FONT-WEIGHT: bold;
}
.copyright2 A:visited { 
	COLOR: White;
	text-decoration: underline; 
    FONT-WEIGHT: bold;
}
.copyright2 A:active {
	COLOR: White;;	
	text-decoration: underline; 
	 FONT-WEIGHT: bold;
}
 .copyright2 A:hover {
	COLOR: #3ab65d;
	text-decoration: none; 
    FONT-WEIGHT: bold;
}
.toplinks{
	font-size: 11px;
	COLOR: White;
}
.toplinks A:link  {
	COLOR: White;
	text-decoration: none;
	 FONT-WEIGHT: bold;
}
.toplinks A:visited { 
	COLOR: White;
	text-decoration: none;
    FONT-WEIGHT: bold;
}
.toplinks A:active {
	COLOR: White;;	
	text-decoration: none; 
	 FONT-WEIGHT: bold;
}
 .toplinks A:hover {
	COLOR: #3ab65d;
	text-decoration: none; 
    FONT-WEIGHT: bold;
}
.header{
	font-size: 18px;
	COLOR: Black;
	 FONT-WEIGHT: bold;
}
.header A:link  {
	COLOR: Black;
	text-decoration: none; 
	 FONT-WEIGHT: bold;
}
.header A:visited { 
	COLOR: Black;
	text-decoration: none; 
    FONT-WEIGHT: bold;
}
.header A:active {
	COLOR: Black;;	
	text-decoration: none; 
	 FONT-WEIGHT: bold;
}
 .header A:hover {
	COLOR: #3ab65d;
	text-decoration: underline; 
    FONT-WEIGHT: bold;
}
.tblheader{
	background-color: #3ab65d;
	color: black;
	font-weight: bold;
	padding-left: 5px;
}

.blueborder{
	border: 1px solid #3ab65d;
}