body {
	background-image: url(../images/background.gif);
	background-color: #FFC211;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body,td,th {
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #AE2300;
}
a:visited {
	text-decoration: none;
	color: #AE2300;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #4F007D;
}
.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.headerleft {
	background-image: url(../images/left_headerback.gif);
	background-position: right;
}
.headerright {
	background-image: url(../images/right_headerback.gif);
	background-position: left;
}
.leftback {
	background-image: url(../images/left_sideback.gif);
	background-position: right;
}
.rightback {
	background-image: url(../images/right_sideback.gif);
	background-position: left;
}
.rightvert {
	background-image: url(../images/rightvert_line.gif);
	background-position: bottom;
}
.footerleft {
	background-image: url(../images/left_footer.gif);
	background-position: right;
}
.footerright {
	background-image: url(../images/right_footer.gif);
	background-position: left;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/*  Start of PHP application styles */


font, span, ul, li, ol, td, th, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/*
h1, h2, h3, h4, h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/

input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
}

div.error, div.error p {
	color: red;
	font-weight: bold;
}

p.error {
	background-color : Yellow;
	color : red;
	margin-left: 20px;
	padding: 4px;
}

.errors {
	color: red;
	font-weight: bold;
}

.messages {
	color : Green;
}

.even {
	background : #E9E9E9;
}

.odd {
	background : white;
}


table tr td b {
	color: green;
	font-weight: bold;
	font-size: 1.25em;
}


.note {
	font-size: xx-small;
}


/* User form field styles */

label {
	color: darkblue;
	font-weight: bold;
}

fieldset {
	margin-bottom: 20px;
}

legend {
	color: gray;
	font-weight: bold;
}

fieldset table td {
	padding: 6px;
}

td.td_label {
	width: 125px;
	text-align: right;
}

fieldset table tr {
	vertical-align: top;
}

div.formquestion {
	padding: 10px;
}

div.formquestion p {
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.formoptions p span, td span, span a, label span {
	font-size: 9px;
	color: black;
	font-weight: normal;
}

div.group_information {
	background-color: #E2E2E2;
	border: 1px solid black;
	padding: 10px;
}

/* Find A Group - search results */

tr.group_results_name {
	background-color: #E2E2E2;
}

tr.group_results_details td {
	background-color: #F2F2F2;
}

iframe {
	background-color: white;
}


