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

body {
	background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
	background-color: #F3F2F2;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.content_text {
	font-family: verdana;
	font-size: 10pt;
    color: #999999;
}

.content_header {
	font-family: verdana;
	font-size: 10pt;
    color: #000000;
	font-weight: bold;
}

.bottom_text {
	font-family: verdana;
	font-size: 10pt;
    color: #000000;
}

.term_header {
	font-family: verdana;
	font-size: 10pt;
    color: #999999;
	font-style: bold;
}

.links A:link {text-decoration: none}
.links A:visited {text-decoration: none}
.links A:active {text-decoration: none}
.links A:hover {text-decoration: underline; color: #000000;}

.links {
	font-family: verdana;
	font-size: 10pt;
    color: #999999;
}
