@charset "utf-8";
/* CSS Document */
body {
	background-color: #004759;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}

#copy{
	color:#000000;
	font-size:10px;
}
#menu{
	background-color: #00576E;
	height: 40px;
	width:1000px;
	padding-left: 20px;
	padding-top: 0px;
	
}
#menu ul {
	list-style-type:none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#menu li {
	float: left;
	padding-left:20px;

}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}
#menu a:hover {
	color:#FFFFCC;
	text-decoration:none;
	font-size:12px;
	
}
#menuTab {
	/*list-style-type:none;*/
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width:750px;
}
/*
#menuTab li {
	background:url(images/tab.png) no-repeat;
	float: left;
	padding:0px;
	margin: 0px;
	border-bottom:thin;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	width: 150px;
	height:27px;
	text-align:center;

}
#menuTab a{
	color:#000000;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	padding 0px;
	line-height:27px;
}
#menuTab #menuTab1{
	border-bottom: none;
}

.tabs{
	
	border-bottom:thin;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left:thin;
	border-left-color:#000000;
	border-left-style:solid;
	border-right:thin;
	border-right-color:#000000;
	border-right-style:solid;
	width:718px;
	height:150px;
	font-size:12px;
	padding:20px 0px 0px 30px;
	margin:0px;
	text-align:left;
}
*/
.tabs{
	
	font-size:12px;
	text-align:left;
}
.title{
	color:#000000;
	font-size:16px;
	font-weight: bold;
}
.plainList{
	color:#000000;
	font-size:12px;
	font-weight: nornal;
	line-height: 16px;
	list-style-type:none;
	margin:0px;
	padding: 10px 0px 0px 10px;
}
.blackBold9px{
	color:#000000;
	font-size:9px;
	font-weight: bold;
}
.normal10px{
	color:#000000;
	font-size:10px;
	font-weight: normal;
}
.blackBold10px{
	color:#000000;
	font-size:10px;
	font-weight: bold;
}
.blackBold11px{
	color:#000000;
	font-size:11px;
	font-weight: bold;
}
.blackBold12px{
	color:#000000;
	font-size:12px;
	font-weight: bold;
}
normal14px{
	color:#000000;
	font-size:14px;
	font-weight: normal;
}
.normal12px{
	color:#000000;
	font-size:12px;
	font-weight: normal;
}
.blackBold14px{
	color:#000000;
	font-size:14px;
	font-weight: bold;
}
.blackBold18px{
	color:#000000;
	font-size:18px;
	font-weight: bold;
}
.blackBold24px{
	color:#000000;
	font-size:24px;
	font-weight: bold;
}
.red{
	color:#CC0000; 
	font-size:12px; 
	font-weight:bold;
}