html {
		height: 101%;
	}
body {
		height: 101%;
		margin: 5px 0px 0px 0px;
		background: #50b849;
		color: #336600;
		font: 75% arial,helvetica,sans-serif;
		background: url(../images/background.png);
	}

table {
		font: 105% arial,helvetica,sans-serif;
		color: #4b4b4b;
		text-align: justify;
		border-right: 2px solid #e2e2e2;
		border-left: 2px solid #e2e2e2;
	}
	
	#table1 {
		font: 100% arial,helvetica,sans-serif;
		background: #ffffff;
		line-height: 14pt;
		text-align: justify;
		border-right: 2px solid #e2e2e2;
		border-left: 2px solid #e2e2e2;
	}
	#table2 {
		font: 100% arial,helvetica,sans-serif;
		background: #ffffff;
		line-height: 14pt;
		text-align: justify;
		border-right: 0px solid #e2e2e2;
		border-left: 0px solid #e2e2e2;
	}

	
	#banner {
		width: 900px;
		font: 140% arial,helvetica,sans-serif;
		background: #ffffff;
		color: #FF0000;
		font-style: italic;
		height: 100px;
		letter-spacing: 1px;
		text-align: justify;
		border-top: 2px solid #e2e2e2;
		border-right: 2px solid #e2e2e2;
		border-left: 2px solid #e2e2e2;
	}
	#footer {
		width: 900px;
		font: 90% arial,helvetica,sans-serif;
		background: #50b849;
		color: #cccccc;
		text-align: left;
		border-right: 2px solid #e2e2e2;
		border-bottom: 2px solid #e2e2e2;
		border-left: 2px solid #e2e2e2;
	}
	
.contactus {
		width: 225px;
		font: 120% arial,helvetica,sans-serif;
		background: #e2e2e2;
		color: #4b4b4b;
		border: 1px solid #cccccc;
		text-align: center;
	}
.contactus_inner {
		width: 100%;
		font: 110% arial,helvetica,sans-serif;
		background: #50b849;
		color: #ffffff;
		text-align: center;
		border-top: 0px solid #000000;
		border-right: 0px solid #e2e2e2;
		border-bottom: 0px solid #e2e2e2;
		border-left: 0px solid #e2e2e2;
	}
.contactus_a {
		font: 100% arial,helvetica,sans-serif;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		border: 0px;
	}

	h1 {
		font-size: 130%;
		margin: 10px 0px 0px 0px;
		color: #4b4b4b;
		font-weight: bold;
	}
h2 {
		margin: 0px 0px -10px 0px;
		font-size: 115%;
		font-weight: bold;
	}
	h3 {
		margin: 30px 0px 0px 0px;
	}

a {
		color: #ff0000;
		font-weight: normal;
		text-decoration: none;

	}
a:hover {
		color: #50b849;
		font-weight: normal;
		text-decoration: none;

	}

.a2 {
		color: #cccccc;
		font-weight: normal;
		text-decoration: none;

	}
.a2:hover {
		color: #4b4b4b;
		font-weight: normal;
		text-decoration: none;

	}