td 	{ font-family: "verdana", "Arial", "Helvetica"; font-size: 10px; color: black}
th 	{ font-family: "verdana", "Arial", "Helvetica"; font-size: 10px; font-weight: bold}

BODY {background-color: #FFFFFF;                                 /* Background color, font size and style for all pages using body */
color: #000000;                                          
font-size: 10px;
font-family: Verdana, Geneva, Helvetica, Arial;
 scrollbar-face-color:#8D0303;
 scrollbar-arrow-color:#ffffff;
 scrollbar-track-color:#eeeeee;
 scrollbar-shadow-color:#480202;
 scrollbar-highlight-color:#B35656;
 scrollbar-3dlight-color:#B35656;
 scrollbar-darkshadow-color:#480202;
}

.redbutton
{
	height:18px;
	font-size:9px;
	font-family: verdana, arial, geneva;
	font-weight: bold;
	border-bottom: 2px solid #480202;
	border-right:2px solid #480202;
	border-top:2px solid #B35656;
	border-left:2px solid #B35656;
	background:#8D0303;
	color: #ffffff;
}

.gbheaders
{
	color: #8D0303;
	font-weight: bold;
}

input {
	font-size: 10 px;
	font-family: verdana, Geneva;
	border: 1px solid black;
	background: #CCCCCC;
}

button  {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	background: #F0F8FF;
}

textarea {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	background: #CCCCCC;
}

select {
	font-size: 9px;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.visibility
{
	background: #E9E9E9;
}


/*--------- Al Mighty Links ------*/

/*--------- The SUPERLINK ------*/
.a.superlink:link, .a.superlink:visited, .a.superlink:active
{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.a.superlink:hover
{
	color: #ff0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*--------- Standard links (all links without any specific class)------*/
a:link, a:visited, a:active
{
	text-decoration: none;
	color: #8D0303;
	font-weight:bold;
}

a:hover
{
	text-decoration: underline;
	color: #480202;
	font-weight:bold;
}