td, body { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; color:#000000; background: white; }

H1 { font-size: 14px; color:#333333; font-weight: bold }

H2 { font-size: 13px; color:#C14032; font-weight: bold; margin-top: 25px }

H3 { font-size: 13px; color:#C14032; font-weight: bold; margin-bottom: 2px }

H4 { font-size: 12px; color:#000000; font-weight: bold; margin-bottom: 2px }

H5 { font-size: 12px; color:#000000; font-weight: bold; margin-bottom: -13px; margin-top: -10px }

H7 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; color:#000000; font-weight: normal }

p.indent {

	padding-left: 15px;
	margin: 0;
	}


/* NAVIGATION */

A:link { text-decoration: none; color:#999; }
A:visited { text-decoration: none; color:#999; }
A:active { text-decoration: underline; color:#999; }
A:hover { text-decoration: underline; color:#999; }


A.whitelink:link { text-decoration: none; color:#FFF }
A.whitelink:visited { text-decoration: none; color:#FFF }
A.whitelink:active { text-decoration: underline; color:#FFF }
A.whitelink:hover { text-decoration: underline; color:#FFF }


p.breakhalf { margin: .5em 0 .5em 0; } /* betw <br> and <p> */


.header { 
	font-size: 13px;
	color:#336699;
	font-weight: bold;
	}

.header-sm { font-size: 11px; color:#336699; font-weight: bold }

.italics { 
	font-style: italic;
	}

.toplink { 
	font-size: 10px;
	font-weight: bold;
	}

HR { 
	color: #333;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	}
	
HR.top { 
	color: #333333;
	height: 1px;
	margin-top: 8px;
	margin-bottom: -2px;
	}

.smalltext { 
	font-size: 10px;
	line-height: 12px;
	}

.smalltext-padding { font-size: 10px; padding: 10px; line-height: 15px}

.exsmalltext { font-family: verdana,arial,helvetica,sans-serif; font-size: 9px; color:#000; }

.seventeen { line-height: 17px }
.sixteen { line-height: 16px }
.fifteen { line-height: 15px }
.fourteen { line-height: 14px }
.thirteen { line-height: 13px }

.caption { 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color:#c30;
	font-weight: bold;
	}

.button { 
	background-color: #5A89BF;
	color: #FFF; 
	font-size: 9pt
	font-weight: bold;
	}

.nav { line-height: 11px }


ul { 
	color: #000;
	background: transparent;
	line-height: 16px;
	text-align:left;
	list-style-type: circle;
	padding-left: 20px;
	margin-left: 0;
	}

.ul-bullet { list-style-image: url(../images/bullet.gif);  list-style-type: circle } 

.ul-sub {list-style-type: circle; margin-top: 5pt; line-height: 16px }

.ol-sub-a {list-style-type: lower-alpha; margin-top: 5pt; line-height: 16px }
.ol-sub-i {list-style-type: lower-roman; margin-top: 5pt; line-height: 16px }

.ol {list-style-type: num; margin-top: 5pt; line-height: 16px }

.button { 

	border: 1px solid #333;
	padding: 1px;
	background-color : #DEDEDE;
	width: 100px;
	font-size: 11px
	}

.callout { 

	border: 1px solid #c00;
	padding: 15px;
	
}

.headerbox { 

	border: 1px solid #000;
	margin: 10px 0 10px 0;
	padding: 0 0 0 5px;
	background: #999;
	color: white;
	font-weight: normal;
	font-size: 12px;
	text-transform: lowercase;
	font-family: arial,sans-serif;
	letter-spacing: 6px;
	}

.email-callout {

	font-size: 11px;
	line-height: 14px;
	padding: 8px 10px 5px 12px;
	}
	
.table-callout { 

	border: 1px solid #000;
	padding: 2px 0 0 5px;
	color: white;
	background: #999;
	}

.table-padding { 

	padding: 10px;
}

.formSpace {
	padding:0;
	margin:0;
	}

/* Form Field control */
.frmfield, .searcher {
	font-family : "Courier New", Courier, monospace;  
	font-size : 11px;
	color: black;
	background-color : #FCFCFC; 
	}
