*
{
	font-family: verdana;
	font-size: 10pt;
}
body
{
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}
div.login
{
	color: #0000ff;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
}
td.menu
{
	border: solid 1px #ccccdf;
	background-color: #6969df;
	width: 100%;
	height: 20px;
}
div.item, div.over
{
	float: left;
	padding-left: 4px;
	padding-right: 10px;
	font-weight: bold;
	color: #cfcfff;
	cursor: pointer;
}
div.over
{
	color: #ffffff;
}
div.title
{
	float: left;
	background-color: #eeeeff;
	width: 75px;
	height: 75px;
	font-weight: bold;
	color: #9999ff;
}
div.text
{
	width: 550px;
	padding: 0 5px 5px 5px;
	color: #3333cc;
}
td.footer1
{
	border-top: solid 1px #ccccff;
	font-size: 7pt;
	color: #6666ff;
}
td.footer2
{
	font-size: 7pt;
	color: #6666ff;
}
a.legal
{
	padding-left: 10px;
	font-size: 7pt;
}
h1
{
	font-size: 10pt;
	font-weight: bold;
	color: #0000ff;
	padding: 6px 0 0 0;
	margin: 0;
}
h2
{
	font-size: 8pt;
	font-weight: bold;
	border-bottom: solid 1px #ddddff;
	color: #000099;
	padding: 6px 0 0 0;
	margin: 0;
}
h3
{
	font-size: 8pt;
	font-weight: bold;
	color: #000099;
	padding: 6px 0 0 0;
	margin: 0;
}
p
{
	padding: 6px 0 0 0;
	margin: 0 0 0 0;
	font-size: 8pt;
}
p.terms
{
	color: #3333cc;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	font-size: 8pt;
}
a
{
	color: #6666ff;
	text-decoration: none;
	font-size: 8pt;
}
a:link, a:visited
{
	color: #6666ff;
	text-decoration: none;
}
a:hover
{
	color: #6666ff;
	text-decoration: underline;
	cursor: pointer;
}
ul
{
	margin-top: 5px;
	margin-bottom: 0px;
}
li
{
	font-size: 8pt;
}
table.Login
{
	border: solid 1px #ccccff;
	background-color: #fcfcff;
}
input
{
	border: solid 1px #cccccc;
}
td
{
	color: #666699;
}
button
{
	font-weight: bold;
	font-size: 8pt;
	color: #003399;
  background-color: #ffffff;
  border: 1px solid #999999;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');     
	cursor: pointer;
	width: 80px; 
	height: 20px; 
}
div.Error
{
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	text-align: center;
}


