/* CSS Document */

.body_text {
	font:70% Arial, Helvetica, sans-serif;
	color: #666666;
}
.body_text_dark {
	font:70% Arial, Helvetica, sans-serif;
	color: #000000;
}
.small_print {
	font:60% Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	font-weight: normal;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}.body_text_large {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.body_text_large_bold {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
