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


body {
	margin-top: 60px;
	margin-left: 60px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.blackpanel {
	background-color: #000;
}
.righthand {
	text-align: right;
}
.normaltext {
	color: #000;
	font-size: 10px;
}
.biggertext {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.biggertextnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.abouttext {
	font-size: 12px;
}

.redtext {
	color: #F00;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	font-size: 10px;
	color: #000;
}
a:visited {
	color: #300;
	text-decoration: none;
}
a:hover {
	color: #F33;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}

