body {
	font-family: Verdana, Helvetica, Arial, Arial Narrow;
	font-size: 10px;
	line-height:125%;
	margin: 11px;
	color:#171796;
	background-color:#B3B3B3;
}

select, input {
	font-family: Verdana, Helvetica, Arial, Arial Narrow;
	font-size: 10px;
	text-decoration: none;
	color:#02276e;
} 

.content {
	font-family: Verdana, Helvetica, Arial, Arial Narrow;
	font-size: 10px;
 	font-weight: normal;
	text-decoration: none;´
	width: auto;
	color:#171796;
} 

hr {
  color             : #000099;
  height            : 1px;
  width             : 100%;
}

.formheading {
  font-family: helvetica, Arial, Verdana, Arial Narrow;
  font-size         : 24px;
  font-weight       : normal;
  text-align        : left;
  color             : #171796;
}

img {
   	border:none; 
}

a:link 
{
	color:#171796;
	font-weight: bold;
	text-decoration: underline;
}
a:visited 
{
	color:#171796;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	text-decoration: underline;
	font-weight: bold;
}

.sectionHeader {
	background-color:#000099;
	height:20px;
	text-align: left;
	vertical-align:middle;
	color:white; 
	font-weight:bold
}

.buttonStyle {
	color:white;
	background:#000099;
	border:2px outset;
}

table.content {
   background:#A2A2D5;
   padding: 7px 15px 7px 15px;
}

table.content1 {
   background:#CCCCFF;
   font-size: 10px;
   border-bottom: 5px solid #000099;	
}

table.content1 th {
	background:#000099;
	color:white;
	text-align:left;
	padding: 7px 10px 7px 10px;
}

table.content1 td {
   padding: 7px 10px 7px 10px;
   border-bottom: 1px solid #000099;	
}

.readOnly {
	background:#CCCCFF;
	border: 1px solid #000099; 
	text-align:right;
}
