@charset "iso-8859-1";
/* CSS Document */

body {
	background:#DEDEDE;
}
body, td, th, ul, p {
	font: normal normal normal 8pt/1em Verdana;
	color: #000;
}
textarea, select, input  {
	font: normal normal normal 8pt/1em Verdana;
	color: #333;
	background:#FFF;
	border:1px solid #999;
	padding:5px;
	line-height:1.3em;
}
a:link, a:visited {
	text-decoration: none;
	color: #059;
}
a:active, a:hover {
	text-decoration: underline;
	color: #D14;
}
fieldset {
	padding-left: 10px;
	padding-bottom: 10px;
	border:1px solid #999;
}
legend {
	font: normal normal bold 9pt Arial;
	color: #333;
}
.bordercolor {
	background:#eee;
}
.maincolor {
	background:#f9f9ff;
	border:1px solid #ccc;
}
.button {
	background:#CCC;
}
.titlebarcolor {
	background:#999;
}
.titlefont {
	font: normal normal bold 16pt/1em Arial;
	color: #FFF;
	text-decoration:none;
}
.copyrightfont, .copyrightfont a {
	font: normal normal bold 9pt/1em Arial;
	color: #FFF;
	text-decoration:none;
}
