/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	/*background-color: #053F57;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
}

.table {
	border: 1px solid #E3E3E3;
}
#menu {
	width: auto;
	background-image: url(../images/header-back.png);
}
#menu ul {
	height: 30px;
	list-style-type: none;
	margin-left: 195px;
}
#menu ul li {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	float: left;
	height: 30px;
	width: 100px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
}
.menu_left {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #567994;
	line-height: 30px;
	display: block;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.table_padding8px{
	padding: 8px;
}
div.box{
	width: auto;
	text-align:justify;
	padding: 10px;
	margin: 0;
	background-repeat: repeat-x;
	background-color: #F2F2F2;
}
div.box1 {
	width: 575px;
	text-align:justify;
	margin: 0;
	background-image: url(../images/1.jpg);
	height: 285px;
}

div.box2{
	width: auto;
	text-align:justify;
	padding: 10px;
	margin: 0;
	background-repeat: repeat;
	background-color: #E8E8E8;
}
#foot {
	background-image: url(../images/header-back.png);
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 55px;

}

.p2{
	font-size: 10px;
}
.title{
	color: #405A6F;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.p3{
	color: #405A6F;
	font-weight: bold;
	line-height: 20px;
}
.img{
	float:left;
	margin-right: 6px;
}
