body{
	padding:0;
	margin:0;
	color:#000;
	background-color: #FFF;
	font:76% Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* standard link styles */
a:link, a:active{
	color:#45A12B;
	text-decoration:underline;
}
a:visited{
	color:#E2001A;
	text-decoration:underline;
}
a:hover{
	color:#E2001A;
	text-decoration:underline;
}

/*standard heading tags*/
h1{
	color: #45A12B;
	font-size:1.3em;
}
h2{
	color: #E2001A;
	font-size:1.2em;
}
h3{
	color: #45A12B;
	font-size:1.1em;
}
h4{
	color: #E2001A;
	font-size:1.0em;
}

.footer{
	background: #CCC url(../images/bgHeader.jpg) repeat-x;
	border-top: 1px solid #000;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
}

.imgleft{
	float:left;
	padding-right:10px;
}
.imgright{
	float:right;
	padding-left:10px;
}

/* header table background image */
.headertable{
	background: #CCC url(../images/bgHeader.jpg) repeat-x;
}
.navigationtable {
	background-color: #CCC;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}
/* style for the main table content area */
.maintable{
	width:100%;
}

.sidebar {
	background: #CCC url(../images/bgSidebar.jpg) repeat-y right;
	width: 180px;
	padding: 20px 5px;
}
/* standard link styles */
.sidebar a:link, .sidebar a:active{
	color:#E2001A;
	text-decoration:underline;
}
.sidebar a:visited{
	color:#45A12B;
	text-decoration:underline;
}
.sidebar a:hover{
	color:#45A12B;
	text-decoration:underline;
}

#divLogin {
	font-size: 0.9em;
	padding-top: 5px;
}

.maincontent{
	padding: 20px 30px 10px 30px;
	background:#FFFFFF;
}

