body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}
body {
	margin: 0px;
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
}

#top {
position: absolute;
top: 0px;
left: 0px;
height: 800px;
width: 100%;
background: url(images/bg.gif) repeat-x;
}

a:link {
	color: #0000BB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F519F;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.standard-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.title-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #333333;
	font-weight: normal;
}
.bold-text {
	font-weight: bold;
	color: #444444;
}
.italic-bold-text {
	font-style: italic;
	font-weight: bold;
	color: #444444;
}
.bold-hilighted-text {
	font-weight: bold;
	color: #CC0000;
}

.bold-purple-text {
	font-weight: bold;
	color: #80F;
}
