body {
	background-color: #1c4d8e;
}

.tbl_bdr {
	border-color:#5AFFCE;
	border-style:solid;
	border-width:1px;
}

.tbl_bdr2 {
	border-color:#0021ef;
	border-style:solid;
	border-width:2px;
	background-color:5AFFCC;
}

.menu {
    line-height: 16px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
}

.menu a {
      font-family:"Trebuchet MS";
	  color: #000000;
	  font-size: 13px;	
      text-decoration: none;
}

.menu a:hover {
      color: #0021ef;
}

.menu a:visited {
     /* color: #5AFFCE;*/
}

.spacertop {
	background-color:#FFFFFF;
	border-top: 1px solid #0021ef;
	height:15px;
}

.spacerbottom {
	background-color:#FFFFFF;
	border-bottom: 1px solid #0021ef;
	height:15px;
}

.left {
	background-color: #5AFFCE;
	border-right: 2px solid #000000;
	
}

.middle {
	background-color: #FFFFFF;
	border: 1px solid #0021ef;
}

.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	background-color:#FFFFFF;
	height:15px;
	border-top: 1px solid #0021ef;
}


.footer a:link {
	color: #000000;
 	text-decoration: underline;
}
.footer a:visited {
	color: #000000;
 	text-decoration: underline;
}
.footer a:active {
	color: #000000;
 	text-decoration: underline;
}
.footer a:hover {
	color: #0021ef;
 	text-decoration: underline;
}
p a:visited {
	color: #666666;
 	text-decoration: underline;
}
p a:active {
	color: #666666;
 	text-decoration: underline;
}
p a:hover {
	color: #0021EF;
 	text-decoration: underline;
}

.copy {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	height:15px;
	background-color:#FFFFFF;
}


/*h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFAD52;
	font-size: 26px;
	font-weight: 600;
	margin-top: 0;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFAD52;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 3px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFAD52;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 3px;
}
*/
.textbox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFAD52;
	font-size: 11px;
}

ul {
	margin: 0;
	padding-left: 1em;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}




