/* --------- BODY ------------ */
body {
	margin:0px 0px; padding:0px;
	background-color:#8C8E8E;
	background-position:top center;
	font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
	color:#333333;
	}
a:link  	{  color: #00274F }
a:visited 	{  color: #00274F }
a:hover 	{  color: red }
/* --------- HOME ------------ */
.txtLarge {
	font-size:14px;
	line-height:22px;
	color:#00274F;
}
h3 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 0px 0px;	
	color:#00274F;
}
.txtYellow {
	font-size:12px;
	font-weight:bold;
	color:yellow;
}
/* --------- INTERNAL PAGES ------------ */
.txtSmall {
	font-size:10px;
	line-height:13px;
}
.txt {
	font-size:12px;
	line-height:14px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	margin:5px 0px 0px 0px;
	color:#00274F;
}
h2 {
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	color:#00274F;	
}
h4 {
	font-size:13px;
	font-weight:bold;
	margin:0px 0px 0px 0px;	
	color:#00274F;
}
h5 {
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 0px 0px;	
	color:#00274F;
}
/* --------- SPECIAL ------------ */
.txtTables {
	font-size:12px;
	line-height:13px;
	color:#333333;
}
.listings {
	font-size:11px;
	color:red;
}
.bio{
	border:1px solid;
	background-color:#cccccc;
}
/* --------- NAVIGATION ------------ */
.flash {
	z-index:1;
}
.navWhite {
	font-size:12px;
	color:white;
}
a.navYellow:link{
	font-size:12px;
	font-weight:bold;
	color:yellow;
}
a.navYellow:visited{
	font-size:12px;
	font-weight:bold;
	color:yellow;
}
a.navYellow:hover{
	font-size:12px;
	font-weight:bold;
	color:white;
}