/****************************************/
/* Title and Subtitles - note that h3   */
/* replaces .title                      */
/****************************************/
h3 { font-family: Tahoma; color: #000000; font-size: 13pt; font-weight: bold; text-align: center; visibility: visible}
h4 { font-family: Tahoma; color: #000000; font-size: 12pt; font-weight: bold; text-align: center; visibility: visible}

/****************************************/
/* Calendar/Discussion List/Etc. colors */
/****************************************/
.banner { background-color: #000066; border-color: #000000; border-width: 1; text-align:center; font-weight: bold}
.bannertext { font-size: 10pt; color: #ffffff; text-align:center; font-weight: bold}
.subbanner { background-color: #6666ff; text-align:center;}
.subbannertext { color: #ffffff; font-size: 8pt;}
.bannerlink { color: #ffffff; text-decoration: none}
.bannerlink:visited { color: #ffffff; text-decoration: none}
.bannerlink:active { color: #ffffff; text-decoration: none}
.bannerlink:link { color: #ffffff; text-decoration: none}
.bannerlink:hover { color: #9999ff; text-decoration: underline}
.background { background-color: #cccccc; border-color: #cccccc; }
.background1 { background-color: #dadaff; border-color: #000000; border-width: 1}
.background2 { background-color: #bbbbff; border-color: #000000; border-width: 1}
.tinylabel { font-size: 8pt; color: #000000;}
.text1 { font-size: 10pt; color: #000000;}
.boldtext1 { font-size: 10pt; color: #000000; font-weight: bold}
.link { font-size: 10pt; color: #000000; text-decoration: none}
.link:visited { font-size: 10pt; color: #000000; text-decoration: none}
.link:active { font-size: 10pt; color: #000000; text-decoration: none}
.link:link { font-size: 10pt; color: #000000; text-decoration: none}
.link:hover { font-size: 10pt; color: #5555ff; text-decoration: underline}
.tinylink { font-size: 7pt; color: #000000; text-decoration: none}
.tinylink:visited { font-size: 7pt; color: #000000; text-decoration: none}
.tinylink:active { font-size: 7pt; color: #000000; text-decoration: none}
.tinylink:link { font-size: 7pt; color: #000000; text-decoration: none}
.tinylink:hover { font-size: 7pt; color: #5555ff; text-decoration: underline}

input.button{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

input.file{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}


/*[CSS]
input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}

[HTML]
<input type="button" value="Submit" class="btn"
   onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'"/>
*/

A:img{ 
 border-style:none;
}
A:link {
	text-decoration: underline;
	color: #EC3C00;
	font-size: 11; 
	font-family: Verdana,Sans-Serif,Helvetica;
}
A:visited {
	text-decoration: underline;
	color: #EC3C00;
	font-size: 11; 
	font-family: Verdana,Sans-Serif,Helvetica;
}
A:active {
	text-decoration: none;
	color: #00BFBF;
	font-size: 11; 
	font-family: Verdana,Sans-Serif,Helvetica;
}
A:hover {
	text-decoration: none;
	color: #000000;
	font-size: 11; 
	}
BODY {
scrollbar-arrow-color: #FFD8CA;
scrollbar-base-color: #00BFBF;
scrollbar-track-color: #EC3C00;
}
BODY{
   font-size: 11px; color: #000000; 
}
H1{
	font-size: 18; 
	font-family: Arial,Verdana,Sans-Serif,Helvetica;
	color: #000000;
}
H2{
	font-size: 15; 
	font-family: Arial,Verdana,Sans-Serif,Helvetica;
	color: #EC3C00;
}
H3{
	font-size: 16; 
	font-family: Arial,Verdana,Sans-Serif,Helvetica;
	color: #A82E00;
}
TD{
	font-size: 11; 
	font-family: Verdana,Sans-Serif,Helvetica;
}