body
{
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #9bd81b;
    margin: 0px 20px 0px 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}
p
{
	font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}
h1
{
	margin-left: 25px;
}
ul
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
ol
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
ol.rules
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.header
{
    background-image: url('/images/headerbg1.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    height: 181px;
}
.toolbarcap
{
	cursor: pointer;
}
.toolbar
{
    height: 25px;
}
.toolbaritem
{
    background-color: #001254;
    font-family: arial, helvetica, sans-serif;
    font-size: x-small;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
.toolbaritemhover
{
    background-color: #8187a7;
    font-family: arial, helvetica, sans-serif;
    font-size: x-small;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    cursor: pointer;
	height: 25px;
}
a.toolbarlink
{
    text-decoration: none;
    background-color: #001254;
    color: #ffffff;
}
a.toolbarlinkhover
{
	text-decoration: none;
    background-color: #8187a7;
    color: #ffffff;
}
.specialstoolbaritem
{
    background-color: #f7b310;
    font-family: arial, helvetica, sans-serif;
    font-size: small;
    cursor: pointer;
    text-align: center;
}
.specialstoolbaritemhover
{
    background-color: #ffcf60;
    font-family: arial, helvetica, sans-serif;
    font-size: small;
    cursor: pointer;
    text-align: center;
}
a.specialstoolbarlink
{
    text-decoration: none;
    background-color: #f7b310;
    color: #001254;
    font-weight: bold;
}
a.specialstoolbarlinkhover
{
    text-decoration: none;
    background-color: #ffcf60;
    color: #001254;
    font-weight: bold;
}
#navbarbucket
{
	background-image: url("images/navbg2.jpg");
	background-repeat: repeat-y;
}
.navrow
{
	height: 25px;
	width: 142px;
	vertical-align: top;
}
.navspacer
{
	height: 1px;
	width: 142px;
	vertical-align: top;
}
#scrollbarbucket
{
	background-image: url("images/scrollbg.jpg");
	background-repeat: repeat-y;
	background-position: right;
}
#scrollWrapper
{
	width: 11px;
	position: absolute;
	top: 210px;
	visibility: visible;
	/*display: block;*/
}
#scrollpane
{
	position: absolute;
	top: 206px;
	left: 142px;
	overflow: hidden;
	background-color: #ffffff;
}
.content
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 25px;
	padding: 25px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
}

.heading
{
	color: #001254;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-left: -25px;
	padding-left: 10px;
}
.headingtext {
	color: #001254;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
.subheading {
	color: #001254;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-left: -25px;
	padding-left: 10px;	
}
.errortext {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}
.basenavbar
{
	height: 22px;
	background-color: #001254;
	font-family: arial, helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
}
a.basenavlink:link
{
	text-decoration: none;
	color: #ffffff;
}
a.basenavlink:visited
{
	text-decoration: none;
	color: #ffffff;
}
a.basenavlink:hover
{
	text-decoration: none;
	color: #9bd81b;
}
a.basenavlink:active
{
	text-decoration: none;
	color: #ffffff;
}
.hilight
{
	background-color: yellow;
}
.productheader {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #001254;
}
.productdesc {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
.featureitemhighlight {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #001254;
	background-color: #9bd81b;
}
.inputlabel {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.hinttext {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}
.productdetailheader {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9bd81b;
}
.tabletext {
	font-family: arial, helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
}
.dateline {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
.required {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
	vertical-align: top;
}
.errortext {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}