body {
	margin: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F7F1D1;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	font-weight: normal;
}
td {
	text-align: left;
	vertical-align: top;
	background-color: #2DB1C0;
}
.blue_border {
	background-color: #2B8DBA;
	padding-right: 2px;
	padding-left: 2px;
}
.content {
	padding: 10px;
	font-weight: bold;
}
h1 {
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
}
.title {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/star_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	padding-top: 14px;
	padding-bottom: 21px;
}
.float_right {
	float: right;
	margin-left: 20px;
}
.hover_box {
	background-color: #F7F1D1;
	padding: 10px;
	border: 1px solid #2B8DBA;
	color: #000000;
}
.white_line {
	background-image: url(images/white_lines.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: top;
}
.white_line2 {
	background-image: url(images/white_line2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.float_border {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.pad_line {
	padding-top: 6px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #BAEAEF;
	border-right-color: #BAEAEF;
	border-bottom-color: #BAEAEF;
	border-left-color: #BAEAEF;
}
