body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24006b;
	background-color: #FFF2bf;
}
.input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #0000CC;
	background-color: #FFFFFF;
	border: 1px solid #FFCC99;
}
p {
}
h2 {
	font-weight: bold;
	font-size: 16px;
	
	color: #FF3300;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
h1 {
	color: #000066;
	font-weight: normal;
}
td {
	font-size: 11px;
}
.menulink {
	color: #00487d;
	background-color: #bfe4ff;
	border: 1px solid #b35a00;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
	margin: 0px 0px 10px;
	font-weight: bold;
	display: block;
}
.menulink:hover {
	background-color: #FFCC33;
}
a:hover {
	color: #FF3300;
}
.copyright {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.copyright:link {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

blockquote {
	visibility: hidden;
}
caption {
	font-style: italic;
	color: #999999;
	font-size: 10px;
}
ul {
	list-style-image: url(images/bullet.gif);
	margin-right: 5px;
}
.form {
	border: 1px inset #FFFDE4;
}
.linkbullet {
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 15px;
	display: block;
}
.linkbackbullet {
	background-image: url(images/link_back.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 15px;
	display: block;
}
.warning {
	background-color: #FFFFCC;
	background-image: url(../images/warning_blink.gif);
	background-repeat: no-repeat;
	border: 2px solid #FF0000;
	padding-left: 25px;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#uploadwarning {
	visibility: hidden;
}
.small {
	font-size: 9px;
}
.listTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}
