<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DCDEF5;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
body,td {
	font-family:Trebuchet MS, Georgia, Times New Roman, Times, serif;
	font-size:12px;
	color:#333333;
}
select, input, textarea {
	font-family:Trebuchet MS, Georgia, Times New Roman, Times, serif;
	font-size:10px;
}
.imgborder {
	border: 1px solid #CCCCCC;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
	border-bottom:0px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
}
li {
	list-style-image:url(../images/ico_li.gif);
}
hr {
	color:#CCCCCC;
	height:1px;
	padding:0px;
	margin:0px;
}
.content {
	line-height:18px;
}
.small {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
.small:hover {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
#dropmenudiv{
	position:absolute;
	line-height:22px;
	z-index:100;
}
#dropmenudiv a{
	padding-left:9px;
	padding-right:9px;
	line-height:22px;
	color:#FFFFFF;
	width:100%;
	background:#666666;
	text-decoration:none;
}
#dropmenudiv a:hover{
	width:100%;
	color:#FFFFFF;
	background:#999999;
}
-->