@charset "utf-8";
/* CSS Document */

body {
	background-color: #f0f9fd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
p{
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #162C33;
	line-height: 16px;
}
.normal{
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #162C33;
	line-height: 16px;
}
.blue{
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #377488;
	line-height: 16px;
}
.style1 {
	color: #377488
}
.top{
	background-image: url(images/top_01.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.logo{
	border-left: 1px solid #162C33;
	border-bottom: 1px solid white;	
}
.header{
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid #162C33;
}
.main{
	background-color: white;
	padding: 20px;	
}
.home_highlights{
	background-color: #ECEAEB;
	padding: 15px 15px 0 15px;
}
.nav{
	background-image: url(images/nav_bg_10.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid white;	
	border-left: 1px solid #162C33;
	border-right: 1px solid #162C33;
}
h1{
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #162C33;
	font-weight: bold;
}
h2{
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #162C33;
	font-weight: bold;
}
.border_blue{
	border: 1px solid #162C33;
}
.footer{
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #162C33;
	padding: 10px;
	border-left: 1px solid #162C33;
	border-right: 1px solid #162C33;
	border-bottom: 1px solid #162C33;
	background-color: #ECEAEB;
}
.bottom_stripe{
	background-image:url(images/bottom_stripe_45.gif); 
	background-position:top left; 
	background-repeat:repeat-x; 
	border-left: 1px solid #162C33; 
	border-right: 1px solid #162C33; 
	border-top: 1px solid white;
}
.bullets{
	border-top: 1px solid #162C33;
	border-bottom: 1px solid #162C33;
	padding-top: 10px;
	padding-bottom: 10px;
}
.chart_dkblue{
	padding: 0px 2px 0px 2px;	
	border: 1px solid #f5f5f5;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-color: #3A6979;
	color: white;
}

A:LINK {color : #162C33; text-decoration : none;}
A:VISITED {color : #162C33; text-decoration : none;}
A:ACTIVE {color : #162C33; text-decoration : none;}
A:HOVER {color : #4089A1; text-decoration : none;}

A:LINK.blue {color : #377488; text-decoration : none;}
A:VISITED.blue {color : #377488; text-decoration : none;}
A:ACTIVE.blue {color : #377488; text-decoration : none;}
A:HOVER.blue {color : #377488; text-decoration : underline;}

A:LINK.white {color : white; text-decoration : underline;}
A:VISITED.white {color : white; text-decoration : underline;}
A:ACTIVE.white {color : white; text-decoration : underline;}
A:HOVER.white {color : white; text-decoration : underline;}

.drpDown1{
    border: 1px solid #cccccc;   
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;    
    color: #313131;
    font-weight : normal;
}

.txtBox1     {font-family: Helvetica, Arial, sans-serif; 
               font-size: 11px; color: #313131; text-decoration: none; 
					height: 15px; 
               border: 1px solid #cccccc; 
					padding-left: 3px; 
					padding-top: 2px; 					
}
.txtField1   { background-color: #FFFFFF; font-family: Helvetica, Arial, sans-serif; 
               font-size: 11px; color: #313131; text-decoration: none; 
               border: 1px solid #cccccc; padding-left: 3px; padding-top: 2px }
					
.butnStyle1{
	  border-top: 1px solid #88cefb;
     border-bottom: 1px solid #043655;
     border-left: 1px solid #88cefb;
     border-right: 1px solid #043655;
     background-color: #3A6979;
     font-family: Helvetica, Arial, sans-serif;
     font-size: 11px;    
     color: #FFFFFF;
     font-weight : bold;	
	  text-decoration: none;
	  cursor: default;