body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #D3FFD3;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-image: url("images/background_tile.gif");
}

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

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

.contentPadding {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("images/background_main.jpg");
	background-repeat: no-repeat;
	background-position: center; 
}

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

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

.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-image: url("images/banner_bottom.gif");
	padding-left: 40px;
	padding-bottom: 12px;
}
.textFooter a {
	color: #FFFFFF;
	text-decoration: underline;
}

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

.textMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url("images/banner_menu.jpg");
	padding-right: 10px;
}
.textMenu a {
	color: #000000;
	text-decoration: none;
}

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

.textHeading {
	font-size: 14px;
	font-weight: bold;
	color: #FF2A05;
	padding-left: 10px;
}