
.para          { font-family: Times New Romanserif; font-size: 12pt; color: #CC6600 }
.header        { font-family: Times New Romanserif; font-size: 18pt; color: #CC6600 }
.small         { font-family: Times New Romanserif; font-size: 8pt; color: #CC6600 }

body          { background-color: #FFFFFF }
.error        { font-family: MS Sans Serif; font-size: 10pt; font-weight: bold; color:#FF0000 }
.errorBig        { font-family: MS Sans Serif; font-size: 14pt; font-weight: bold; color:#FF0000 }
.btnSubmit    { background-color: #c0c0cf; color: #cc6600; font-family: MS Sans Serif; font-size: 10pt; font-weight: bold; color: #cc6600 }
.header       { font-family: MS Sans Serif; font-size: 24pt; font-weight: color:#cc6600 }
.footer       { font-family: MS Sans Serif; font-size: 10pt; color: #cc6600 }
.footerSmall  { font-family: MS Sans Serif; font-size: 8pt; color: #cc6600 }
.bodyText     { font-family: MS Sans Serif; font-size: 10pt; color:#cc6600 }
.subHeader    { font-family: MS Sans Serif; font-size: 14pt; font-weight: bold; color:#cc6600}

div.searchDiv {{ background-color: #c0c0c0 }

:hover.btnSubmit{
	background-color: #FFF4D5; 
	color: #cc6600;
	text-decoration: underline;
}

:active.btnSubmit { 
	background-color: #EDDEC1; 
	color: #FFF4D5; 
	text-decoration: none;
	}

a.button {
	font-weight:   bold;
	font-size:     10px;
	display:       block
	font-family:   MS Sans Serif;
	padding:       2px 4px;
	text-align:    center;
}

a:link.button { 
	background-color: #FFF4D5; 
	color: #cc6600;
	text-decoration: none;
	}
a:visited.button {
	background-color: #FFF4D5; 
	color: #cc6600;
	text-decoration: none;
	}
a:hover.button { 
	background-color: #EDDEC1; 
	color: #cc6600;
	text-decoration: underline;	}
a:active.button { 
	background-color: #EDDEC1; 
	color: #FFF4D5; 
	text-decoration: none;
	}
	
	