@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #272f32;
	background-image: url(../images/graphics/backdrop-image.jpg);
	background-repeat: repeat-x;
}
.blue_gradient {
	background-image: url(../images/graphics/blue-gradient.jpg);
	background-repeat: repeat-x;
}
.header_position {
	margin-top: 62px
}
.main_text {
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	color:#000000;
	text-align: left;
	line-height: 20px;
}
a.main_text:link {
	color: #006ab3;
	text-decoration: none;
}

a.main_text:visited {
	color: #006ab3;
	text-decoration: none;
}
a.main_text:hover {
	color: #666666;
	text-decoration: underline;
}
.header_text {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color:#006ab3;
}
a.header_text:link {
	color: #006ab3;
	text-decoration: none;
}

a.header_text:visited {
	color: #006ab3;
	text-decoration: none;
}
a.header_text:hover {
	color: #666666;
	text-decoration: underline;
}
.nav {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: Left;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #000000;
	text-decoration: underline;
}
.subnav {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: Left;
	padding: 10px;
}
a.subnav:link {
	text-decoration: none;
}
a.subnav:visited {
	color: #000000;
	text-decoration: none;
}
a.subnav:hover {
	color: #006ab3;
	text-decoration: underline;
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: Left;
}
a.copyright:link {
	text-decoration: none;
}
a.copyright:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.copyright:hover {
	color: #00b9e9;
	text-decoration: underline;
}
.flytrap {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: Right;
}
a.flytrap:link {
	text-decoration: none;
}
a.flytrap:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.flytrap:hover {
	color: #000000;
	text-decoration: underline;
}
.pict_border {
	border:2px solid #00b9e9;
	padding: 0px;
}
