@charset "utf-8";
/* CSS Document */

body {
	background-color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

input, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

input { padding: 0px }
input { border: 1px solid #000033; }

input.box { border: 1px solid #000033; background-color:#ffffff !important; width: 150px; }

a, a:link, a:visited { color: #FF6600; text-decoration: none; }
a:hover { text-decoration: underline }

.txtLtBlue { color: #00CCFF; } /* 00CCFF or 80BEED */
.txtDkBlue { color: #000033; }
.txtOrange { color: #FF9900; }
.txtWhite  { color: #FFFFFF; }

.titleLtBlue { color:#00CCFF; font-size: 16px; margin-bottom: -5px; } /* line-height: 10px; */
.titleDkBlue { color:#000033; font-size: 16px; margin-bottom: -5px; }
.titleWhite  { color:#FFFFFF; font-size: 16px; margin-bottom: -5px; }

form { margin-top: 0px; }

.smallWhite  { color: #FFFFFF; font-size: 10px; }

.dkBlue li { list-style-image: url(../images/dkBlueArrowRt.gif); }

.txtDkBlue a { color: #000033; }
.txtWhite a { color: #FFFFFF; }

.logo_container{
	left: 0px;
	top: 0px;
	background:#EEEEEE;
	width: 750px;
	height: 100px;
/*	z-index: 0; */
	position:relative;
/*	border: 0px solid #DDDDDD; */
	margin: 0px;
}

