body {
	/*
	background-color: #dfddd1;
	*/
	background-color:#ffffff;
	color: #000000;
	font-family: "Myriad Web", Arial, Helvetica, sans-serif;
}

table {
	background-color: #dfddd1;
 	margin-left:auto;
	margin-right:auto;
}

td {
	font-size: 12px;
	border-width:0px;
	border-style:none;
}

tr {
	border-width:0px;
	border-style:none;
}

table.menubar {
	width:740px;
	border-style:none;
	border-color:#000000;
	border-collapse: collapse;
}

tr.menubar {
	background-image: url('/images/darkgray.png');
	background-repeat: repeat;
}

td.menubar {
	vertical-align:middle;
	text-align:center;
	color:white;
 	border-top-width:30px;
	border-bottom-width:30px;
	border-color:#000000;
}

a.menubar {
	color:#ffffff;
	text-decoration: none;
}

a
{
	color:#0160b0;
	text-decoration:none;
}

a.underline
{text-decoration: underline;
color:#35c7ee;	
	}
	
#ob a:hover{
border:3px;
}

h1, h2, h3, h4, h5, h6
{
	text-align:center;
}

h1
{font-size: 22px;
}

h2
{font-size: 16px;
}


p.ref
{
	text-indent: -5em;
	margin-left: 5em;
}

.navbar {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	font-size: large;
	font-weight: bold;
	}

li + li { margin-top: 0.5em; }

.header {
	color: #0461af;
	font-weight: bold;
}

.headerblue {
	color: #34c6eb;
	font-weight: bold;
}

.bold
{
	font-weight:bold;
}

.left
{
	text-align:left;
}

img {
	border: 0px;
}

.mainContents {
	font-family: Verdana, Arial, Helvetica;
}	

.instruction {
	font-size: 9pt;
	font-weight: bold;
	margin: 10px 15px 30px 15px;
	text-align: left;
}

.operationMessage {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}

.lastUpdatedInfo {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.tableHeading {
	color: #225588;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}

.tableSubheading {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.tableRowLabel {
	color: #225588;
    font-size: 9pt;
	font-weight: bold;
	text-align: right;
	width: 50%;
}

.tableRowData {
	text-align: left;
	width: 50%;
}

.displayContactInfoTableRowLabel {
	color: #225588;
    font-size: 9pt;
	font-weight: bold;
	text-align: right;
	width: 40%;
}

.displayContactInfoTableRowData {
	font-size: 9pt;
	text-align: left;
	width: 60%;
}

.displayAccountInfoTableRowLabel {
	color: #225588;
    font-size: 9pt;
	font-weight: bold;
	text-align: right;
	width: 43%;
}

.displayAccountInfoTableRowData {
	font-size: 9pt;
	text-align: left;
	width: 57%;
}

.textBox {
	background-color: #FFFFFF;
	text-align: left;
	width: 275px;
}

.textAreaLabel {
	vertical-align: top;
}

.textArea {
	height: 75px;
	width: 55%;
}

.formRequiredField {
	background-color: #FFFFCC;
}

.requiredIndicator {
	color: #B22222;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
}

.requiredText {
	color: #000000;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
}

.smallText {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}

.unavailableAccountOption {
	background-color: #DDDDDD;
}