
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a, a:link, a:active, a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}


/* Table classes */
td
{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

th
{
	width: auto;
	padding: 4px 6px 4px 6px;
	background-color: #777777;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

th a, th a:link, th a:active, th a:visited
{
	color: #FFFFFF;
}

th a:hover
{
	color: #66CCFF;
}


.menu
{
	width: auto;
	padding: 0px 6px 0px 6px;
	background-color: #777777;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited
{
	color: #FFFFFF;
}

.menu a:hover
{
	color: #511a1b;
}


.contentTable
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 6px;
}


.listTable
{}

.listTable tr
{
}

.listTable th
{
	padding: 4px 5px 5px 5px;
	background-color: #3D5F82;
	text-align: left;
}

.listTable td
{
	padding: 8px 0 8px 5px;
	border-bottom: 1px solid #AACCEE;
}

.listRow0
{
	/*background-color: #F3FBFC*/
}

.listRow1
{
	background-color: #E3EBF6;
}

.listCellHeader1
{
	background-color: #CFDFEF;
}

.listCellHeader0 a, .listCellHeader0 a:visited, .listCellHeader0 a:active
{
	font-weight: bold;
}

.listCellHeader0 a:hover
{
	text-decoration: underline;
}

.listCellHeader1 a, .listCellHeader1 a:visited, .listCellHeader1 a:active
{
	font-weight: bold;
}

.listCellHeader1 a:hover
{
	text-decoration: underline;
}


.formTable
{}

.formTable th
{
	width: 150px;
	color: #000000;
	font-weight: bold;
	background-color: #CFDFEF;
	text-align: left;
	padding: 6px 0 6px 5px;
	border-bottom: 1px solid #AACCEE;
	text-transform: none;
}

.formTable td
{
	background-color: #E3EBF6;
	padding: 6px 0 6px 5px;
	border-bottom: 1px solid #AACCEE;
}
/*- Table classes */


/* Header classes */
h1
{
	font-size: 16px;
}

h2
{
	color: #000000;
	font-size: 14px;
}

h3
{
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
/*- Header classes */


/* Text formatting classes */
.error
{
	color: #FF7777;
}

.required
{
	color: #FF7777;
}
/*- Text formatting classes */



/* Form classes */
input
{

}

textArea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textField
{
	width: 200px;
}

.button
{
	width: 80px;
	background-color: #F3F3F3;
	border: 1px solid #3344AA;
}

/*- Form classes */



/* Miscellaneous classes */
.menuUL
{
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline;
	list-style-type: none;
}

.menuUL li
{
	float: left;
	width: 33%;
	padding-top: 30px;
}

.menuUL h3
{
	width: 100px;
	border-bottom: 1px solid #777777;
}

.menuUL a
{
	padding-left: 5px
}


.sectionHeader
{
	border-bottom: 1px solid #777777;
}

.sectionFooter
{
	border-top: 1px solid #777777;
}


.multiselect
{
	width: 300px;
	height: 85px;
	overflow: auto;
	border: thin inset ActiveBorder;
	background-color: white;
	padding: 1px;
}

.multiselect td
{
	border: 0px;
	background-color: white;
	color: #000000;
}
/*-Miscellaneous classes */