/* CSS Document */
body{
	color:#494949; 
	font-family: Cambria, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
	
div, form, label, input, textarea, img, span{
	padding:0;
	margin:0px;
}
h1{	
	color:#013759;
	font-size:18px;
	padding:0px;
	margin:0px;
}
h3{
	padding-bottom:5px;
	margin:0px;
	color:#023a5d;
}
h2{
	padding-bottom:8px;
	color:#023a5d;
}
hr {
	color:#e2e2e2;
}
p {	
	padding-bottom:10px; 
	margin: 0px;
}

.spacer{
	clear:both;                           
	font-size:0; 
	line-height:0;
}
a {
	color: #2a466b;
	text-decoration:none;

	}

a:hover {
	text-decoration:underline;
}

.red{
	color:#FF0000;
	font-weight:bold;
	font-size:22px;
}
.redsmall{
	color:#1381c0;
	font-weight:bold;
}
.redimportant{
	color:#1381c0;
	font-weight:bold;
	font-size:16px;
}
