a {
	color: #003AAE;
	font-weight: bolder;
	text-decoration: none;
}


a:hover {
	color: #FF1515;
	text-decoration: underline;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
}

form {
	margin: 0;
	padding: 0;
}


input, select, option, textarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


td {
	color: black;
	font-size: 8pt;
}


th {
	background-color: #08396B;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bolder;
	height: 30px;
}

th.sub {
	background-color: #003399;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bolder;
	height: 25px;

}

.body {
	background-color: #FFFFCC;
}


.heading {
	background-color: #8f8f8f; color: #FFFFFF;
	font-weight: bolder;
}


.smallheading {
	background-color: #ffcc00;
	color: #000000;
	font-weight: bolder;
	font-size: 8pt;
}



/* 2 contextual selectors */


.heading a {
	color: #FFFFFF;
}


.heading a:hover {
	color: #D7D7D7;
}


.noborder {
	border: none;
}

.numeric {
	text-align: right;
}


.smallnumeric {
	text-align: right;
	font-size: 8pt;
}

.row1 {
	background-color: #ffffff;
}


.row2 {
	background-color: #cccccc;
}

.small {
	font-size: 7pt;
}

.breadcrumbs {
	font-size: 9pt;
}


.textinput {
	border-bottom: thin solid #A4A4A4;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #000000;
	font-family: Verdana, Arial;
}


.required {
	color: #ff0000;
	font-weight: bold;
}


.currentpage {
	background-color: #8494B5;
	font-weight:bolder;
	color: white;
}


.copy {
	font-size: xx-small;
	color: gray;
	text-align: center;
	padding-top: 20px;
}


.time {
	font-size: xx-small;
	color: #d3d3d3;
	text-align: center;
	padding-top: 10px;
}

.formerrorborder {
	background-color: #ff6600;
  margin-top: 2px;
}


.formerrorhead {
	background-color: #ff6600;
	color: white;
  padding-top:4px;
}


.formerrorbody {
	background-color: #ffff99;
}


.formfooter {
	height: 35px;
	background-color: #DAE7F4;
}

.adminMessage {
	background-color: #ffffff;
}


.hatextinput {
	text-align: justify;
	border-left: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid gray 1px;
	border-right: solid gray 1px;
}

.hatextinput img {
  text-align:center;
  clear: both;
}


.introMessage {
	background-color: #DAE7F4;
	padding: 3px;
}


.abstractContent {
  width: 80%;
  text-align: justify;
  font-family: Times New Roman, times, Serif
}

.abstractContent TD {
  text-align: left;
}

.abstractContent H1 {
  font-size: 14pt;
  margin-bottom: -10px;
}

.abstractContent H2 {
  font-size: 12pt;
  margin-bottom: -1px;
}
