html, body {
	background: #000 url(../images/scene3.jpg)
	no-repeat center top; margin: 0;
}

p {
	margin: 0;
}

ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
	font: 11px/17px "Trebuchet MS", Verdana, sans-serif;
	color: #666;
}

ol {
	list-style-type: decimal;
	margin: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}

li {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	color: #666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
}

input, textarea {
	margin-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	width: 200px;
}

/*
textarea {
	padding: 2px;
}
*/

.legal {
	color:#FFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-decoration: none;
}

.legal a:link {
	color: #324b7d;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.legal a:visited {
	color: #324b7d;
	text-decoration: none;
}

.legal a:hover {
	color: #999;
}

.legal a:active {
	color: black;
	font-weight: bold;
}

.text {
	color: #666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
}

.textitalic {
	color: #666;
	text-align: justify;
	font: italic 11px/17px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.textbold {
	color: #666;
	text-align: justify;
	font: bold 11px/17px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

.textbold a{
	color: #324b7d;
	text-decoration: none;
}

.textbold a:hover{
	color: #324b7d;
	text-decoration: none;
	background-color: yellow;
}

.text a:link {
	color: #324b7d;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif, Verdana;
}

.text a:visited {
	color: #324b7d;
	font-weight: bold;
	text-decoration: none;
}

.text a:hover {
	color: black;
	font-weight: bold;
	background-color: yellow;
}

.text a:active {
	color: black;
	font-weight: bold;
}

.link {
	color: black;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-align: justify;
	text-decoration: none;
}

.link a:link {
	color: #324b7d;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-align: justify;
	text-decoration: none;
}

.link a:visited {
	color: #324b7d;
	font-weight: bold;
	text-decoration: none;
}

.link a:hover {
	color: black;
	font-weight: bold;
	background-color: yellow;
}

.link a:active {
	color: black;
	font-weight: bold;
}

.heading {
	color: #324b7d;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 18px;
	text-align: left;
	background-color: silver;
	padding: 4px 0 2px 10px;
}

.subhead {
	color: #fff;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	background-color: #8897b6;
	padding: 4px 0 2px 10px;
}

.caption {
	color: white;
	width: 235px;
	background-color: #324b7d;
	font: italic 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-indent: 5px;
	text-align: center;
}

.bold {
	color: #666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-align: justify;
}

.italic {
	color: #666;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}

.images {
	line-height: 20px;
}

.depth5 {
	height: 5px;
}

.depth10 {
	background-color: white;
	height: 10px;
}

.depth30black {
	background-color: #324b7d;
	height: 20px;
}

.depth30white {
	background-color: white;
	height: 20px;
}

.depth45black {
	background-color: #324b7d;
	background-image: url(../images/layout/layout_logo_top2.gif);
	background-repeat: no-repeat;
	height: 45px;
}

.depth45blue {
	background-color: #324b7d;
	background-image: url(../images/layout/layout_blue_stripe.gif);
	background-repeat: repeat-x;
	height: 45px;
} 

.depth45logo {
	background-image: url(../images/layout/layout_blue_logo.gif);
}

.depthshadow {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
}

.depthautoblack {
	background-color: #324b7d;
	height: auto;
}

.depthautowhite {
	background-color: white;
	height: auto;
	padding-top: 20px;
}

.depthautowhite ul a {
	text-decoration: none;
	font-weight: bold;
	color: #324b7d;
}

.depthautowhite ul a:hover {
	background-color: yellow;
}