body {
	font-family: arial, verdana, helvetica, sans-serif;
	margin: 0px;
	}
p{
	line-height:1em;
	text-align: left;
	}
a{
	color: #000099;
	text-decoration: none;
	}
	a:hover{
		color: #660066;
		text-decoration: underline;
	}
h1 {
	font-size: 1.5em;
	line-height:0.8em;
	font-weight: bold;
	text-transform: capitalize;
	color: #009933;/*Green*/
	}
h2 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.3em;
	line-height:0.8em;
	font-weight: bold;
	color: #660099;/*Purple*/
	}
h3 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;/*Black*/
	}

table{
	width:98%;
	}
td{
	border: 1px solid #990066;
	}
/*Class Styles*/
.twocolseven {
	float: left;
	width: 50%;
	}
.twocolsone {
	float: left;
	width: 33%;
	padding: 1em;
	}
.twocolstwo {
	float: right;
	width: 66%;
	padding: 1em;
	}
.twocolstwo img{
	border: 0px;
	}
.smalltext{
	font-size: 0.6em;
}
.highlight{
	font-weight: bold;
	color:#990066;
	}
.seperateitems{
	text-align:center;
	color:990066;
	}

	.tblshade{
	border: 1px solid #990066;
	background-color:#66CC00;
	color:#000000;
	padding:2px;
	margins:3px;
	width:98%;
	text-transform: none;

		}
	.tblshadeaa{
		border: 1px solid #990066;
		background-color:#009933;
		color:#FFF;
		padding:2px;
		margins:3px;
		width:37%;
		}
	.tblshadeab{
	border: 1px solid #990066;
	background-color:#009933;
		color:#FFF;
		padding:2px;
		margins:3px;
		width:26%;
		}
	.tblshadeba{
		border: 1px solid #990066;
		background-color:#009933;
		color:#FFF;
		padding:2px;
		margins:3px;
		width:25%;
		}
/*ID Styles*/
#homearea{
	margin-left:20px;
	}.highlightcentre {
	font-weight: bold;
	color:#990066;
	text-align: center;

}
#LogoImage{
	float: right;
	position: relative;
	top: -35px;
	right: 5px;



}
.HomeTable {
	width: 33%;
	text-align: center;
	height: 100px;

}
.Button {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006600;
	text-align: center;
	margin: 0px 8px 0px 0px;
	padding: 3px;
	float: right;
	font-weight: bold;
	border-top: 3px ridge #339900;
	border-right: 3px ridge #339900;
	border-bottom: 2px ridge #339900;
	border-left: 2px ridge #339900;
}
.Button a {
	color: #FFFFFF;
}
.Button a:hover {
	color: #ffffff;
	text-decoration: none;
}
