/***********************************************/
/* 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;

	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;

}

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;
}

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

INPUT {
	height: 18px;	
}


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

.imginput {
	height: 21px;
}

.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;
}


.button20x20 {
	height: 20px;
	width: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.underlineNOT {
	text-decoration: underline;
}

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

.nobordertable {
	border-collapse: collapse;
	border-left-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-top-width:0;
}

.bottomborder {
	border-left-style: none;
	border-left-width: medium;
	border-right-style: none;
	border-right-width: medium;
	border-top-style: none;
	border-top-width: medium;
}
