/**
 * Style sheet xBasic
 */
body
{
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

a.linkOne
{
	float:left;
	display:block;
	margin-right:5px;
	background-color:#990000;
	border:1px solid #660000;
	text-decoration:none;
	font-size:10px;
	color:#ffffff;
}

a.linkTwo
{
	float:left;
	display:block;
	background-color:#336699;
	border:1px solid #003366;
	text-decoration:none;
	font-size:10px;
	color:#ffffff;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}

img
{
	border:0px;
}

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

h1
{
	clear:both;
	margin:10px 0px 12px 0px;
	padding:10px 0px 0px 0px;
	border-bottom:1px solid #0d3b6d;
	font-weight:bold;
	font-size:22px;
	color:#0d3b6d;
	line-height:24px;
	line-spacing:-1px;
}

#left h1, #left h2, #left h3
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#0d3b6d;
	line-height:16px;
}

#right h1, #right h2, #right h3
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#0d3b6d;
	line-height:16px;
}

#main h3
{
	display:block;
	padding-top:10px;
	border-bottom:1px solid #000000;
	font-size:11px;
	color:#000000;
	line-height:13px;
}

#left
{
	line-height:13px;
}

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

a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}

.clearBoth
{
	clear:both;
}

ul, ol
{
	margin:8px 0px 8px 20px;
	padding:0px;
}

li
{
	margin:3px 0px 6px 0px;
}

a.more
{
	display:block;
	text-align:right;
}

#main p
{
	margin-top:8px;
	margin-bottom:8px;
}

