body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
td
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.grdHeader
{
	font-weight: bold;
	color: #ffffff;
	background-color: #014478;
}
.grdHeader2
{
	font-weight: bold;
	color: #000000;
	background-color: #DFEBF7;
}
.grdSuperHeader
{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3366cc;
}
.grdHeaderCenter
{
	text-align: center;
	vertical-align: top; 
	color: #ffffff;
}
.grdHeaderCenter a
{
	color: #ffffff;
}
.grdItem
{
	text-align: left;
	vertical-align: top;
}
.grdItemCenter
{
	text-align: center;
	vertical-align: top;
}
.grdItemRight
{
	text-align: right;
	vertical-align: top;
}
.grdNoBorder
{
	border: none;
}
.lblMessageError
{
	color: #ff0000;
	font-weight: bold;
}
.title
{
	font-size: 20px;
}
.subtitle
{
	font-size: 14px;
	font-weight: bold;
}
.formFieldTitle
{
	font-weight: bold;
}
.msgError
{
	font-weight: bold;
	color: #FF0000;
}
.msgSuccess
{
	font-weight: bold;
	color: green;
}
table.headerLogo {}
table.headerLogo td{background-color:#014478;}

table.datagrid01 {}
table.datagrid01 td {border:1px solid #cccccc;margin:0px 0px 0px 0px;padding:3px 3px 3px 3px;}
table.datagrid01 tr.header td,
table.datagrid01 td.header {background-color:#014478;color:#ffffff;font-weight:bold;margin:0px 0px 0px 0px;padding:4px 3px 4px 3px;text-align:center;}

table.datagrid02 {width:100%;}
table.datagrid02 td {border:1px solid #cccccc;margin:0px 0px 0px 0px;padding:3px 3px 3px 3px;text-align:center;}
table.datagrid02 tr.header td,
table.datagrid02 td.header {background-color:#014478;color:#ffffff;font-weight:bold;margin:0px 0px 0px 0px;padding:4px 3px 4px 3px;}
table.datagrid02 tr.left td,
table.datagrid02 td.left {text-align:left;}
table.datagrid02header {background-color:#014478;border:1px solid #cccccc;border-bottom:none;border-collapse:collapse;width:100%;}
table.datagrid02header a {color:#ffffff;padding:0px 3px 0px 3px;text-decoration:none;}
table.datagrid02header td {color:#ffffff;margin:0px 0px 0px 0px;padding:5px 3px 5px 3px;}
table.datagrid02header td.button {text-align:center;width:180px;}

/* ========================================
   Submit buttons that look like links
======================================== */
.left_menu_button td a
{display:block;font-weight:bold;font-size:1.2em;margin:0 0px;padding:0 0;width:190px;
}

.submit {
	margin-left: -5px;
	margin-right: -5px;
	display:inline;
	cursor: hand;
	cursor: pointer;
	background-color: transparent;
	border: none;
	text-decoration: underline;
	color: #0000fe;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	overflow: visible;
}

.submitWithColorWhite {
	margin-left: -5px;
	margin-right: -5px;
	display:inline;
	cursor: hand;
	cursor: pointer;
	background-color: transparent;
	border: none;
	text-decoration: underline;
	color: White;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	overflow: visible;
}