`/* CSS Document */

a:link 
{
font-family: arial, helvetica, sans-serif;
color: #000099;
font-size: 9pt;
font-weight: normal;
text-decoration: underline;
}

a:visited
{
font-family: arial, helvetica, sans-serif;
color: #000099;
font-size: 9pt;
font-weight: normal;
text-decoration: underline;
}

a:hover 
{
font-family: arial, helvetica, sans-serif;
color: #ff0099;
font-size: 9pt;
font-weight: normal;
text-decoration: underline;
}

a:link.navigation
{
font-family: arial, helvetica, sans-serif;
color: #FF0099;
font-size: 9pt;
font-weight: normal;
text-decoration: underline;
}

a:link.menuitem
{
font-family: arial, helvetica, sans-serif;
color: #FF0099;
font-size: 9pt;
font-weight: normal;
text-decoration: underline;
}

td
{
font-family: arial, helvetica, sans-serif;
color: #000099;
font-size: 9pt;
font-weight: normal;
}

td.breadcrumbs
{
font-family: arial, helvetica, sans-serif;
color: #000099;
font-size: 8pt;
font-weight: normal;
}

td.names
{
font-family: arial, helvetica, sans-serif;
color: #000099;
font-size: 9pt;
font-weight: normal;
}

td.header
{
font-family: arial, helvetica, sans-serif;
color: #FF0099;
font-size: 10pt;
font-weight: bold;
}

table.outside 
{
border: solid #ff0099;  /* this line supports Netscape 4 */
border-style: solid;    /* always define a style first */ 
border-color: #ff0099;  /* then apply other attributes */
border-top-width: 2px; 
border-bottom-width: 2px; 
border-left-width: 2px; 
border-right-width: 2px;
}

.menuheading
{
font-family: arial, helvetica, sans-serif;
color: #FF0099;
font-size: 9pt;
font-weight: normal;
}

.biggerpurple {
	font-size: 1.4em;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #82017E;
	text-decoration: none
}

.subblue {
	font-size: 9pt;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0033CC;
	text-decoration: none
}

select 
{
font-size: 9pt;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
color: #003399; /* Automatically defaults to black */
background-color: #ffffff; /* Automatically defaults to white */
border-color: #ffff00; 
border-top-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
border-right-width: 1px;
}

input 
{
font-size: 9pt;
font-family: arial, helvetica, sans-serif;
font-weight: normal;
color: #003399; /* Automatically defaults to black */
background-color: #ffffff; /* Automatically defaults to white */
border-color: #ff0099; 
border-top-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px; 
border-right-width: 1px;
}

body  
{
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#0099CC;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-shadow-color:#0099CC;
scrollbar-arrow-color:#0099CC;
scrollbar-track-color:#ffffff;
}



