/* CSS Document */

<!--

/* Main Body Formatting old background color was 525050*/
body,td,th {
	font-family: Tahoma, Georgia, Arial, serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkg.jpg);
	background-repeat:repeat-x;
	background-color: #3E3A39;
	padding:0px;
}
.formfields {
	width: auto;
	color: #525050;
	border:1px solid #525050;
	font-family: ARIAL,Times New Roman, helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	color: #525050;
	background-color: #FFFFFF;
}

.disabledformfields {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #525050;
	background-color: #FFFFFF;
}
/* Main Body Link  Formatting*/

A:link {
	text-decoration: none;
	color:#000000;
	font-weight:bold
	}
A:visited {
	text-decoration: none;
	color:#000000;
	font-weight:bold
	}
A:active {
	text-decoration: none;
	color:#000000;
	font-weight:bold
	}
A:hover {
	text-decoration: underline;
	color: red;
	 font-weight:bold
	 }

/* Main Menu Formatting*/

.Menu {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu:link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a.Menu:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Footer Links Formatting*/

.bot_Menu {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.bot_Menu:link {
font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.bot_Menu:visited {
font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.bot_Menu:hover {
font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	padding: 0px 0px 0px 2px;
	margin-left: 3px;
	cursor: hand;
}
a.bot_Menu:active {
font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* form fields 990033 */
.inputSubmit {
color: #525050;
background-color: #FFFFFF;
border:1px solid #525050;
font-family : Verdana, tahoma, Arial;
font-size : 10px;
font-weight: bold;
}

.dottedline {
	border-left: 1px dashed #CCCCCC;
}

-->