A {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #FF4500;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

INPUT {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

SELECT {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}


TD {
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

TH {
	background: #428bca;
	color: #F8FCF8;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.green{
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.largeWhite{
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.tableTitle{
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.trOver {
	background: #333399;
}

.warn {
	color: #FF0000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.warn:HOVER {
	color: #FF0000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.hint {
	background-color: #F4F7ED;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	border: solid;
	border-color: #B9CC87;
	border-width: 1px;
	text-decoration: none;
	color: Blue;
	padding: 2px;
	letter-spacing: 3px;
}

.hint:HOVER {
	background-color: #B9CC87;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	border: solid;
	border-color: #F4F7ED;
	border-width: 1px;
	text-decoration: underline;
	color: Blue;
	padding: 2px;
	letter-spacing: 3px;
}
