﻿body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #ffffff; 
	text-align: left;
}

#wrapper {
	width: 740px;
	margin: 0 auto; 
	text-align: left;
}

.headline {
	font-size: 12pt;
	font-weight: bold;
}

hr {
	color: #99cc33;
	background-color: #99cc33;
	height: 4px;
	border: 0;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style4 {
	font-size: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	}
	

.style5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bolder;
}
*/
.style6 {
	font-size: 12px
}

.content {
	padding-left: 15px;
	padding-bottom: 10px;
	font-family: verdana;
	text-align: justify;
}

.contentHeader {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #003466;
	font-family: verdana;
}


.contentText {
	font-size: 11px;
	color: #333333;
	font-family: verdana;
	text-align: justify;
}

.alternatingBackground 
{
	background-color: #cccccc;
}

/* **************************** */
/* White Text For Dark BG       */
/* **************************** */

/* TEXTWHITE */
.textwhite { font-size: 11px; font-family: verdana; color : #ffffff; font-weight: normal; }
a.textwhite { font-family: verdana; color: #ffffff; text-decoration: none; }
a.textwhite:hover { font-family: verdana; color: #99CC33; text-decoration: none; }

/* TEXTBLACK */
.textblack { font-size: 11px; font-family: verdana; color : #000000; font-weight: normal; }
/*
a.textblack { font-family: verdana; color: #000000; text-decoration: none; }
a.textblack:hover { font-family: verdana; color: #000000; text-decoration: none; }
*/

/* TEXTBLACKLG */
.textblacklg { font-size: 14px; font-family: verdana; color : #000000; font-weight: normal; }
/*
a.textblacklg { font-family: verdana; color: #000000; text-decoration: none; }
a.textblacklg:hover { font-family: verdana; color: #000000; text-decoration: none; }
*/

/* TEXTGREEN */
/*
.textgreen { font-size: 11px; font-family: verdana; color : #99CC33; font-weight: normal; }
a.textgreen { font-family: verdana; color: #99CC33; text-decoration: none; }
a.textgreen:hover { font-family: verdana; color: #ffffff; text-decoration: none; }
*/

/* TEXTGREY - SMALL */
.smtextgrey { font-size: 10px; font-family: verdana; color : #BDBDBD; font-weight: normal; }
/*
a.smtextgrey { font-family: verdana; color: #BDBDBD; text-decoration: none; }
a.smtextgrey:hover { font-family: verdana; color: #BDBDBD; text-decoration: none; }
*/

/* TEXTBLACK - SMALL */
.smtextblack { font-size: 10px; font-family: verdana; color : #000000; font-weight: normal; }
/*
a.smtextblack { font-family: verdana; color: #000000; text-decoration: none; }
a.smtextblack:hover { font-family: verdana; color: #000000; text-decoration: none; }
*/


/* **************************** */
/* Form Formatting		        */
/* **************************** */

fieldset 	
{
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}

label 
{
	display: block;
}

input[type="text"] {
			width: 250px; 
			font: normal 11px Arial;
			color : #000000;
			background-color: #F1F1F1;  
			border-color : #474747;
			border-width: 1px; 
			border-style: solid; 
			padding: 2px; }

input[type="submit"], input[type="reset"] {
	color : #333333;
	float: left;
	background-color: #F1F1F1;
	font-family: Arial;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	border-right-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-left-color: #999999;
}

input#mlist {
			width: 100px; 
			font: normal 11px Arial;
			color : #000000;
			display: block;
			background-color: #F1F1F1;  
			border-color : #474747;
			border-width: 1px; 
			border-style: solid; 
			padding: 2px; }

select {
			width: 275px; 
			font: normal 11px Arial;
			color : #000000;
			background-color: #F1F1F1;  
			border-color : #474747;
			border-width: 1px; 
			border-style: solid; 
			padding: 2px; }

textarea {	width: 300px; 
			font: normal 11px Arial;
			color : #000000;
			background-color: #F1F1F1;  
			border-color : #474747;
			border-width: 1px; 
			border-style: solid; 
			padding: 2px; }
