body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	line-height: 18px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 24px;
	font-weight: normal;
	color: #0066CC;
	margin-top: 0px;
	line-height: 20px;
}

h2{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #0066CC;
	padding: 0px;
	margin-top: 0px;
}

h3{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

h4{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #000000;
}

ul{}
ul li {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 6px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
}

#main{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

#menu{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover{
	color: #00FFFF;
	text-decoration: underline;
}

.td_address{
	background-color: #F2F2F2;
	border: 1px solid #999999;
	padding: 5px;
	text-align: left;
}

.tab_orange{
	background-color: transparent;
	background-image: url(images/tab_orange.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 200px;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding-top: 4px;
}

.td_orange{
	border: 1px solid #CE6C0B;
	background-color: #F9F9F9;
	padding: 3px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.tab_grey{
	background-color: transparent;
	background-image: url(images/tab_grey.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 200px;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 4px;
}

.td_grey{
	border: 1px solid #727271;
	background-color: #F7F7F7;
	padding: 3px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.tab_blue{
	background-color: transparent;
	background-image: url(images/tab_blue.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 200px;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 4px;
}

.td_blue{
	border: 1px solid #2C5175;
	background-color: #F7F7F7;
	padding: 3px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.tab_brown{
	background-color: transparent;
	background-image: url(images/tab_brown.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 200px;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 4px;
}

.td_brown{
	border: 1px solid #530B0A;
	background-color: #F7F7F7;
	padding: 3px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

a.highlight{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #BB5E00;
	text-decoration: none;
}

a.highlight:hover{
	text-decoration: underline;
}


.footer_text{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

.footer_text a{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}

.footer_text a:hover{
	text-decoration: none;
}

.news {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}

.headline {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.date_time{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	font-style: italic;
}

.downloads {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
}

a.download{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

a.download:hover{
	text-decoration: underline;
}

iframe{
	height: 450px;
	width: 99%;
	border: 1px solid #CCCCCC;
}

.field_caption {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.textbox {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 18px;
	border: 1px solid #666666;
}

.textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
}
