body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

.menuLeft {
	background-position: top;
	background-repeat: repeat;
	background-image: url("images/bg_menu.gif");
}

.content-padding {
	padding: 20px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #398C06;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #398C06;
}

p, td, select, input {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

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

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

.textGreen {
	font-size: 11px;
	font-weight: bold;
	color: #399501;
}

.textRed {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}