﻿#submenu {
	background-color: #003366;
	border-top: 1px solid #838083;
	border-bottom: 1px solid #838083;
	padding-top: 6px;
	padding-bottom: 6px;
}

#submenu a:link, #submenu a:visited, #submenu a:active {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	border-right: 1px solid #838083;
}

#submenu a:hover {
	background-color: #F7D7D7;
	color: #003366;
}

#submenu .current, #submenu a.current:hover {
	background-color: #FFEEF5;
}

a:link {
	color: #003366;
	background-color: transparent;
}

a:visited {
	color: #003366;
	background-color: transparent;
}

a:hover {
	color: #CC6633;
	background-color: transparent;
}

a:active {
	color: #CC6633;
	background-color: transparent;
}

body {
	background-color: #ffcccc;
	font-family: 'Times New Roman', 'Times Roman', serif;
	font-size: 12pt;
	scrollbar-arrow-color: #003366;
	scrollbar-base-color: #ffcccc; 
	scrollbar-darkshadow-color: #003366;
	scrollbar-face-color: #cc0033;
	scrollbar-highlight-color: #ffcccc;
	scrollbar-shadow-color: #003366;
	background-position: 0%;
}

p {
	font-family: 'Times New Roman', 'Times Roman', serif;
	font-size: 12pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC0033;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0033;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}

table {
	font-family: 'Times New Roman', 'Times Roman', serif;
	font-size: 12pt;
}

tr	{
	font-family: 'Times New Roman', 'Times Roman', serif;
	font-size: 12pt;
}

td {
	font-family: 'Times New Roman', 'Times Roman', serif;
	font-size: 12pt;
}

.small10 {
	font-family: 'Times New Roman', 'Times Roman', serif;
	font-size: 10pt;
}

.small8 {
	font-family: 'Times New Roman', 'Times Roman', serif;
	font-size: 8pt;
}

.small8ss {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
}

.pullbox {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	background-color: #FFCCCC;
	position: relative;
	float: right;
	top: 15px;
	left: 5px;
	z-index: 5px;
}