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

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

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

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

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

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

.textMenu {
	font-size: 14px;
	font-weight: normal;
	color: #0000DD;
}

.textMenu a {
	color: #0000DD;
	text-decoration:none;
}

.textMenu a:hover {
	color: #FF0000;
	text-decoration: none;
}

.textFooter {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.textFooter a:hover {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #993300;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}