﻿@charset "UTF-8";
/* 
==============================================================================
This styles all the base HTML elements, consider it the default style for 
basic html elements thorugh out the site.

This shouldn't be used to do layout elements like columns etc. 
==============================================================================
 */

body{
	font-family: Verdana, Arial, Tahoma;
	color:#102b72;
	font-size:12px;
}
html{

}
p{
	font-size:12px;
	line-height:22px;
	margin:10px 0 20px 0;
}
hr{
	
}
h1{
	letter-spacing:-1px;
	font-size:23px;
	margin:10px 0 5px;
}
h2{
	letter-spacing:-1px;
	font-size:18px;
	margin:10px 0 5px;
}
.col1 h3 a{
	color:#102B72;
	text-decoration:none;
}
.col1 h3 a:hover{
	color:#E91B23;
}
h4{
	
}
h5{
	
}
h6{
	
}
ul{
	margin:0 0 20px 50px;	
	padding:0;
}
ul ul
{
    margin:0 0 10px 25px;
}
ol{
	margin:0 0 0 50px;	
	padding:0;
}
ol ol
{
    margin:0 0 10px 25px;
}
li{	
	margin:4px 0 2px 0px;
}
.col2 li
{
    margin:4px 0 8px 0;
    line-height:160%;
}
ul li{
}
ol li{
	
}
table{
		
}
th{
	
}
td{
	
}
tr{
	
}
a{
	color:#2754cb;
}
a:visited{
	color:#658df4;
}
a:link{
	
}
a:active{
	
}
a:hover{
	color:#e91b23;
}
blockquote{
	
}

