@charset "UTF-8";

body {
	font-family: "Lucida Grande", "Lucida Grande CE", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.insetText {
	font-family: "Lucida Grande", "Lucida Grande CE", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 15px;
}
.greyedge {
	border: 1px solid #333333;
}
.bullets {
	line-height: 20px;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(IMAGES/arrow.gif);
	list-style-type: upper-alpha;
}
.bottompanel {
	background-attachment: fixed;
	background-image: url(IMAGES/bottom_panel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.bottomtext {
	font-family: "Lucida Grande", "Lucida Grande CE", Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.bottomtext:link {
	color: #ffffff;
	text-decoration: underline;
}

a.bottomtext:hover {
	color: #cccccc;
	text-decoration: underline;
}
a.bottomtext:active {
	color: #cccccc;
}

a.bottomtext:visited {
	font-weight: bold;
	color: #cccccc;
}

.redandbold {
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}

a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #333333;
}
a:visited {
	font-weight: bold;
	color: #333333;
}
