@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
/*border:0;*/
}

img {display: block}

/*paragraph content styling*/
p   {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;

	line-height : normal;
	}
	
/*paragraph content styling*/
p.phone   {
	color: #155092;
	}
	
.bluechart {
border:none;
padding: 2px;
}

.bluechart2 {
border:none;
background-color:#D2EAF1; 
padding: 2px;
}

.bluecolour {
color:#155092;
}
	
/*paragraph content styling in case you don't want to use a paragraph or margins*/
td  {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height : normal;
	}
	

/*large titles*/				
H1 	{
	color: #589ae4;
	font-size: 40px;
	font-weight: lighter;
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	margin : -10px 0px 5px 0px;
	}
	
/*medium titles*/	
H2 	{
	color: #589ae4;
	font-size: 20px;
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	font-weight: lighter;
	margin : 5px 0px 10px 0px;
	}
	
/*small titles*/		
H3 	{
	color: #589ae4;
	font-size: 14px;
	font-weight: bold;
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	margin : 0px 0px 5px 0px;
	}
	
/*small titles*/		
H4 	{
	color: #589ae4;
	font-size: 14px;
	font-weight: bold;
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	margin : 0px 0px 5px 0px;
	}

/*bolding text*/		
strong 	{
		color: #589ae4;
		font-size: 12px;
		font-family: Arial, Verdana, helvetica, sans-serif;
		font-weight: bold;
		}
		
/*bolding black*/		
.boldblack 	{
		color: #000000;
		font-size: 12px;
		font-family: Arial, Verdana, helvetica, sans-serif;
		font-weight: bold;
		}
		
/*bolding black*/		
.copy 	{
		color: #ffffff;
		font-size: 9px;
		font-family: Arial, Verdana, helvetica, sans-serif;
		}

/*unordered list*/	
ul   	{  
		margin: 15px 15px 15px 15px; 
		}
		
/*ordered list*/			
ol   	{ 

		}
		
/*bullets*/		
li   	{  
		color: #155092;
		font-size: 12px;
		font-family: Arial, Verdana, helvetica, sans-serif;
		}

/*horizontal rules*/		
hr 		{  height:1px; 
		color:#589ae4; 
		margin: 0px 0px 5px 0px;
		}

/*content links*/		
A         { color: #155092; text-decoration: none;}
A:link    { color: #155092; }
A:hover   { color: #155092; text-decoration: underline;}
A:active  { color: #155092; }
A:visited { color: #155092; }


/*content links*/		
A.sm         { color: #86122a; font-size: 10px; font-family: font-family: Arial, Verdana, helvetica, sans-serif; text-decoration: none;}
A.sm:link    { color: #86122a; }
A.sm:hover   { color: #86122a; text-decoration: underline;}
A.sm:active  { color: #86122a; }
A.sm:visited { color: #86122a; }
			
/*applies transparent fileter for objects in I.E.*/					
.filter		{
			filter: progid:DXImageTransform.Microsoft.Alpha(style=1,opacity=90,finishOpacity=90,startX=0,finishX=0,startY=50,finishY=100);
			}
			
.bluebar	{
			height:24px;
			background-color:#155092;
			width:763px;
			}
			
input.btn	{
   color:#ffffff;
   font-family:Arial;
   font-size:84%;
   background-color:#155092;
   border:none;
   padding:0px;
	vertical-align:middle;
}

input.field	{
	font-family:Arial;
	margin:2px 0px 0px 2px;
	padding:0px;
	height:14px;
}

