@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #4a585e;
	margin: 0px;
	padding: 0px;
	background-color: #2b373d;
}
a:link, a:visited, a:active{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.a_top:link, .a_top:visited, .a_top:active{
	color: #F1F1F1;
	text-decoration: none;
}
.a_top:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.box {
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
}
.bottom {
	background-color: #424f55;
	background-image: url(../img/bottom.png);
	background-repeat: repeat-x;
	color: #9eabb2;
	height: 75px;
}
.content {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 300px;
	background-color: #FFFFFF;
}
.content_main {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 200px;
	background-color: #FFFFFF;
}
.title {
	font-weight: bold;
	color: #3459a6;
}
.blue {
	color: #3459a6;
}
.page_title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.photo {
	border: 2px solid #FFFFFF;
}
.line_dots {
	background-image: url(../img/dots.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.imgdx {float:right;margin-left:10px;}
.imgsx {float:left;margin-right:10px;}
.headertext1 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	color: #000000;
}
.headertext2 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

