/*
 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: 12px;
	scrollbar-face-color:  #EA7E39;
    scrollbar-shadow-color:White;
	scrollbar-arrow-color: White;
	background-repeat: repeat-x;
	margin-top: 10px;
/*  
	scrollbar-highlight-color:
    scrollbar-3dlight-color:
    scrollbar-darkshadow-color:
    scrollbar-track-color: 
*/
}
P, SPAN{
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px; 
}
TABLE, TD { 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 12px; 
}
TEXTAREA, INPUT, SELECT {  
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
h4{
	color: #015194;
}
A:link  {
	COLOR: #015194; 
	text-decoration: underline; 
	font-weight:bold;
}
A:visited { 
	COLOR: #015194; 
	text-decoration: underline; 
}
A:active {
	COLOR: #015194; 
	text-decoration: underline; 
}
A:hover {
	COLOR: #EA7E39;
	text-decoration: none; 
}
.copyright{
	font-size: 12px;
	COLOR: #F5F8E6;
}
.navBackground{
	background-image: url(../images/nav_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FEFEFE;
}
.buttonBackground{
	background-image: url(../images/btn_background.gif);
	padding-left: 5px;
	color: #015194;
}
.buttonBackground A:link  {
	COLOR:  #015194;
	text-decoration: none; 
	 FONT-WEIGHT: normal;
}
.buttonBackground A:visited { 
	COLOR:  #015194;
	text-decoration: none; 
    FONT-WEIGHT: normal;
}
.buttonBackground A:active {
	COLOR:  #015194;
	text-decoration: none; 
	 FONT-WEIGHT: normal;
}
 .buttonBackground A:hover {
	COLOR: #015194;
	text-decoration: none; 
    FONT-WEIGHT: normal;
}
.buttonMouseover{
	background-image: url(../images/btn_mouseover.gif);
	padding-left: 5px;
	color: #EA7E39;
}
.buttonMouseover A:link  {
	COLOR:  #EA7E39;
	text-decoration: none; 
	 FONT-WEIGHT: normal;
}
.buttonMouseover A:visited { 
	COLOR:  #EA7E39;
	text-decoration: none; 
    FONT-WEIGHT: normal;
}
.buttonMouseover A:active {
	COLOR:  #EA7E39;
	text-decoration: none; 
	 FONT-WEIGHT: normal;
}
 .buttonMouseover A:hover {
	COLOR: #EA7E39;
	text-decoration: none; 
    FONT-WEIGHT: normal;
}
.header{
	background-color: #FAE0CF;
	color: #EA7E39;
	font-weight: bold;
}
.subHeader{
	background-color: #E3EBFA;
}