body, table
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
}
a:link
{
	color: #0000ff;
	text-decoration: none;
}
a:visited
{
	color: #0000ff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;	
}
.larger_blue
{
	color: #003366;
	font-size: large;
	font-weight : bolder;
}
.large_blue
{
	color: #003366;
	font-size: medium;
	font-weight : bolder;
}
.medium_light_blue
{
	color: #6699CC;
	font-size: medium;
	}
.red_color
{
	color: #FF4500;
	font-size: 16;
	font-weight : bolder;
}
.yellow_color
{
	color: #FFCC00;
	font-size : medium;
	font-weight : bold;
}
.green_color
{
	color: #99CC00;
	font-size : medium;
	font-weight : bold;
}
.comment
{
	color:#00008B;
	font-size: smaller;
}
.ital
{
	font-style: italic;
	color: #585959;
}
.quest
{
	color:#D2691E ;
}
.prefix
{
	font-size: smaller;
	text-align: right;
}
.popup
{
	display:none;
	background-color:#E7F5FD;
}
.award
{
color: #4169E1;
 font-size: medium;
 font-weight: bolder;
 text-decoration: underline;
}
.review
{
	display:none;
	background-color:#E0DFDF;
	font-size: smaller;
}
.ultimate
{
	color: red;
	font-size: smaller;
	font-weight: bolder;
	text-align: center;
}