p, tr, td, ul, li{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align : justify;
}

body {
	background-image: url("../images/background.jpg");
	background-attachment: fixed;
	background-repeat : repeat-y;
	
}
	
h1{
	color : #FFFFFF;
	background-color : #556B2F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : x-large;
	text-align : center;
}

h2{
	color : #556B2F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : large;
	text-align : left;
	text-decoration : underline;
}

.heading{
	background-image : url(../images/header.jpg);
	background-color : White;
	width : 750px;
	height : 65px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
	text-align : center;
	vertical-align : top;
	color : #FFFFFF;
}

.Rollover a {
	background:   url("../images/cssbutton1.jpg");
	background-repeat : no-repeat;
	display: block; 
	color: #98FB98; 
	font: bold 20px "Arial";
	height: 54px;
	padding: 15px 0px 0px 0px; 
	text-align: center; 
	vertical-align: middle;
	text-decoration: none; 
	width: 120px
}

.Rollover a:hover {
	background-position: -120 0px;    
	color: #CEFBCE;
}

.Rollover a:active {
	background-position: -240 0px;    
	color: #DFFBE0;
}

.RolloverNot a {
	background:   url("../images/cssbutton1.jpg"); 
	background-repeat : no-repeat;
	color: #98FB98; 
	display: block; 
	font:   bold 20px "Arial";
	height: 54px; 
	padding:  15px 0px 0px 0px; 
	text-align: center; 
	vertical-align: middle;
	text-decoration: none; 
	width: 120px; 
	background-position: -240 0px;
}