body {
	background: #ffffff;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}

a:link {
	color: #000099;
	background-color: #ffffff;
}

a:visited {
	color: #333333;
	background-color: #ffffff;
}

a:active, a:hover {
	color: #990000;
	background-color: #ffffff;
}

a.odd:link {
	color: #000099;
	background-color: #eeeeee;
}

a.odd:visited {
	color: #333333;
	background-color: #eeeeee;
}

a.odd:active, a.odd:hover {
	color: #990000;
	background-color: #eeeeee;
}

th {
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

div, td, p, ul {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

small, .small {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.ten {
	font-size: 10px;
}

.red {
	color: #880000;
	background-color: #ffffff;
}

.redbg {
	color: #000000;
	background-color: #FFCCCC;
}

.green {
	color: #008800;
	background-color: #ffffff;
}

.blue {
	color: #000088;
	background-color: #ffffff;
}

.bluebg {
	color: #000000;
	background-color: #aaaadd;
}

.odd {
	color: #000000;
	background-color: #eeeeee;
}

.black {
	color: #ffffff;
	background-color: #000000;
}

.required {
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: #880000;
}
