td {
	text-align: left;
	vertical-align: top;
	color: #E5E5E5;
}

a {
	text-decoration: underline;
	color:#0C7C00;
}

A:Hover  {
	color : #12B813;
	text-decoration : underline;
}

H3 {
	color: #09740A;
	font-weight: bold;
	font-size : 30px;
	font-family:Tahoma;
}

body {
	font-family:"Century Gothic";
	font-size:20px;
}

.button {
	background-repeat:repeat-x;
	background-image:url('img/blankbutton.jpg');
	height:33px;
	width:207px;
	cursor:pointer;
			
}
.button span {
	margin-left:20px;
	
	color:black;		
}
.subTitle {
	font-size:16pt;
	color: #198cff;
	font-weight:bold;
	margin-left:22px;
}