/* CSS Document */

body				{ margin: 5; background-color: #FFFFFF; }
table.main			{ background-color:#CCFFFF ; border: 1px solid black}
table.navbar		{ background-color: #FFFFFF ; border: 1px solid black}
table.text			{ background-color: #CCFFFF; border: 1px dashed black}
table.ad			{ background-color: #DDDDDD; border: 1px dashed #4E4E4E }
table.left			{ background-color: #FFFFFF; border: 1px dashed #330033 }
table.hb1 {
	color: darkblue;
	font-size: 16px;
	border-bottom: 1px solid darkblue;
}
table.hb2 {
	color: darkgreen;
	font-size: 16px;
	border-bottom: 1px solid darkgreen;
}
tr.dark_row			{ color: white; background-color: #557777; height: 20; }
tr.nav_bar			{ color: #FFFFCC; font-weight: bold; height: 25; }
tr.resource			{ color: white; font-weight: bold; background-color: #557777; height: 20; }
.blue, .news		{ background-color: #338866; color: white; }

/** links **/
a.navbar:link    { color: #FFFFCC; font-family: arial; font-size: 14px; font-weight: bold; text-decoration: none }
a.navbar:visited { color: #FFFFCC; font-family: arial; font-size: 14px; font-weight: bold; text-decoration: none }
a.header:link    { color: #006600; font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none }
a.header:visited { color: #006600; font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none }
a:link			{ color: purple; font-family: Verdana, Arial, Times New Roman; font-size: 12px; font-weight: bold; text-decoration: none }
a:visited		{ color: purple; font-family: Verdana, Arial, Times New Roman; font-size: 12px; font-weight: bold; text-decoration: none }
a:hover, a.navbar:hover, a.navbar:active, a.header:hover, a.header:active	{ text-decoration: underline; }

/** resource page links **/
a.res		{ color: purple; font-family: arial; font-size: 16px; text-decoration: underline }


body, table, form	{ font-family: Verdana, Arial, Times New Roman; font-size: 12px; }
td.slogan			{ font-size: 20px; font-weight: bold; line-height: 16px; }
td.text				{ font-family: Verdana, Arial, Times New Roman; font-size: 12px; }
.slogan1			{ color: #338866; }
.slogan2			{ font-size: 14px; font-weight: normal; }
.bottom				{ font-size: 10px; }
.light				{ background-color: #eeeeee; }
.dark				{ background-color: #66BB99; }
.stat				{ border: 1px black solid; }
.smaller			{ font-size: 11px; }