@charset "utf-8";
/* CSS Document */
body {
	margin: 0px  0px;
	padding: 0px  0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link { color: #005CA2; text-decoration: none}
a:visited { color: #005CA2; text-decoration: none}
a:active { color: #0099FF; text-decoration: underline}
a:hover { color: #0099FF; text-decoration: underline}
.style1 {color: #0000FF}
.foot {
	font-family: Tahoma, "MS Sans Serif", Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 37px;
	height: 7px;
}
.foot a {
	font-family: Tahoma, "MS Sans Serif", Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
}
.menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	line-height: 30px;
	width: 791px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}
.menu a {
	padding-right: 10px;
	padding-left: 10px;
}
.content {
	width: 791px;
	padding-top: 10px;
}
.contentRight {
	float: right;
	width: 590px;
}
.contentLeft {
	float: left;
	width: 200px;
}
.both {
	clear: both;
}
.content p {
	padding: 10px;
	margin: 0px;
}
.up {
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.center {
	text-align: center;
}
.setLeft {
	clear: left;
	float: left;
	width: 50%;
}
.setRight {
	margin-left: 50%;
	padding-top: 50px;
}
.set {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.hl {
	-webkit-box-shadow: 0px 2px 3px  #a3a3a3;
	-moz-box-shadow: 0px 2px 3px #a3a3a3;
	box-shadow: 0px 2px 3px #a3a3a3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	left: 10px;
	position: relative;
	right: -20px;
	border: 1px solid #aaa;
}
.head {
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
}
th {
	background-color: #D6D6D6;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}
.table td {
	background-color: #EEE;
	padding: 3px;
	font-size: 12px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
iframe {
	height: 500px;
	width: 100%;
	overflow: scroll;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

