/*
 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: #dee8f1;
    scrollbar-shadow-color:#202D7A;
	scrollbar-arrow-color: #202D7A;
/*  
	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: #D83A1B;
	text-decoration: none; 
    FONT-WEIGHT: bold;
}
.leftnav {
	font-size: 12px;
	COLOR: #7695b0;
	FONT-WEIGHT: bold;
}
.leftnav A:link  {
	COLOR: #7695b0;
	text-decoration: none; 
	 FONT-WEIGHT: bold;
}
.leftnav A:visited { 
	COLOR: #7695b0;
	text-decoration: none; 
    FONT-WEIGHT: bold;
}
.leftnav A:active {
	COLOR: #7695b0;
	text-decoration: none; 
	 FONT-WEIGHT: bold;
}
 .leftnav A:hover {
	COLOR: #D83A1B;
	text-decoration: underline; 
    FONT-WEIGHT: bold;
}
.copyright2 {
	font-size: 13px;
	COLOR: Black;
	FONT-WEIGHT: bold;
}
.copyright2 A:link  {
	COLOR: Black;
	text-decoration: underline; 
	 FONT-WEIGHT: bold;
}
.copyright2 A:visited { 
	COLOR: Black;
	text-decoration: underline; 
    FONT-WEIGHT: bold;
}
.copyright2 A:active {
	COLOR: Black;;	
	text-decoration: underline; 
	 FONT-WEIGHT: bold;
}
 .copyright2 A:hover {
	COLOR: #D83A1B;
	text-decoration: none; 
    FONT-WEIGHT: bold;
}
.topnav {
	font-size: 12 px;
	COLOR: #7695b0;
	FONT-WEIGHT: bold;
}
.topnav A:link  {
	COLOR: #7695b0;
	text-decoration: none; 
	 FONT-WEIGHT: bold;
}
.topnav  A:visited { 
	COLOR: #7695b0;
	text-decoration: none; 
    FONT-WEIGHT: bold;
}
.topnav A:active {
	COLOR: #7695b0;
	text-decoration: none; 
	 FONT-WEIGHT: bold;
}
.topnav  A:hover {
	COLOR: #D83A1B;
	text-decoration: underline; 
    FONT-WEIGHT: bold;
}
.listings
{
	border: 1px solid #202d7a;
    BACKGROUND-COLOR: #DEE8F1;
}
.td1
{
    BACKGROUND-COLOR: #dedddd;
    COLOR: #202d7a;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 2px;
    TEXT-ALIGN: left
}
.error
{
    COLOR: red;
    FONT-WEIGHT: bold
}