@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4b4b4b;
line-height:20px;
}
.smallGreyText{
font-size:10px;
color:#4b4b4b;
}
.smallBlueText{
font-size:10px;
color:#00669c;
}
.smallText{
font-size:10px;
}
.medGreyText{
	font-size:14px;
	font-weight:bold;
	color:#4b4b4b;
}
.medBlueText{
	font-size:14px;
	color:#00669c;
}
.lrgBlueText{
color:#00669c;
font-size:24px;
}
#newcontent img {
	margin:4px;
} 
#subColumnLeftContent img {
	margin:4px;
}
h1{
	font-size:30px;
	color:#336b8d;
	font-weight:normal;	
	margin-top:5px;
}
h2{
	color:#017faf;
	font-size:21px;
	font-weight:bold;
}
h3{
	color:#959494;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}
.blueText {
	color:#336b8d;
}
.largerText
{	font-size:14px;
}
a{	
	color:#003396;
	text-decoration:underline;
}
a:hover{
	color:#0066FF;
	text-decoration:underline;
}
