body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body{
	background-color:#FFFFFF;
	font-size:11px;
	color:#6C6C6C;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

/* tables */
.main{
	width:800px;
	text-align:left;
}

.td_menu_bk {
	background-image: url(../images/Logo_03.jpg);
	width: 656px;
	height: 50px;
	vertical-align: middle;
}

.footer {
	background-color: #003456;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	height: 40px;
	vertical-align: middle;
}

.td_pic_left {
	vertical-align: top;
	width: 260px;
}

.td_middle {
	vertical-align: middle;
	width: 280px;
}

.td_pic_right {
	vertical-align: top;
	width: 260px;
}

.blue {
	background-color: #003456;
}

.text_left {
	padding-top: 10px;
	vertical-align: top;
	width: 540px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.text_right {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	background-color: #9F7312;
	color: #FFFFFF;
}

.td_gallery {
	vertical-align: top;
}

.td_gallery2 {
	vertical-align: top;
	width: 210px;
	text-align: center;
}

/* links */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.email:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.email:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.email:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a.email:active {
	text-decoration: none;
	color:#FFFFFF;
}

a.email_dark:link {
	text-decoration: none;
	color:#003456;
	font-weight: bold;
}
a.email_dark:visited {
	text-decoration: none;
	color:#003456;
	font-weight: bold;
}
a.email_dark:hover {
	text-decoration: underline;
	color:#003456;
	font-weight: bold;
}
a.email_dark:active {
	text-decoration: none;
	color:#003456;
	font-weight: bold;
}

/* headings */

h4 {
	color: #003456;
}

h5 {
	color: #FFFFFF;
}

h6 {
	color: #003456;
}

.development {
	color: #9F7312;
	font-size: 12px;
}

/* Images */

.img_border { 
	border: 1px solid #003456; 
}
