
@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCC99;
	background-color: #336633;
	background-image:url(/images/background.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family:20px;
	} 

.red {color: #CC0000;}
.yellowbg{background-color:#FFFF99;}
.subtitle{font-size:24px;}
.contactinfo{font-size:30px;}
.title {font-size: 36px;}
.bold{font-weight:bold;}
.note{
	text-align:left;
	border:dashed thin #FF0000;
	background-color:#FFFFCC;
	padding:10px;
	color:#1E3545;
	font-size:14px;
	}
.center{text-align:center;}
.left{text-align:left;}
.underline{text-decoration:underline;}
p{font-size:20px;}
.copywrite{
	font-size:14px;
	text-align:center;
	color:#CCCCCC
	}
.bodytext {
	color: #333333;
	font-size:16px; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0 20px 0 20px;
	} 
	
.contacttext {
	color: #993300;
	font-size:24px; 
	text-align:center;
	} 
.maintitle {
	font-size:24px;
	}	


