@charset "utf-8";
/* CSS Document */

body {
	background-color: #f1f1f1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../background2.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #333333;
	background-image: url(../textbox_upper.png);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 20px;
	margin: 0px;
}
h2 {
	background-image: url(../table_headers.png);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 180px;
}
a:link {
	color: #2E548D;
	text-decoration:none;
}
a:visited {
	color: #2E548D;
	text-decoration:none;
}
a:hover {
	color: #2B83B7;
	text-decoration:underline;
}
a:active {
	color: #2E548D;
	text-decoration:underline;
}

.body_stuff {
	background-image: url(../textbox_lower_repeat.png);
	background-repeat: repeat-y;
	padding: 0 10px 0 20px;
}
.table_content {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: 180px;
	background-color: #E5E5E5;
}

.small_text {
	font-size: 10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#666666;
}
.top_links {
	background-color: #DFDFDF;
	margin: 0 20px 3px 0;
	padding: 2px 0 2px 5px;
}
