@charset "utf-8";
#starburst {
	position:absolute;
	top:0px;
	width:110px;
	height:110px;
	z-index:1;
	right: 0px;
	visibility: visible;
	background-image: url(images/starburst.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
}
.content {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/li.gif);
	list-style-type: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 12px;
	line-height: 0px;
}
.style5 {
	font-size: 14px;
	color: #951A1A;
}
.style6 {color: #000000}
.style7 {
	color: #003366;
	font-weight: bold;
}
.style9 {
	color: #666666
}
.style12 {
	color: #666666
}
.style13 {
	color: #666666
}
li {
	list-style-image: url(images/li.gif);
}
a {
	color: #951A1A;
	text-decoration: none;
}
.style14 {
	font-size: 13px;
	font-weight: bold;
	line-height: 85%;
}
