h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	}
	
	body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	}
	
	#footer  a:link,a:visited,a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	}
	
	#footer  a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
	text-decoration: underline;
	
	}
	
	#main  a:link,a:visited,a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
	
	#main  a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	}
	
	#side  a:link,a:visited,a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
	
	#side  a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	}
	#footer{
	height: 50px;
}

#side{width:200px;}
#main{width:394px;}
li{
	list-style-image: url(../img/bullet.gif);
}

.mainFrm legend {
color:#333;
border:#333;
}

.mainFrm label {
position: absolute;
width:130px;
}

.mainFrm input, .mainFrm textarea, .mainFrm select {
margin-left: 150px;
background-color: #eaeaea;
border: 1px solid #333;
font-size: 12px;
}

input, textarea, select {
margin-left: 150px;
background-color: #eaeaea;
border: 1px solid #333;
font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}