@charset "utf-8";
/* CSS Document */

#Table_01 tr td table tr td p {
	text-align: right;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/grain_bg.jpg);
	background-color: #000;
}
body,td,th {
	font-size: 12px;
	color: #999;
}


a:link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #999;
}


.nav:link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.nav:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-size: 16px;
}
.nav:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0;
	font-size: 16px;
}
.nav:active {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-size: 16px;
}
.header {
	font-size: 18px;
	color: #FFF;
}
.white {
	color: #FFF;
	font-weight: bold;
}


