body {
	font-family: Arial, Tahoma, sans-serif;
	color: #000000;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #003300;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: underline;
	color: #009933;
}
a:active {
	text-decoration: none;
}

h1{
	font-size: medium;
	color: #00CC66;
}

h2 {
	font-size: medium;
	color: #66AA22;
	text-align: center;
}

h3, .heading {
	color: #003300;
	font-size: medium;
	background-color: #77DD55;
    padding-left: 5px;
	/*background-image: url(line.jpg);        
	background-repeat: repeat-y;
	outline: black solid thin;*/
}

hr{
	color:#0033FF;
	height:1;
	width:90%;
}
.formclass {
	font-size: 10px;
}

.advert {
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;
}
ul {
	list-style-position: outside;
}
.pagetitle {
	font-size: medium;
	color: #00CC66;
	font-weight: bold;
}
.pagetitle2 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
a.greenlink:active {
	color: #00CC66;
}
a.greenlink:visited {
	color: #00CC66;
}
a.greenlink:link {
	color: #00CC66;
}
a.greenlink {
	color: #00CC66;
}

a.redlink:active {
	color: #990000;
}
a.redlink:visited {
	color: #990000;
}
a.redlink:link {
	color: #990000;
}
a.redlink {
	color: #990000;
}

