html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background-color: #336699;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666699;
}
p,li{
	font-size: 10pt;
	line-height: 150%;
}
.smalltext{
	font-size: 8pt;
}
.text{
	font-size: 10pt;
	line-height: 150%;
}
a{
	color: #336699;
	text-decoration: underline;
}
a:hover{
	color: #336699;
	text-decoration: none;
}
h1, .h1{
	font-size: 12pt;
	font-weight: bold;
	color: #336699;
}
H3{
	font-size: 11pt;
	color: #336699;
}
H4{
	font-size: 10pt;
	color: #336699;
}
H5{
	font-size: 8pt;
	color: #CCCCE6;
}
H6{
	font-size: 7pt;
	color: #CCCCE6;
	font-weight: normal;
}
#body{
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#header{
}
#header img{
	display: block;
	border: 0px;
}
#menucolumn{
	width: 130px;
	background: #ADBECE url(images/sidebg.gif) repeat-y;
	border-right: 1px solid #FFFFFF;
}
.introtext{
	background-color: #ADBECE;
	color: #FFFFFF;
}
.introtext p{
	margin: 20px;
	font-weight: bold;
}
#discounts{
	background-color:#EBC1B2;
	border: 1px solid #C66B62;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}
#footer{
	width: 770px;
	border: 1px solid #FFFFFF;
	background-color: #666699;
	color: #FFFFFF;
	text-align: center;
}
#footer p{
	margin: 10px;
}
#footer a{
	color: #CCCCE6;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.credit{
	margin: 5px;
	font-size: 8pt;
	color: #ADBECE;
	text-decoration: none;
}
.credit:hover{
	color: #FFFFFF;
	text-decoration: underline;
}