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

p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	color: #000000;
}


a:link {
	color: #009DEA;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #009DEA;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 1.25em;
	margin: 0;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 1.15em;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: disc;
	line-height: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 0.75em;
}

ul ul{
	list-style-type: none;
}

ol {
	list-style: outside;
	line-height: 1.25em;
}

.smaller {
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
}

.photoCaption {
	font: italic bold 0.7em/1.25em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	padding-top: 0.75em;
}

.topLink {
	font: bold 0.75em/1.25em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
}

img {
	border: none;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 15px 10px;
}

.formBGColour {
	background: #FFDEBF;
}

.label{
	font: 0.9em/1.25em Arial, Helvetica, sans-serif;
	color: #333333;
}
				
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	}

