body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, div, td ,tr, li, ul, input, submit, textarea {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0000000;
}

.footer {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.footerSmall {
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

a {
	color: #0000CC;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.menuText {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	line-height: 180%;
}
.menuText a {
	color: #0000FF;
	text-decoration:none;
}
.menuText a:hover {
	color: #000099;
	text-decoration: none;
}

.contentPadding {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 15px;
}

.textErrors {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}