.mainHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #339933;

}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
.mainHeadPur {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #996699;
}
.subHeadPur {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #996699;
}
.mainHeadRed {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #FF3300;
}
.subHeadRed {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #FF3300;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;


}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
}
p {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;

}
.left {
	float: left;
	margin-right: 10px;


}
.right {
	float: right;
	margin-right: 15px;

}
a:link {
	color: #6DB430;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
} 
a:active {
	color: #996699;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;

} 
a:visited {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;

} 
a:hover {
	color: #FF3300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;

} 
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
} 
li {
	color: #000000;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../bullet.jpg);
	font-weight: bold;
	font-size: 100%;

} 
ul {
	color: #000000;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;


} 
ol {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;

} 
.mytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
} 
a.mytext:link {
	color: #6DB430;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;

} 
a.mytext:visited {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;

} 
a.mytext:active {
	color: #996699;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;

} 
a.mytext:hover {
	color: #FF3300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;

} 
.mytextWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 100%;

}
#line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 1px;
}

#nav ul{
padding: 0;
margin: 0;
background-color:#FFFFFF;
}

#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
	font-size: 80%;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
	font-weight: bold;

} 

#nav ul li a:hover, #nav ul li a:focus{
	background-color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}
