﻿/* Body */

body { 
	font-family: verdana, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	 }
	
/* Table */

table { 
	border: 0px solid #000000; }
	
table.white { 
	border: 1px solid #ffffff; }
	
table.grey { 
	border: 2px solid #efefef;
	}
	

/* Table Data */
	
td { 
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px; 	
	line-height: 16px;}

/* Inline Frame */

iframe { }
	
/* Font */
	
font {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
font.8point {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8px;
}

font.SIDEBAR {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
font.SIDEBARBLACK{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
	
font.small {
	font-size: 10px;
	color: #737679;
}

font.purple {
	font-size: 10px;
	color: #8E207D;
}


	
font.subhead {
	font-size: 12px;
	color: #749c2a;
	font-weight: bold;
	line-height: 16px;
}
font.subheadorange {
	font-size: 12px;
	color: #E4530E;
	font-weight: bold;
	line-height: 16px;
}

font.subheadpurple {
	font-size: 12px;
	color: #2B0068;
	font-weight: bold;
	line-height: 16px;
}
font.subheadorange14 {
	font-size: 14px;
	color: #E4530E;
	font-weight: bold;
	line-height: 16px;
}

font.subheadpurple14 {
	font-size: 14px;
	color: #2B0068;
	font-weight: bold;
	line-height: 16px;
}
font.subheadblack14 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
}


font.subhead14 {
	font-size: 14px;
	color: #749c2a;
	font-weight: bold;
	line-height: 18px;
}
font.yellowlarge {
	font-size: 14px;
	color: #FFF999;
	font-weight: bold;
	line-height: 18px;
}
font.blue2 {
	font-size: 12px;
	color: #2F42CB;
	font-weight: bold;
	line-height: normal;
}

font.blue3 {
	font-size: 12px;
	color: #124989;
	font-weight: bold;
	line-height: normal;
}
font.yellow2 {
	font-size: 12px;
	color: #FFF999;
	font-weight: bold;
	line-height: normal;
}
font.white2 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
}

font.white {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	line-height: normal;
}
font.whitetestimonials {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	line-height: 14px;
}
font.blue {
	font-size: 12px;
	color: #187fc2;
	font-weight: bold;
}

font.blue14 {
	font-size: 14px;
	color: #36b0d5;
	font-weight: bold;
}

font.breadcrumbs {
	font-size: 10px;

}
	
font.head {
	font-size: 18px;
	color: #36b0d5;
	font-weight: bold;
	line-height: 20px;
}

	
font.error { 
	color: #c00000; }
	
font.largeerror { 
	font-size: 13px;
	color: #c00000; }
	
/* Paragraph  */
	
p { 
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 16px;}
	
/* Bold */

b, strong { 
	color: #000000;}
	
b.blank, strong.blank { 
	color: #ffffff; }
	
b.error { 
	color: #c00000; }

b.largeerror { 
	font-size: 13px;
	color: #c00000; }
	
/* Input */

input { 
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 14px; }

input.button { 
	color: #ffffff; 
	background-color: #03819A;
	font-size: 11px; 
	font-weight: bold; 
	width: 70px; }
	
/* Text Area */
	
textarea { 
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 14px; }
	
/* Select */
	
select { 
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 14px; }
	
/* Hyperlink */
	
a {
	color: #187fc2;
	text-decoration: none;
}
						
a:hover {
	color: #92afc1;
	text-decoration: underline;
}	

	
/* List */
	
ul {
	margin-left: 10px; }
	
	
li {
	margin-left: 10px;
}
blockquote {
	margin-left: 10px;
}
	

/* Horizontal Rule */
	
hr {
	height: 1px;
	color: #efefef;
}


/* ************** */

.heading {
	font-size: 18px;
	color: #36b0d5;
	font-weight: bold;
	line-height: 22px;
}
