@charset "utf-8";

/* CSS Document */

BODY{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#333333;
	background-image: url(images/BCGR.jpg);
	background-repeat: repeat-x;
	}

.heading{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20pt;
	color: #669966;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}
	
.mediumheading{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	}

.menu
	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	line-height: 200%;
}

a.menu:hover{
	text-decoration:none;
	color: #666;
}

a {
	color:#669966;
}

A IMG {
	border-color:#333333;
	}

a.register {
	color: #333;
}
a.register:hover{
	color:#669966;
}

.signature{
	font-size: 10pt;
	color: #333333;
	font-style: italic;
}

.smallheading{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #669966;
	font-style:normal;
	font-weight: bold;
	text-decoration: none;
	}

a.smallheading{
	text-decoration: none;
	}
	
a.smallheading:hover{
	color:#cc9966;
}

.pHeading{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltctr{
	margin-left: 25px;
	margin-right: 25px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 200%;
}
.required {
	font-family: Verdana, Geneva, sans-serif;
	color: #C00;
}
