/*form*/
Input{
	font-family: Verdana, Helvetica;  
	font-size: 11px; 
	color: #414141; 
	line-height: normal;
	font-weight: normal;
	/*background-color: #b6c4c9;*/
	
}

Select{
	font-family:Verdana, Helvetica;  
	font-size: 11px; 
	color: #414141; 
	line-height: normal;
	font-weight: normal;
	/*background-color: #b6c4c9;*/
}

Textarea {
	font-family: Verdana, Helvetica; 
	font-size: 11px; 
	color: #414141; 
	line-height: normal;
	font-weight: normal;
	/*background-color: #b6c4c9;*/
	padding-left: 4px;
}

li  {
	font-family: Verdana, Helvetica;     
	font-size: 11px; 
	line-height: 15px;
	font-weight: normal;
	letter-spacing: .5px
}
/*/end Form*/


/*default navigation*/
A:link {
	text-decoration: underline; 
	color: #873534;
}

A:visited {
	text-decoration: underline; 
	color: #873534;
}

A:active {
	text-decoration: underline; 
	color: #003399;
}

A:hover {
	text-decoration: underline; 
	color: #003399;
}
/*/end default navigation*/





/*third nav style*/
.footer {
	font-family: Verdana, Helvetica; 
	font-size: 9px; 
	color: #003399;
	font-weight: normal;
	/*padding-right: 10px;*/
}

.footer A:link {
	text-decoration: none; 
	color: #003399;
}

.footer A:visited {
	text-decoration: none; 
	color: #003399;
}

.footer A:active {
	text-decoration: none; 
	color: #873534;
}

.footer A:hover {
	text-decoration: none; 
	color: #873534;
}
/*/end third nav style*/


/*third nav style*/
.subnav {
	font-family: Verdana, Helvetica; 
	font-size: 10px; 
	color: #ffffff;
	font-weight: normal;
	/*padding-right: 10px;*/
}

.subnav A:link {
	text-decoration: none; 
	color: #ffffff;
}

.subnav A:visited {
	text-decoration: none; 
	color: #ffffff;
}

.subnav A:active {
	text-decoration: none; 
	color: #873534;
}

.subnav A:hover {
	text-decoration: none; 
	color: #873534;
}
/*/end third nav style*/


/*titles styles*/

.blueTitle {
	font-family: Verdana, Helvetica; 
	font-size: 14px; 
	color: #04369a;
	line-height: normal;
	font-weight: bold;
}
/*/end titles styles*/

/*font styles*/
p{
	font-family: Verdana, Helvetica;  
	font-size: 11px; 
	color: #000000; 
	line-height: normal;
	font-weight: normal;	
}
/*/end font styles*/


.subNavBg {
	background-image: url(/images/assets/blue_flag_bg.jpg);
	background-repeat: no-repeat;
}
