﻿body 
{
	background-color:White;
	font-family:Verdana, Arial, Helvetica,San-Serif;
	font-size: 11px;
	margin:0;
}
#mainBody
{
	width: 100%;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 0;
}.txtTitle 
{
	font-weight:bold;
	font-size:18px;
}
.txtBoldRed 
{
	font-weight:bold;
	color:Red;
}
.txtNormal 
{
	font-weight:normal;
	color:Black;
}
a,a:visited {
	color: navy;
	text-decoration: underline;
}
a:hover,a:focus {
	color: blue;
	text-decoration: underline;
}
.txtBox,textarea 
{
	border: 1px solid #424142;
	width: 150px;
}
input,select 
{
	font-family:Verdana,Arial,Helvetica,San-Serif;
	font-size:11px;
}

fieldset 
{
	border:none;
}
fieldset legend 
{
	font-weight:bold;
	font-size:12px;
	margin-left:0px;
}
.label 
{
	font-weight:bold;
}
.red
{
	color:Red;
}
.center
{
	text-align:center;
}

.checkBoxList
{
	font-family:Verdana,Arial,Helvetica,San-Serif;
	font-size:11px;
	margin:0px;
	padding-top:2px;
	padding-bottom:5px;
	vertical-align:middle;
}
/*Old Styles

		BODY {
			background: white;
		}
		BODY, TD, A, INPUT, TEXTAREA, SELECT, .label, .heading, .mockButton, .underline {
			font-family: verdana;
			font-size: 11px;
		}
		A {
			color: navy;
			text-decoration: underline;
		}
		A:hover {
			color: blue;
			text-decoration: underline;
		}
		INPUT, TEXTAREA, .mockButton {
			border: 1px solid #424142;
			width: 400px;
		}
		.mockButton {
			padding-top: 1px;
			height: 18px;
			width: 60px;
			text-align: center;
			background: #D4D0C8;
		}
		textarea {
			width: 400px;
		}
		.underline {
			text-decoration: underline;
		}
		.heading {
			font-weight: bold;
			background: #EEEEEE;
		}
		.label {
			text-align: right;
			font-weight: bold;
		}
		.star {
			color: red;
		}
		.qbody {
			font-weight: bold;
		}
		.privacy {
			font-size: 4px;
		}
		FORM {
			margin: 0px;
		}
		.searchPane {
			background: #EEEEEE;
			border-bottom: 1px solid #848284;
			padding: 0px;
		}
		.objCell {
			width: 100%;
			border: 1px solid #848284;
		}
		.buttonCell {
			text-align: right;
			background: #EEEEEE;
			border-top: 1px solid #848284;
			border-bottom: 1px solid #848284;
		}
		.resultRow {
			border-top: 1px solid #848284;
			border-right: 1px solid #CCCCCC;
		}
		.spacer {
			padding: 0px;
			height: 15px;
		}
*/
