/* These set the base for the overall document*/
BODY {	
	background-image: url(../art/.gif);
	background-color: #000033;
	font-family:tahoma;
	color:#202020;
	margin-top:0; /*This tag keeps the web page right at the top of the browser - no gap.*/
} 


/*The TBody tag is the main control for the default look and feel of the website body.*/
TBODY {
	background:transparent;
	vertical-align:top;
	text-align:center;
	font-family:tahoma;
	font-size:9pt;
	color:#202020;
	margin-left:;
}


/*Paragraph Controls Here*/
P {
	text-align:left;
	margin-left:11px;
	margin-right:40;
	font-weight: normal; 
}


/*Class Controls Here*/

.watermark {
	filter: alpha(opacity=30);
}
.header {
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
}
.navbar {
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
}
.pinstripe {
	background-color:#cc6600;
}
.body {
	background-color:#ffffff;
	margin-left:;
	padding-right:15px;
	padding-left:15px;
}
.bodyhelp {
	background-color:#ffffff;
	background-image: url(../art/helpbkg.gif);  
	background-repeat: no-repeat; 
	background-position: top right;
}
.bodyservicecall {
	background-color:#ffffff;
	background-image: url(../art/exclaimbkg.gif);  
	background-repeat: no-repeat; 
	background-position: top right;
}
.coupon{
	margin-top:10;
	padding-right:3;
	border:1px solid #cccc99;
}
.divider {
	font-size: 9pt;
}
.footer {
	background-color:#ffffff;
	font-size: 7pt; 	
}
.designlayoutposition{
}
.designlayoutheader{
	border:1px solid blue;
	filter: alpha(opacity=40);
	align: center;
}
.designlayoutleftnav{
	border-right:1px solid blue;
	border-left:1px solid blue;
	filter: alpha(opacity=40);
}
.designlayoutbodymiddle{
	filter: alpha(opacity=40);
}
.designlayoutrightnav{
	border-right:1px solid blue;
	border-left:1px solid blue;
	filter: alpha(opacity=40);
}
.designlayoutfooter{
	border:1px solid blue;
	filter: alpha(opacity=40);
}
.colortable TD {
	HEIGHT: 26px;	
	BORDER: black 1px solid; 
	FONT-SIZE: x-small; 
	FONT-FAMILY: sans-serif
}
.specialcolortablefont {
	color: #999999;
}

/*ID Controls Here*/

#CenterCallout {
	text-align:center;
	font-style:;
	margin-left:30px;
	margin-right:30px;
}


/*Image controls here*/

.imgleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 9px;
}
.imgcenter {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
}
.imgpreload {
	display:none;
}


/*Hyperlink Control Here*/

A:link {
	font-weight: normal;
	color:0524f7;
	font-style: normal;
	text-decoration: none;

}
A:visited {
	font-weight: normal;
	color:0524f7;
	font-style: normal;
	text-decoration: none;
}
A:hover {
	font-weight: normal;
	color:;
	font-style: normal;
	text-decoration: underline;
}
A:active {
	font-weight: normal;
	color:000099;
	font-style: normal;
	text-decoration: none;
}


/*Legend, Fieldset and Form Control Here*/

fieldset {
	width: 95%;
	padding-left:5px;
	padding-right:5px;
}
legend {
	font-size: 11pt;
	font-weight: normal; 
	color:#ff0066;
}
.input-box {

}

.input-box2 {
	margin-left: 10px;
	font-size: 9pt;
	font-family: Arial;
}

.input-box3 {
	margin-left: 10px;
	font-size: 9pt;
	color: blue;
	font-family: Arial;
}


/*List and Some Form Control Here*/

UL  {
        font-weight: normal;
	text-align:left;	
	font-style: normal;
	margin-left:;
}
OL  {
	text-align:left;	
	margin-left:;
}
LI  {
	text-align:left;
	margin-left:;
}
.special-list1 {
	text-align:left;
	margin-left:25;
}
.special-list2 {
	text-align:right;
}
.outline1 {
	text-align:left;
	margin-left:25;
}
.outline2 {
	text-align:left;
	margin-left:50;
}


/*Header Controls Here*/
	
h1{
}	
h2{
	font-size:15pt;
}
h3{color:#0033cc;
	font-size:13pt;
}
h4{color:#0033cc;
	font-size:12pt;
	text-align:left;
	margin-left: 35px;
}
h5{color:#0033cc;
	font-size:10pt;
	text-align:left;
	margin-left: 11px;
}
h6{

}
h7{
}















