body {
	margin: 0px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #111111;
	color: #cccccc;
}

.moduleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #AEAE5E;
}

.moduleTable {
	border: 0;
	background-color: #000000;
	width: 400px;
}

.inputLabel {
	font-weight: normal;
	font-size: 11pt;
}

.inputText {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	background-color: #ffffff
}

.dropDown
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px
}

.displayTable {
	border: 0;
	background-color: #000000;
	width: 90%;
}

.displayData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: ffffff;
	color: #000000
}

.infoText {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.smallPrint {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.inputTextArea
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff
}

.commandButton
{
	font-size: 10pt;
	width: 110px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	height: 23px
}

.msgTextSuccess
{
	font-weight: normal;
	font-size: 10pt;
	color: #006600;
	font-style: normal;
	font-weight: bolder;
	font-family: arial, helvetica, sans-serif
}

.msgTextFailure
{
	font-weight: normal;
	font-size: 10pt;
	color: #aa0000;
	font-style: normal;
	font-weight: bolder;
	font-family: arial, helvetica, sans-serif
}

.readOnlyInputText
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
	height: 20px;
	background-color: #e1e1e1
}

.fieldSet
{
	border-right: #000066 1px solid;
	border-top: #000066 1px solid;
	border-left: #000066 1px solid;
	border-bottom: #000066 1px solid
}


.smallDisplayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.inputTextErrorBorder {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
	border-width: 2px;
	border-style: solid;
	border-top-color: #ff0000;
	border-left-color: #ff0000;
	border-right-color: #ff0000;
	border-bottom-color: #ff0000;
}

a { 
	text-decoration: none;
	font-weight: bolder;
	color: #AEAE5E;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7a7a2a;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #AEAE5E;
}
a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #ffffff,
}