* {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a {
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
	text-decoration : none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
}

a.aLight {
	font-size: 11px; 
	color: #000000; 
	white-space: nowrap; 
	text-decoration :none; 
	font-weight: normal;
}

a:hover.aLight { 
	color:#FF0000; 
}

form {
	display: inline;
}

.g1 {
	font-size: 13px;
	color: #004C00;
	font-weight: bold;
}

.g2 {
	font-size: 11px;
	color: #C436C9;
	font-weight: bold;
}

.g3 {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}

.g4 {
	font-size: 13px;
	color: #00004C;
	font-weight: bold;
	margin: 5;
	/* margin-bottom: 5; */
}

.g5 {
	font-size: 13px;
	color: #C436C9;
	font-weight: bold;
	text-decoration: underline;
}

.g6 {
	font-size: 14px;
	color: #009F00;
	font-weight: bold;
}

.inred {
	color: red;
}

.setpointer {
	cursor: pointer;
}

.nowrp { white-space:nowrap; }


