
textarea, input, select, submit {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#333333;
	padding:3px;
	margin:2px;
}

em, .content {
	font-size:100%;
	color:#333333;
 	font-weight: normal;
	text-decoration: none;
	width: auto;
} 

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

hr {
  color             : #999999;
  height            : 1px;
  width             : 100%;
}

.formheading {
    font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:200%;
	color:white;
	border-bottom:1px dashed #eeeeee;
}

img {
   	border:none; 
}

.sectionHeader {
    color:white; 
	background-color:#2250A2;
	height:11px;
	text-align: left;
	vertical-align:middle;	
	font-weight: bold;
	font-size: 14px;
}

.buttonStyle {
	color:white;
	background:#2250A2;
	border:2px outset;
}

table.content {
   background:white;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   padding: 7px 15px 7px 15px;
}

table.content td, td p{
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color: #333333;
}

table.content1 {
   background:#E2F0F1;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   border-bottom: 5px solid #2250A2;	
}

table.content1 th {
	background:#6a87b9;
	color:white;
	text-align:left;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	font-size: 14px;
}

table.content1 td {
   
   padding: 7px 10px 7px 10px;
   border-bottom: 1px solid #336699;
}

.readOnly {
	background:#E2F0F1;
	border: 1px solid #336699; 
	text-align:right;
}
