p,span{color:#000000;background-color:transparent;font-family:Times;font-size:12pt;}
li
{
	list-style-position: outside;
	margin-left:15px;
}
ul li
{
	list-style-position: outside;
	margin-left:0px;
}
body
{
	background-color:#f4cdac;
	background-repeat: repeat;
	width:97%
}
p{background-color:transparent;}
a{color:#003694;font-family:Times;font-size:12pt;}
a:visited{color:red;font-family:Times;}

.head, td.head
{
	font-size: 14pt;
	color: white;
	font-family: Arial;
	background-color: #990000;
	text-align: center;
}
.head a:visited, .head a:link {color:White;font-size:14pt}
.subhead, td.subhead, .footer, td.footer
{
	font-size: 12pt;
	color: #000000;
	font-family: Times;
	background-color: darkgray;
	text-align: center;
	
}
.highlight, td.highlight, .highlight span, .highlight p
{
	font-size: 8pt;
	color:white;
	font-family: Times;
	background-color: #990000;
}
.highlight a:link, .head a:link{color:White;}
.highlight a:visited, .head a:visited{color:White}
.altrow, td.altrow
{
	font-size: 8pt;
	font-family: Times;
	background-color: lightgrey;
}
.regrow, td.regrow
{
	font-size: 8pt;
	color: #000000;
	font-family: Times;
	background-color: #ffffff;
}
.subtitle, h4
{
	font-size: 12pt;

	color: white;
	font-family: Arial;
	background: #cd001b;
	border-left:solid 1px #cccccc;
	border-top:solid 1px #f0f0f0;
	border-right:solid 1px #222222;
	border-bottom:solid 1px #222222;
	padding:3px 6px;
	width:250px;
	margin-bottom:3px;
        font-weight:bold;
}
.subtitle a, .subtitle a:visited
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
}
.alert{color:red;background-color:transparent;}
.alt{color:#cc33aa;background-color:transparent;}
.title, h3, h3 span
{
	border-top: black double;
	font-size: 18pt;
	margin-bottom: -15px;
	paddinig-bottom: 0px;
	color: #003694;
	border-bottom: black double;
	font-family: Arial;
	background-color: transparent;
	text-align: center;
}
.mini, .mini span, .mini a {font-size:10pt;background-color:transparent;}
.notice, .notice a{font-size:12pt}
input,submit,select{font-size:8pt;}
hr{color:red}
dl.accordion
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	width:100%;
}
dl.accordion dt, .home
{
	border-right: #222222 1px solid;
	padding-right: 6px;
	border-top: #f0f0f0 1px solid;
	display: block;
	padding-left: 6px;
	font-weight: bold;
	font-size: 12pt;
	background: #003694;
	width:150px;
	-moz-border-radius-topLeft: 6px;
	filter: progid:DXImageTransform.Microsoft.Gradient( GradientType=1,StartColorStr=#003694, EndColorStr=#b9b9b9);
	padding-bottom: 3px;
	margin: 0px;
	border-left: #cccccc 1px solid;
	cursor: hand;
	color: white;
	padding-top: 3px;
	border-bottom: #222222 1px solid;
	font-family: Arial;
}

dl.accordion dt.hover, .home:hover
{
	filter:progid:DXImageTransform.Microsoft.Gradient(  GradientType=1,StartColorStr=#555555, EndColorStr=#b9b9b9);
	background:#555555;
}

dl.accordion dt.collapsing
{
	filter:progid:DXImageTransform.Microsoft.Gradient(  GradientType=1,StartColorStr=#31324A, EndColorStr=#b9b9b9);
	background:#31324A;
}
dl.accordion dt.expanding
{
	filter:progid:DXImageTransform.Microsoft.Gradient(  GradientType=1,StartColorStr=#333366, EndColorStr=#b9b9b9);
	background:#333366;
}

dl.accordion dd
{
	border-right: #aaaaaa 1px solid;
	padding-right: 6px;
	border-top: #aaaaaa 1px solid;
	padding-left: 6px;
	padding-bottom: 6px;
	margin: 0px;
	overflow: auto;
	border-left: #aaaaaa 1px solid;
	line-height: 1.4;
	padding-top: 6px;
	border-bottom: #aaaaaa 3px inset;
	background-color: #dbdbdb;
}
dl.accordion dd a
{
	font-weight:bold;
	font-family:Arial;
	font-size:10pt;
	text-decoration:none;
}
dl.accordion dd a:visited
{
	font-weight:bold;
	font-family:Arial;
	font-size:10pt;
	text-decoration:none;
	color:#003694;
}
dl.accordion dt a, .home
{
	font-weight:bold;
	font-family:Arial;
	font-size:12pt;
	text-decoration:none;
	color:white;
}
dl.accordion dt a:visited, .home:visited
{
	font-weight:bold;
	font-family:Arial;
	font-size:12pt;
	text-decoration:none;
	color:white;
}
dl.accordion dd.default
{
	display: block;
	height: auto;
}
dl.accordion dd.default_close{display:none;}