#bodyContainer{
	position: relative;
	width: 764px;
	margin: 0 auto;
}

#image1 {
	position:absolute; 
	z-index:99999 !important;
	left: 317px; 
	top: 15px;
	background:white;
	padding:3px;
	border:#ababab 1px solid;
}

#image2 {
	position:absolute; 
	z-index:99999 !important;
	left: 317px; 
	top: 148px;
	background:white;
	padding:3px;
	border:#ababab 1px solid;
}

body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 10px;
}

code, pre {
  font: 10px "courier new", courier, monospace;
}

body {
	background-color: #d1d1d1;
  /*color: #666666;*/
	color:black;
}

h1 {
  font-size: 16px;
	margin-top: 0px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
  color: #8d0000;
}

h6 {
  font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
  color: #8d0000;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a:link, a:visited, a:active {
  color: #8d0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  color: #dc0100;
	font-weight: bold;
	text-decoration: none;
}

a.black:hover {  
	font-weight: bold;
	text-decoration: none;
}

a.black:link, a.black:visited, a.black:active {
  color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.alert {
  color: #f00;
}

.required {
  color: #7a0101;
	font-size: 9px;
}

.stroke {
	border: #000 1px solid;
}

.footer {
	text-align: center;
	color: #000;
	font-size: 9px;
	line-height: 15px;
}

.footer2 {
	font-size: 9px;
	color: #a59888;
}

.home {
	color: #7a5322;
}

.imageBorder {
	border: 1px solid #840c0c;
}

.date {
	font-size: 9px;
}