/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	text-align: center;
	font-family: Arial; font-size:12pt;
	background-color: #6699FF;
}
TABLE
{
	font-family: Arial; font-size:12pt;
}

A:active
{
	color:#2563AF
}


A:hover
{
	color:#000000
}
A:link
{
	color:#2563AF
}

A:visited
{
	color:#2563AF
}

.SubText
{
	font-family:Arial;font-size:14pt;color:#2563AF;font-weight:bold;
}

#wrapper
{
	width:960px;
	margin:0 auto;
}