BODY
{
font-family: Verdana, Geneva, Arial, Helvetica, monospace;
font-size: 10pt;
Background-Color: #333333;
}

html { height: 100%; margin-bottom: 1px; }

.menu {
	Background-Color: 999999;
	color: #FFF5EE;
	font-family: Verdana, Geneva, Arial, Helvetica, monospace;
	font-size: 9pt;
	font-weight: bold;
}

A.menu {
	color: #FFF5EE;
	font-family: Verdana, Geneva, Arial, Helvetica, monospace;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
}

A.menu:hover {
	color: #FFF5EE;
	font-family: Verdana, Geneva, Arial, Helvetica, monospace;
	text-decoration: underline;
	font-size: 7pt;
	font-weight: bold;
}

A.menu:visited {
	color: #FFF5EE;
	font-family: Verdana, Geneva, Arial, Helvetica, monospace;
	text-decoration: none;
	font-size: 7pt; 
	font-weight: bold;
}

/*  Table settings pressreviews  */
.light_row
{
	background-color: #F2F6FC;
	font-size: 13px;
}
.dark_row
{
	background-color: #DADEEE;
	font-size: 13px;
}
.default_td
{
	border: 1px solid #7F8FA9;
	font-size: 13px;
}
.default_th
{
	background-color: #7F8FAD;
	border: 1px solid #000010;
	font-size: 13px;
}
/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #00008F;
	text-decoration: none;
}
.default_a:link
{
	color: #0000FF;
	text-decoration: none;
}
.default_a:hover
{
	color: #0000FF;
	text-decoration: overline underline;
}

/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}
	
/*  Misc. Styles  */
.paragraph
{
	background: #F2F6FC;
	color: #000020;
	font-size: 13px;
}
.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: #F2F6FC;
	color: #000020;
	font-family: lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #000000;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}
