td, body { font-family: verdana,arial,helvetica; font-size: 11px; color: #333333 }

H1 {
	font-family: verdana,arial,helvetica;
	font-size: 13px;
	font-weight: bold;
	color:#369;
	}
	
	
.text-12 { font-family: verdana,arial,helvetica; font-size: 12px; color: #FFFFFF }

.home { font-family: verdana,arial,helvetica; font-size: 12px; line-height: 120% }
.smalltext { font-family: verdana,arial,helvetica; font-size: 10px }
.header { font-family: verdana,arial,helvetica; font-size: 12px; font-weight: bold; color:#336699 }


.nested { font-family: verdana,arial,helvetica; font-size: 12px }
.table { font-family: verdana,arial,helvetica; font-size: 12px }
.fifteen { line-height: 15px }
.sixteen { line-height: 18px }

A:link { text-decoration: underline; color:#336699 }
A:visited { text-decoration: underline; color:#666633 }
A:hover { text-decoration: underline; color:#990000 }

/* TABLE FORMATTING */

#calloutTable {

	border: 1px solid #369;
	background:#fff;
	}

#calloutTable th { 
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	font-family: Trebuchet MS,Verdana,sans-serif;
	text-align:center;
	letter-spacing: 1px;
	background:#369;
	padding: 1px;
	margin: 0;
	
	}
	
#calloutTable td { padding: 4px; }
	
/* END table formatting */


.button { 

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