body {font-family: tahoma; 
	font-weight: normal; 
	font-size: 11.5; 
	background-color: #FFFFFF;

	scrollbar-face-color: #E6E6E6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E2E2E2;
	scrollbar-3dlight-color: #D6D6D6;
	scrollbar-arrow-color:  #0B148E;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #A4A4A4;
	margin: 10px}

.main {font-size: 12; color: #404040 }
td {font-size: 12; color: #404040 }

/* menu */
a.menu {font-family: verdana, arial, tahoma; font-size: 11; color: #000000; text-decoration: none  }
a.menu:hover {color: #003399; text-decoration: none }

a.menuSelected {font-family: verdana, arial, tahoma; font-size: 11; color: #003399; text-decoration: none  }
a.menuSelected:hover {text-decoration: none; color: #003399;}

/* news */
.newslink {font-size: 11.5; color: #003399 }
.newslink:hover {font-size: 11.5; color: #3399cc; text-decoration: none }
.newsheading {font-size: 12.5; color: #003399; font-weight: bold}

/* secondary nav links */
.secnavlink {font-size: 11.5; font-family: tahoma; margin: 0; color: #FFFFFF; text-decoration: none }
.secnavlink:hover {font-size: 11.5; color: #333333; text-decoration: none }

/* heading for the three main colors: blue, green, light-blue */
.firstheading   {font-size: 13.5; color: #003399; font-weight: bold; }
.secondheading  {font-size: 11.5; color: #009933; font-weight: bold; }
.thirdheading   {font-size: 11.5; color: #0099CC; font-weight: bold; }

/* normal links */
a {color: #0000FF; text-decoration: none}
a:hover {color: #009933; text-decoration: none}

/* site map colors */
a.first   {font-size: 13.5; color: #003399; font-weight: bold; text-decoration: none}
a.second  {font-size: 11.5; color: #009933; font-weight: bold; text-decoration: none}
a.third   {font-size: 11.5; color: #0099CC; font-weight: bold; text-decoration: none}

a.first:hover   {font-size: 13.5; color: #003399; font-weight: bold; text-decoration: none}
a.second:hover  {font-size: 11.5; color: #009933; font-weight: bold; text-decoration: none}
a.third:hover   {font-size: 11.5; color: #0099CC; font-weight: bold; text-decoration: none}

/* horizontal rule */
hr {height: 1px; color: #C0C0C0}

/* text areas */
textarea {font-family: tahoma; font-size: 11.5; color: #003399; font-weight: bold}

/* select options */
select {font-family: tahoma; font-size: 11; color: #003399; font-weight: bold}
option {font-family: tahoma; font-size: 11; color: #003399; font-weight: bold}

/* text input */
input {font-family: tahoma; font-size: 11; color: #003399; font-weight: bold}

/* buttons */
.smallBtn {background-color: white; font-family: tahoma; font-size: 10; border-color: #3399cc; color: #3399cc; border-style: ridge; border-width: 1px}

.Btn {background-color: white; font-family: tahoma; font-size: 12; border-color: #3399cc; color: #3399cc; border-style: ridge; border-width: 1px}

/* general required class (used for red asterisks, etc...) */
.required {color: red}
