@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: x-small;
	line-height: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #E1D79D;
}
h1 {
	font-size: 12px;
	color: #9D1012;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #9D1012;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9D1012;
}
a:hover {
	text-decoration: underline;
	color: 999999;
}
a:active {
	text-decoration: none;
	color: #9D1012;
}
.style2 {color: #000000}
.style3 {color: #FFFFFF}
.cContentColumn {
	LEFT: 11.64em
}
.cContentInner {position:relative;height:100%;padding:0 5px 0 5px;}
.style4 {
	color: #FFCC99;
	font-weight: bold;
	font-style: italic;
}
.style5 {color: #FFCC99}

div.highlight {
	float: right;
	width: 55%;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}
div.highlight p {
	font-size: small;
	text-indent: 0;
}

div.figure {
  float: right;
  width: 45%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: x-small;
	text-indent: 0;
}

input {
	border: 1px solid #CCC;
}

.submitButton {
	text-align: center;
	width: 100%;
	padding-top: 5px;
}

.divIndividual
{
	border: 2px solid #9D1012;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 96%;
	margin-left: 5px;
	margin-right: -20px;
}

.required{
	color: #9D1012;
	font-weight: bold;
}
.redHighlight {
	color: #F00;
}

.none {
	display: none;
}

