body {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #999999;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom; 
}
body, td {
	font-family:Trebuchet MS, Georgia, Times New Roman, Times, serif;
	font-size:12px;
}
a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#000000;
}

.title {
	font-size:14px;
	font-weight:bold;
}
.bottom {
	font-size:11px;
	color:#999999;
	text-decoration:none;
}
.bottom:hover {
	color:#333333;
	text-decoration:none;
}
select, input {
	font-size:9px;
}
textarea {
	font-size:11px;
}
hr {
	height:1px;
	color:#FF0000;
}
.imgborder {
	border: 1px solid #CCCCCC;
}
#dropmenudiv{
	position:absolute;
	font:11px;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	padding-left:5px;
	padding-bottom:2px;
	color:#000000;
	width:100%;
	background:#EEEEEE;
	text-decoration:none;
}
#dropmenudiv a:hover{
	width:100%;
	background:#FFFFFF;
}
li {
	list-style-type: square;
}
