body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.row-head {
	font-weight: bold;
	background-color: #000099;
	color: #FFFFFF;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

.row-strip1 {
	background-color: #FFFFFF;
}

.row-strip2 {
	background-color: #EEEEEE;
}

tr.row-strip1:hover,
tr.row-strip2:hover
{
	background-color: #FF0; 
}

.text-small {
	font-size: 10px;
}

.error-text {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

.notice-text {
	color: #0000FF;
	font-size: 12px;
}

a:active  { color: #5555FF;}
a:visited  { color: #0000FF;}
a:link  { color: #0000FF;}
a:hover{color: #FF0000;}

