BODY
{
	background-image: url(../images/layout_sub/sub_background.gif);
	background-repeat: repeat-x;
}
A
{
	color:Blue;
}
A:hover
{
	color:Blue;
	text-decoration:underline;
}
A:visited
{
	color:Blue;
}

.text
{
	font-size: .7em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

UL.list
{
	margin-left:15px;
}
h3
{
	font-size:.95em;
}
DIV.content
{
	background-image: url(../images/backtest.jpg);
	margin-left: 475px;
	background-repeat: repeat-x;
	height: 110%;
}