/**
 * Style sheet xStyles
 */
body
{
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#003366;
	line-height:15px;
}

.block
{
	overflow:visible;
}

h1
{
	margin-top:0px;
	margin-bottom:15px;
	padding-top:15px;
	font-family:Georgia, Times, Times New Roman, serif;
	font-weight:normal;
	font-size:28px;
	color:#542989;
	line-height:30px;
}

img
{
	border:0px;
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}

pre, form
{
	margin:0px;
	padding:0px;
}

h2
{
	margin:8px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	font-weight:bold;
	text-decoration:none;
	color:#562d8b;
}

a:hover
{
	text-decoration:underline;
}

