a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}

body {
	background-color: #cccccc;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.borderTable{
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
}
.borderBottom{
	border-bottom:1px solid #000000;
}
.borderRight{
	border-right:1px solid #cccccc;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	nowrap: nowrap;
}
.h20 {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	margin: 2px 0 2px 2px;
}
.required {
	color: #FF0000;
}