/* This is the style sheet for all pages */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #18184A;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a:link {  color: #CCCCFF; text-decoration: underline}
a:visited {  color: #ccccff; text-decoration: underline}
a:active {  color: #333366; text-decoration: underline}
.big {
	font-size: 12pt;
}
a:hover {
	color: #333366;
}
.title {
	font-size: 12pt;
	font-weight: bold;
}
ul {
	list-style-position: outside;
	list-style-type: none;
	line-height: 15pt;
	vertical-align: bottom;
	list-style-image: url(images/bullet.gif);


}
.copyright {
	font-size: 8pt;
	color: #999999;
	text-align: center;
}
p {
	margin: 5px 2px 0px 15px;
	padding: 5px 2px 0px 15px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}
.small {
	font-size: 8pt;
	color: #CCCCCC;
}
h2 {
	font-weight: bold;
	font-size: 10pt;
	height: 15px;
	padding: 0px 0px 0px 25px;
	margin: 10px 0px 0px 25px;

}
.explain {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.warn {
	font-size: 8pt;
	font-weight: bold;
	color: #CC9900;
}
