body { 
	margin: 0 0 0 0;
	padding:0; 
	height:100%;
	background-color:#e8eed4;
}

.top {
	background-image:url(images/topbg.jpg);
	height:30px;
}

.whitebg {
	background-color:#FFFFFF;
}
	
.headerbg {
	height:161px;
	background-image:url(images/headerbg.jpg);
}

.header {
	height:161px;
}

.linespacer {
	background-color:#FFFFFF;
	height:1px;
}

.leftbg {
	background-color:#e8eed4;
}

.site {
	height: 100%;
}

.buttons {
	background-color:#350b9b;
	height:30px;
}

.bottom {
	background-color:#350b9b;
	height:30px;
}

.headbg {
	background-color:#b2c772;
	height:30px;
}

tr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	letter-spacing:0.1em;
}

.smalltext {
	font-size:11px;
}

p { 
	text-align:justify; 
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#350b9b;
}

.heading1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#350b9b;
}

A:link { color:#350b9b; text-decoration:underline; }
A:visited { color:#350b9b; text-decoration:underline; }
A:hover { color:#b2c772; text-decoration:underline; }
A:active { color:#350b9b; text-decoration:underline; }

.red {
	color:#cc3333;
}

.whitetext {
	color:#FFFFFF;
	font-size:11px;
}

.whitetext A:link { color:#FFFFFF; text-decoration:underline; }
.whitetext A:visited { color:#FFFFFF; text-decoration:underline; }
.whitetext A:hover { color:#CCCCCC; text-decoration:underline; }
.whitetext A:active { color:#FFFFFF; text-decoration:underline; }


.imageborder {
	border: 1px solid #333333;
}


.green {
	color: #009900;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
.greenbg {
	background-color: #009933;
}
.redbg {
	background-color: #CC0000;
}
.bluetxt {
	color: #0000CC;
}
.bluebg {
	background-color: #0066FF;
}
.yellowtxt {
	color: #FFCC00;
}
.yellowbg {
	background-color: #FFCC00;
}

.footertxt A:link { color: #666666; text-decoration:none; }
.footertxt A:visited { color: #666666; text-decoration:none; }
.footertxt A:hover { color: #666666; text-decoration:none; }
.footertxt A:active { color: #666666; text-decoration:none; }
