	
/* ================================================================= */
/* GENERAL */
/* ================================================================= */

.content {
	color:#14073C;
	font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif; 
	font-size:12px; }
	
h1 {
	color:#113C76;
	font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif; 
	font-size:14px; 
	font-weight:bold; 
	margin:0px;
	margin-bottom:15px;
	padding:0px;}
h2 {
	color:#113C76;
	font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif; 
	font-size:13px; 
	font-weight:bold; 
	margin:0px;
	margin-bottom:5px;
	padding:0px;}
	
.attention {
	color:#50970B;
	font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif; 
	font-size:15px; 
	font-weight:bold; 
	margin:0px;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	background-color:#DFF1CD;
	border: dotted 2px #82C541;}

.phone {
	color:#50970B;
	font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif; 
	font-size:14px; 
	font-weight:bold; 
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	background-color:#DFF1CD;}
	
ul { margin-top:8px; }

li {
	line-height:14px; padding-bottom:5px;}
	
a.toplink {
	font-size:10px;}
	
hr { border: none 0; 
	border-top: 1px solid #82C541;
	height: 1px;}
	
	
/* ================================================================= */
/* TABLES */
/* ================================================================= */
	
.tableBlueBg {
	background-color:#101944;}
.tablePurpleBg {
	background-color:#321044;}
.tableHeader {
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	line-height:14px;}
.tableHeaderPurple {
	background-color:#321044; 
	background-image: url(../images/table-header-purple-bg.gif); }
.tableHeaderBlue {
	background-color:#101944; 
	background-image: url(../images/table-header-blue-bg.gif); }
.tableRow {
	background-color:#ffffff; 
	text-align:center;}
.tableRowOff {
	background-color:#EAE7EC; 
	text-align:center;}
.tableRowLightBlue {
	background-color:#DEECFE; 	}
.tableShadow {
	background-image: url(../images/table-shadow.gif); 
	background-repeat:repeat-x;}
	
/* ================================================================= */
/* NAV */
/* ================================================================= */

.subNavDD { 
	background-color:#ffffff; 
	border:solid 0px #000000; 
	font-family:Arial, Arial Narrow, Tahoma, Sans-Serif; 
	font-size:11px; 
	font-weight:bold; 
	width:175px;}
.subNavDDpurple { 
	color:#321044; 
	background-color:#F4E7FB; }
.subNavDDblue { 
	color:#275BA1; 
	background-color:#DEECFE; }
.subNavDDdarkblue { 
	color:#275BA1; 
	background-color:#cddbed; }
.subNavDDgreen { 
	color:#489004; 
	background-color:#DFF1CD; }
.subNavDDpurpleHeader { 
	background-color:#321044; 
	color:#ffffff; }
.subNavDDblueHeader { 
	background-color:#386cb2; 
	color:#ffffff; }
.subNavDDdarkblueHeader { 
	background-color:#053980; 
	color:#ffffff; }
.subNavDDgreenHeader { 
	background-color:#59A015; 
	color:#ffffff; }
	
/* ================================================================= */
/* FORMS */
/* ================================================================= */

.field {
	font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif; 
	font-size: 12px;
	color: #14073C;
	border: 1px solid #14073C;
	background:#ffffff;}
	
.fieldError {
	font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif; 
	font-size: 12px;
	color:#660000;
	border: solid 1px #cc0000;
	background:#FFEFE3;}

.button {
	font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif; 
	font-size: 12px;
	color:#14073C;
	font-weight:bold;
	border: solid 1px #275BA1;
	background:#ffffff;
	padding:2px;
	cursor:hand;}
	
.buttonOver {
	font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif; 
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
	border: solid 1px #59A015;
	background:#82C541;
	padding:2px;
	cursor:hand;}