a
{
	font-family: Arial;
	font-size: 12px; color: #127df7;
	text-decoration: none;
}
a:active
{
	font-family: Arial;
	font-size: 12px; color: #127df7;
	text-decoration: none;
}
a:visited
{
	font-family: Arial;
	font-size: 12px; color: #127df7;
	text-decoration: none;
}
div.topPanel
{
	width: 100%;
	height: 55px;
	background-color: #151828;
}
div.innerTopPanel
{
	width: 900px;
	height: 50px;
}
td.login
{
	background-image: url('images/loginBG.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
div.loginText
{
	padding-left: 15px;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
}
input.login
{
	background-color: #fbfbff;
	border: #dbdddf 1px solid;
	font-family: Verdana;
	font-size: 10px;
}
div.blueLogo
{
	width: 100%;
	height: 315px;
	background-color: #c4edff;
	background-image: url('images/blueGrad.jpg');
	background-repeat: repeat-x;
}
div.site
{
	width: 100%;
	height:350px;
	background-image: url('images/siteGrad.jpg');
	background-repeat: repeat-x;
}
div.innerSite
{
	width: 900px;
	padding: 20px;
	text-align: left;
}
font.mainTitle
{
	color: #127df7;
	font-family: Arial;
	font-size: 36px;
}
font.mainText
{
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}
font.smallText
{
	font-family: Arial;
	font-size: 12px;
	color: #127df7;
}