.red {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #a10000;
	text-decoration: none;
}
.black {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #434343;
	text-decoration: none;
	line-height: 12px;
}
.blackhead {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
.textwhite {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.textwhitebig {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.textgreybig {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.pulldown {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #434343;
	text-decoration: none;
	background-color: #DDDDDD;
	width: 200px;
	border: 1px solid #999999;
}


body {
	background-color: #FFFFFF;
	background-image: url(../images/common/shadow_bg.gif);
	background-repeat: repeat-y;
}
a {
	FONT-SIZE: 11px;
	COLOR: #a10000;
	FONT-FAMILY: "Courier New", Courier, mono;
	text-decoration: none;
}
a:hover {
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Courier New", Courier, mono;
	text-decoration: none;
	background-color: #a10000;
}
.nav a {
	FONT-SIZE: 11px;
	COLOR: #a10000;
	FONT-FAMILY: "Courier New", Courier, mono;
	text-decoration: none;
}
