vbody {
	background-color: #FFFFc1;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

form {
	background-color: #CCCC99;
}

.subtitle {
	font-family: GVerdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #990000; font-style: oblique;
}

.sidebar {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	background-color: #ccffff;
	page-break-after: auto;
}

.sidebarHeader {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFC1;
	background-color: #999933;
 font-weight: normal;
}

.sidebarFooter {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0000FF;
}
.footer {
  font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFFc1;
}
.Picture {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #0000ff;
}

.BarnetSSTitle {
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #3366CC;
	text-align: center;
}
.BarnetSSSubTitle {
	font-family: Verdana, sans-serif;
	color: #3366cc; font-weight: bolder; font-size: medium;
	text-align: center;
	line-height: 30px;
}
.MainBody {
	background-color: #99ccff;
}
p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #003366;
line-height: 18px;
padding: 0px;
}
.itemheader {
	line-height: 17px;
	color: #3366CC;
	text-decoration: blink;
}
.listitem {
	line-height: 14pt;
	margin-left: 10px;
  font-weight: normal;
	color: #003366
	}

.MajorHeader {
	font-size: 28px;
	line-height: 28px;
	color: #CCFF99;
	font-weight: bold;
}
.MinorHeader {
	font-size: 14px;
	line-height: 14px;
	color: #FF9933;
	font-weight: bold;
}
.Question {
color: #FF0000
}
.Answer {
	font-style: italic;
	line-height: 15px;
	text-decoration: blink;
	margin-bottom: 10px;
}
.TableRowOdd {
	background-color: #E9FFDD;
}
#TopBar {
	position:absolute;
	left:10px;
	top:10px;
	width:800px;
	height:150px;
	z-index:1;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
visibility: visible;
	background-color: #3399ff;
}
#Divider {
	position:absolute;
	left:10px;
	top:160px;
	width:785px;
	height:25px;
	z-index:1;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
  visibility: visible;
	background-color: #ccff99;
}#SideBar {
	position:absolute;
	left:10px;
	top:185px;
	width:140px;
	height:525px;
	z-index:3;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	visibility: visible;
}
#MainBody {
	position:absolute;
	left:170px;
	top:185px;
	width:600px;
	height:1200px;
	z-index:1;
	visibility: visible;
	overflow: visible;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#SideBarPicture {
	position:absolute;
	width:140px;
	height:156px;
	z-index:5;
	left: 0px;
	top: 360px;
	visibility: inherit;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	page-break-before: auto;
}
#MainBodyHdr {
	position:absolute;
	width:600px;
	height:23px;
	z-index:1;
	left: 20px;
	top: 10px;
}
#MainBodyData {
	position:absolute;
	width:480px;
	height:436px;
	z-index:3;
	left: 20px;
	top: 80px;
	visibility: visible;
	overflow: visible;
}
#striped tr {
	background-color: #ccffff;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ccccff;
}
#striped td {
 	vertical-align: bottom;
  padding: 2px 10px 2px 0;
 }
/* This gives odd-numbered rows a pale gray background
#striped tr {
  background-color:#eee;
  }
*/
#striped tr.head {
	font-size: 18px;
	font-style: normal;
	vertical-align: bottom;
	font-weight: bold;
	color: #3366CC;
	text-align: center;
	background-color: #99ccff;
 }
#striped td.head {
 	vertical-align: bottom;
  padding: 20px 10px 0px 0;
 }
 #striped tr.subhead {
	font-family: Verdana, sans-serif;
	color: #3366cc;
	font-weight: bolder;
	font-size: medium;
	text-align: center;
	background-color: #99ccff;
	vertical-align: bottom;
  }
#striped td.subhead {
 	vertical-align: bottom;
  padding: 20px 10px 5px 0;
 }
#striped tr.hilite {
	background-color: #ccccff;
  }
.warning {
  color:#F00;
