body {
	margin: 0px;
}
.wrapTable {
	width : 100%;
	border : none;
	padding-top : 6px;
	padding-left : 6px;
}
loginTable {
	border : none;
}
.menuCell {
	background-color : 00477F;
	background : 00477F;
}
.menuCellHover {
	background-color : 495C94;
	background : 495C94;
}
a.menuText {
	color : White;
	text-decoration: none;
	font : bold 11px;
	font-family: trebuchet ms;
}
a.menuText:hover {
	color : White;
	text-decoration: none;
}
.headingTable {
	width : 100%;
	border : none;
}
.headingCellLeft {
	color: #00477F;
	width : 40%;
	padding-top: 20px;
}
.headingCellRight {
	color: #00477F;
	padding-top: 20px;
}
.headingTextLeft {
	text-decoration: none;
	font-family: trebuchet ms;
	font : bold 12px;
	margin-left: -8px;
}
.headingTextRight {
	text-decoration: none;
	color: White;
	font-family: trebuchet ms;
	font : bold 12px;
}
a.headingTextRight {
	text-decoration: underline;
	color: White;
}
a.headingTextRight:hover {
	text-decoration: underline;
	color: FFFFFF;
}

.inputSelect  {
	font-size: 11px;
	font-family: trebuchet ms;
	background-color: ffffff;
	padding: 1px;
	border: solid 1px Gray
}
.inputText  {
	font-size: 11px;
	font-family: trebuchet ms,;
	background-color: White;
	padding: 1px;
	border: solid 1px Gray
}
.inputCheckbox  {
	font-size: 11px;
	font-family: trebuchet ms;
	background-color: ffffff;
	padding: 1px;
	border: none;
}

.inputTextarea  {
	font-size: 11px;
	font-family: trebuchet ms;
	background-color: ffffff;
	padding: 1px;
	border: solid 1px Gray
}

.inputButton  {
	font-size: 11px;
	font-family: trebuchet ms;
	border: solid 1px Gray;
	background-color: #2F3D6A;
	color: #FFFFFF;
}

.formSelect {
	font-size: 11px;
	color: #2F3D6A;
	font-family: trebuchet ms;
}

.criteriaTable {
	width : 100%;
}

.plainBold {
	text-decoration: none;
	color: Black;
	font-family: trebuchet ms;
	font-size: 11px;
	font : bold;
	padding-left : 5px;
}

.plainLarge {
	text-decoration: none;
	color: Black;
	font-family: trebuchet ms;
	font-size: 12px;
}

.listAddressRow {
	background-color : EFEFEF;
	background : EFEFEF;
	height: 20;
}

.listDataRow {
	background-color : white;
	background : white;
	height: 20;
}

.listSeparatorRow {
	background-color : 00477F;
	background : 00477F;
	height : 1;
}

.address {
	text-decoration: none;
	color: 000068;
	font-family: trebuchet ms;
	font-size: 11px;
	font : bold;
	padding-left : 5px;
}

.required {
	color: Red;
	font : bold;
	padding-left : 5px;
}

a.nextPrev {
	text-decoration: underline;
}

a.plain {
	text-decoration: none;
	color: Black;
	font-family: trebuchet ms;
	font-size: 11px;
	padding-left : 5px;
}
a.plain:hover {
	text-decoration : underline;
	color: 5b5b5b;
	font-family: trebuchet ms;
	font-size: 11px;
	padding-left : 5px;
}
a.plainLarge {
	text-decoration	: none;
	color		: black;
	font-family	: trebuchet ms;
	font-size	: 12px;
	font-weight	: bold;
	padding-left : 5px;
}
a.plainLarge:hover { 
	text-decoration : underline;
	color		: 5b5b5b;
	font-family	: trebuchet ms;
	font-size	: 12px;
	font-weight	: bold;
	padding-left : 5px;
}

a.button {
	text-decoration	: none;
	color		: white;
	font-family	: trebuchet ms;
	font-size	: 11px;
	background-color : 495C94;
	padding-top	: 2;
	padding-bottom	: 2;
	padding-left	: 3;
	padding-right	: 3;
	font-weight	: bold;
}
a.button:hover { 
	text-decoration : none;
	color		: white;
	font-family	: trebuchet ms;
	font-size	: 11px;	
	background-color : 0B1D5F;
	padding-top	: 2;
	padding-bottom	: 2;
	padding-left	: 3;
	padding-right	: 3;
	font-weight	: bold;
}
a.th {
	text-decoration	: none;
	color		: ffffff;
	font-family	: trebuchet ms;
	font-size	: 11px;
	padding-top	: 2;
	padding-bottom	: 2;
	padding-left	: 3;
	padding-right	: 3;
}
a.th:hover { 
	text-decoration : none;
	color		: 5b5b5b;
	font-family	: trebuchet ms;
	font-size	: 11px;	
	padding-top	: 2;
	padding-bottom	: 2;
	padding-left	: 3;
	padding-right	: 3;
}
td {
	font-family: trebuchet ms;
	font-size: 11px;
	padding-left : 0px;
}
th {
	background : ff7e00;
	color: ffffff;
	font-family: trebuchet ms;
	font-size: 11px;
	padding-left : 0px;
}
a {
	text-decoration: underline;
	color		: black;
}
a:hover {
	text-decoration: none;
	color		: black;
}


