/***********************************************/
/* T A G S */

BODY, P, DIV, TD, INPUT, SELECT {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
 	color: #000000;
}

TH {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

H1 {
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 0px;
}

H2 {
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 0px;
}

H5 {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
}

A:link {
	color: #000000;
	}
	
A:visited {
	color: #000000;
}


/***********************************************/
/* C L A S S E S */

.bold {
	font-weight: bold;
}

.disabled {
	background-color: #D1D1D1;
	font-weight: bold;
}

.bold11 {
	font-weight: bold;
	font-size: 11px;
}

.bold16 {
	font-weight: bold;
	font-size: 16px;
}

.highlighted {
	color: #FF0000;
}

.boldhighlighted {
	font-weight: bold;
	color: #FF0000;
}


.tinytext {
	font-size: 12px;
	color: #FFFFFF;
}

/* Needs to have a certain size, i.e 20px */
.appletdiv {
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	visibility: hidden;
}

.toperrormessage {
	color: red;
}

