html
{
	width: 100%;
	margin: 0;
	padding: 0;
}
body
{
	color: black;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #fff;
	width: 700px;
	margin: 0;
	padding: 0;
}
.left { float: left; }
.head
{
	background-image: url(blue_dk.png);
	width: 100%;
	height: 96px;
}
.head .title
{
	width: 272px;
	height: 96px;
	float: left;
}
.head .graphic
{
	width: 152px;
	height: 96px;
	float: right;
}
.bar
{
	color: #fff;
	font-size: x-small;
	font-weight: bold;
	background-image: url(blue_lt.png);
	padding: 4px 16px;
}
.bar a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
.bar a:hover
{
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	border-style: solid;
	border-width: 2px 4px;
}
.cont { }
.flt
{
	behavior: url(clips/iepngfix.htc);
	background-image: url(float_logo_.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 128px;
	left: 0;
	width: 168px;
	height: 152px;
	z-index: 20;
}
.sh0
{
	background-image: url(blue_dk.png);
	margin: 0;
	padding: 0;
}
.sh1
{
	background-image: url(sidebar_img.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 80px;
}
.sh2
{
	background-image: url(blue_lt.png);
	padding-left: 16px;
}
.sh3
{
	background-color: #fff;
	padding-left: 8px;
}
.sh3 .tag
{
	color: #6d83c1;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	height: 48px;
	margin-left: 72px;
	padding-top: 8px;
	padding-right: 32px;
}
.sh4
{
	background-color: #fff;
	padding: 16px 32px 16px 64px;
}
.sh4 .title
{
	width: 208px;
	height: 152px;
	float: right;
	margin-left: 16px;
}
.sh4 .abstract
{
	color: #6d83c1;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding: 16px;
}
.sh4 .main
{
	font-size: medium;
	text-align: justify;
}
h2
{
	color: #6d83c1;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding: 16px 0px 0px 16px;
}
p.note
{
	font-size: small;
	padding-left: 16px;
}
p a
{
	color: #6d83c1;
	font-weight: bold;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
form
{
	padding-bottom: 16px;
	border-top: 4px solid #9eb0d9;
	border-bottom: 4px solid #9eb0d9;
	background-color: #eeeeee;
}
p a:hover
{
	padding-right: 2px;
	padding-left: 2px;
	border: solid 2px #9eb0d9;
}
a
{
	color: #6d83c1;
	font-weight: bold;
	text-decoration: none;
}
.show
{
	padding-top: 8px;
	padding-bottom: 8px;
}
.show .top
{
	color: #fff;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #6d83c1;
	text-decoration: none;
	text-align: left;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-left: 16px;
}
.show .frame
{
	background-color: #9eb0d9;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 4px;
	border: solid 4px #6d83c1;
}
.show .thumb
{
	width: 53px;
	height: 40px;
	padding: 2px;
}
.show .bottom
{
	background-color: #6d83c1;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
form legend
{
	font-size: small;
	color: #6d83c1;
	padding-right: 8px;
	padding-left: 8px;
	font-style: italic;
	font-weight: bold;
	border-top-color: #6d83c1;
	border-right-color: #6d83c1;
	border-bottom-color: #6d83c1;
	border-left-color: #6d83c1;
}
form fieldset
{
	margin-top: 16px;
	margin-bottom: 16px;
}
form label { font-size: small; }
form textarea { width: 100%; }
ul { padding-bottom: 16px; }
li { padding-top: 4px; }
