body { 
	background-color: #81AAC1;
	margin: 0px;
}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 22px;
	color: #0F6292;
	font-weight: 600;

}
h2 {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #0F6292;
	font-weight: 600;

}
h3 {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #0F6292;
	font-weight: 600;

}
h4 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #0F6292;
	font-weight: 600;

}
.subhead {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #0F6292;
	font-weight: normal;

}

p { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

td { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

li { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height:130%;
}


a:link { 
	font-weight: 600;
	color: #C01F25;
	text-decoration:none;

}

a:visited { 
	font-weight: 600;
	color: #0F6292;
	text-decoration: underline;
}

a:hover, a:hover:visited { 
	font-weight: 600;
	color: #FFCC00;
	text-decoration: underline;
}

a:active { 
	font-weight: 600;
	color: #FFCC00;
	text-decoration: none;
}

.toolieblue {
	color: #0F6292;

}
.tooliebluebold {
	color: #0F6292;
	font-weight: bold;
}
.tooliered {
	color: #C01F25;

}
.toolieredbold {
	color: #C01F25;
	font-weight: bold;
}

table {
	border: 4px #C01F25 solid;
	background-color:#FFFFFF;

}


#twitter_div { 
  	border: 2px #0F6292 solid;
	width: 275px;
	padding:2px;
  }
#twitter_update_list li {
	font-size: 11px;
	margin-left: -.2in;
	line-height: 130%;
	text-align:left;
}




