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

.text1 {
	font-size: 12px;
}
.text2 {
	font-size: 14px;
}
.text3 {
	font-size: 16px;
}
.text4 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.text5 {
	font-size: 24px;
}
.text6 {
	font-size: 36px;
}
.text7 {
	font-size: 48px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #C60;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
a:link {
	color: #C60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C60;
}
a:hover {
	text-decoration: underline;
	color: #C60;
}
a:active {
	text-decoration: none;
	color: #C60;
}
