BODY, TD, P {
	color: Black;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

.header {
	color: blue;
	font-size: 17pt;
	text-decoration: none;
}

.subheader {
	color: cornflowerblue;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

HR {
	height: 1pt;
	color : #003399;
}

.boxheader {
	background: black;
	color: gray;
	font-weight: bold;
}

.link {
	color: darkred;
	text-decoration: none;
	font-weight: bold;
}

.graylink {
	color: gray;
	text-decoration: none;
	font-size: 7pt;
}

.intro_text {
	color: blue;
	text-decoration: none;
	font-size: 11pt;
}

.footer {
	color: white;
	text-decoration: none;
	font-size: 8pt;
}

.TeamNavTD {
	background: darkred;
	text-align: center;
}

.TeamNavLink {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.TeamNavLink:Hover {
	color: silver;
}

.TeamHomeTD {
	background: silver;
}

.TeamNameTD {
	background: gainsboro;
}

/* ~~~~~~~~~~~ E-COMMERCE STYLES ~~~~~~~~~~~~ */
.items
{
  font-family : verdana, sans-serif;
  font-size: 11pt;
  font-weight : bold;
}
.sub_categories
{
  font-family : sans-serif;
  font-size: 12pt;
  font-weight : bold;
  text-decoration: none;
}
.categories
{
  font-family : sans-serif;
  font-size: 13pt;
  font-weight : bold;
  text-decoration: none;
}
.header_td
{
  font-family : verdana, sans-serif;
  color: white;
  font-size : 10pt;
  font-weight : bold;
  text-decoration: none;
  background:  navy;
}
/* ~~~~~~~~~~~ MANAGER HREF ~~~~~~~~~~~~~~~ */
.managers_edit
{
	color: blue;
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
.managers_edit:Hover
{
	background: dodgerblue;
}
/* ~~~~~~~~~~~ CALENDAR STYLES ~~~~~~~~~~~~ */
.cal_main_head
{
	background: gray;
	font-family :  Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}
.cal_day_head
{
	width: 25;
	background: silver;
	font-family :  Arial, sans-serif;
	font-size: 9pt;
	color: black;
	text-align: center;
}
.cal_weekend_day
{
	width: 25;
	background: lightgrey;
	font-family :  Arial, sans-serif;
	color: black;
	font-size: 7pt;
	text-decoration: none;
	text-align: center;
}
.cal_week_day
{
	width: 25;
	background: white;
	font-family :  Arial, sans-serif;
	color: black;
	font-size: 7pt;
	text-decoration: none;
	text-align: center;
}
.cal_today
{
	width: 25;
	background: skyblue;
	font-family :  Arial, sans-serif;
	color: navy;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
}
.cal_selected_day
{
	width: 25;
	background: dodgerblue;
	font-family :  Arial, sans-serif;
	color: navy;
	font-size: 7pt;
	text-decoration: none;
	text-align: center;
}
.cal_event_day
{
	width: 25;
	background: powderblue;
	font-family :  Arial, sans-serif;
	color: blue;
	font-size: 7pt;
	text-decoration: none;
	text-align: center;
}
.cal_week_day:Hover,.cal_weekend_day:Hover,.cal_today:Hover,.cal_link_buttons:Hover
{
	text-decoration: underline;
	color: blue;
}
.cal_empty_td
{
	background: gray;
	font-size: 7pt;
	font-family :  Arial, sans-serif;
}
.cal_link_buttons
{
	font-family :  Arial, sans-serif;
	color: white;
	font-size: 10pt;
}
/* ~~~~~~~~~~~ BULLETIN BOARD STYLES ~~~~~~~~~~~~ */
.forum_pageheader
{
	font-size: 12 pt;
	font-weight: bold;
	color: #DEB887;
	text-decoration: none;
}
.forum_boldlink
{
	font-size: 10 pt;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
.forum_link_folders
{
	font-size: 8 pt;
	text-decoration: none;
}
.forum_nav_options
{
	font-size: 8 pt;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
.forum_header
{
	font-size: 10pt;
	color: white;
	font-weight: bold;
	background-color : navy;
	text-decoration: none;
}
.subforum_header
{
	font-size: 8pt;
	color: steelblue;
	font-weight: bold;
}
.thread_header
{
	font-size : 10 pt;
	color: White;
	font-weight: bold;
	background-color : #1E90FF;
	text-decoration: none;
}
.thread_text
{
	font-size : 9 pt;
	background-color : #DCDCDC;
}
.forum_error
{
	font-size : 12 pt;
	color : red;
}
.forum_small
{
	color: silver;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
