@charset "utf-8";
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #B30306;
	font-weight: bold;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
.nav:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.nav:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.nav:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #B30306;
}
a:visited {
	color: #B30306;
}
a:hover {
	color: #666666;
}
a:active {
	color: #B30306;
}
.leftimage {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.text {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	padding: 10px;
}
