@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	margin-top: 5px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}

p {
	margin-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1{
	font-size: 14pt;
}
h2{
	font-size: 12pt;
}
h3{
	font-size: 10pt;
	margin-bottom: .5em;
	margin-top: 1em;
}
form p {
	margin-bottom: 0.5em;
	text-align: center;
}

#tablebody ul{
	list-style-image: url(images/bull1_water.gif);
}
#tablebody ul ul{
	list-style-image: url(images/bull2_water.gif);
}
#tablebody ul ul ul{
	list-style-image: url(images/bull3_water.gif);
}

il{
	list-style-image: url(images/bull2_water.gif);
}

input[readonly], textarea[readonly] 
{
	background-color: #F7F7FF;
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 


#tableLayout {
	width: 900px;
	margin: 0px;
}
#tableBody {
	height: 100%;
	width: 100%;
	vertical-align: top;
	text-align: justify;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #F7F7FF;
}
#tdNavigation {
	background-color: #4A69A5;
	vertical-align: top;
	text-align: center;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-width: 3px;
	border-left-width: 2px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 3px;
	border-top-color: #666666;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
}

#tableBanner {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 111px;
}

#tdFooter {
	font-size: 9px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.body     {
	vertical-align: top;
	padding: 20px;
}

.bannertext {
	color: #000000;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
.bold {
	font-weight: bold;
}


.statements {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}


.product_name {
	font-family: "Cooper Black", "Arial Black", Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}
.price {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.headline {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding: 3px;
	text-align: center;
}
.smallFont {
	font-size: 9px;
}
.redText {
	color: #FF0000;
}
.bottomup {
	color: #666666;
}

.bottomup a{
	color: #666666;
}

.table_ruled td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	
	border-collapse:collapse;
	
}
