

/*--------------------GLOBAL--------------------*/
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #333333; font-weight:normal;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #333333; font-weight:bold;margin-bottom: 1px;}
td,p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
small {font-size: 10px; color: #333333; line-height: -1;}
strong {color: #2C407B;}

.leading{line-height: 1.3;}
.largetext{font-size: 16px;}
.big {font-size: 16px; color: #12255D}
.big2 {font-size: 14px; color: #333333;line-height: 1.5;}

.grey {color: #999999;}
.ltgreen {color: #669F8C;}
.bigtxt{font-size: 14px;}
.spec {font-size: 11px;}
.gry {border-color: #cccccc;}

ul { 
	margin-left:20px; 
	margin-right:0px; 
	list-style:square; 
	margin-top: 4px
} 

hr {
	border: none 0; 
	border-top: 1px dotted #ccc;/*the border*/
	width: 100%;
	height: 1px;
	margin: 0px
} 

.hr2 {
	border: none 0; 
	border-top: 1px solid #ccc;/*the border*/
	width: 100%;
	height: 1px;
	margin: 0px
} 
.breadcrumb {font-size: 11px; color: #2C407B;}
.bdr {border:1px dotted #ccc;}

/*--------------------CUSTOM--------------------*/ 

.ErrMsg {color: #A00000; font-size: 16px;}
.Header {color: #000000; font-size: 16px;}
.Header2 {color: #A00000; font-size: 16px;}

.tblHeader {
	background-color: #f6f6f6;
	font-size: 12px; color: #333333;
	font-weight: bold;
}



/*--------------------LINKS--------------------*/ 
A.grey:link {color: #999999; } /* unvisited links */ 
A.grey:active {color: #333333; } /*active links*/ 
A.grey:visited {color: #999999; } /* visited links */ 
A.grey:hover {color: #333333;} /* mouseover */ 

A:link {color: #CC0000; } /* unvisited links */ 
A:active {color: #CC0000; } /*active links*/ 
A:visited {color: #CC0000; } /* visited links */ 
A:hover {color: #CC0000; text-decoration:none;} /* mouseover */ 

A.nav_bot:link {color: #999999; } /* unvisited links */ 
A.nav_bot:active {color: #333333; } /*active links*/ 
A.nav_bot:visited {color: #999999; } /* visited links */ 
A.nav_bot:hover {color: #333333; } /* mouseover */ 
