/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size:13px;
  color:#404040;
}


/*==================text================*/
.underline {
	text-decoration:underline;
}
.gray{
   color:#666666;
   font-weight:bold;
}

.italic{
   font-style: italic; 
}

p{
   padding-bottom:10px;
}

h2{
	color:#002a5c;
	font-family: SignPainterRegular, Verdana, Arial, sans-serif;
	font-size: 40px;
}

h3{
	color:#ee3124;	
	font-size: 14px;
	font-weight: bold;
  	margin-bottom:10px;		
	text-transform:uppercase;	 
}
h4{
	color:#002a5c;	
	font-size: 14px;
	font-weight: bold;
  	margin-bottom:10px;	
}

em, i{
	font-style: italic;
}

strong, b{
	font-weight: bold;
}

a{
	color:#000000;
	text-decoration: none;	
}

#text a{
	font-weight: bold;	
	text-decoration: none;	
}

#text a:hover{
	color:#002a5c;
	font-weight: bold;	
	text-decoration: underline;	
}

