* {
	font-family:helvetica,sans-serif;
	padding:0px;
	border-width:0px;
	margin:0px;
}

div.frame {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}

div.logo {
	float:left;
	width:170px;
	height:85px;
	padding-right:10px;
	border-right-width:1px;
	border-right-color:#DBDCDD;
	border-right-style:solid;
	margin-right:15px;
}

div.head {
	width:760px;
	margin-left:15px;
}

div.info {
	width:960px;
	text-align:justify;
	margin-bottom:10px;
}

div.skip {
	float:left;
	width:40px;
	margin-bottom:10px;
}

div.enum {
	float:left;
	width:920px;
	margin-bottom:10px;
}

div.vspace {
	width:960px;
	height:12px;
	text-align:justify;
	margin-bottom:10px;
}

div.item {
	float:left;
	width:120px;
	margin-bottom:10px;
}

div.text {
	float:left;
	width:840px;
	text-align:justify;
	margin-bottom:10px;
}

div.list {
	float:left;
	width:800px;
	margin-bottom:10px;
}

div.left {
	float:left;
	width:200px;
	margin-bottom:10px
}

div.right {
	float:left;
	width:640px;
	margin-bottom:10px
}

div.clear {
	clear:both;
}

span.small {
	display:inline-block;
	width:80px;
}

span.medium {
	display:inline-block;
	width:160px;
}

span.large {
	display:inline-block;
	width:240px;
}

span.hall {
	display:inline-block;
	width:120px;
}

h1 {
	font-size:x-large;
	font-weight:bold;
	color:#266AB3;
	margin-bottom:5px;
}

h2 {
	font-size:large;
	font-weight:bold;
	color:#266AB3;
}

h3 {
	font-size:x-large;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#0C8BDF;
}

a:hover {
	color:#266AB3;
}

h3 a {
	color:#000000;
}

h3 a:hover {
	color:#000000;
}

a.head {
	float:left;
	display:block;
	width:110px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#0C8BDF;
	padding:5px;
}

a.head:hover {
	background-color:#266AB3;
}

<!--a.h2 {
	font-size:Large;
	font-weight:bold;
	color:#266AB3;
}-->

a.h2:hover {
	text-decoration:underline;
}
