body {
	background-color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 12px;
	margin-top: 12px;
	color:#000000;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 2px;
	color:#000000;
}

.withshadow {
	background-image: url(img/shadow.jpg);
	background-repeat: no-repeat;
}

.withsparator {
	border-top: solid;
	border-color: #b0b0b0;
	border-top-width: 1px;
	padding-top: 3px;
}

.withunderline {
	border-bottom: solid;
	border-color: #b0b0b0;
	border-bottom-width: 1px;
}

.lowlight {
	font-size: 9px;
	color: #b0b0b0;
}

.error {
	color: #c00000;
	font-weight: bold;
}

.menu {
	background-color: #374c69;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.menu a {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.menu a:link {
	text-decoration: none;
}

.menu a:visited {
	text-decoration: none;
}

.menu a:active {
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	text-decoration: underline;
}

.inptext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width: 300px;
	border-color: #b0b0b0;
	border-style: solid;
	border-width: 1px;
}

.inpselect {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width: 303px;
	border-color: #b0b0b0;
	border-style: solid;
	border-width: 1px;
}

.inparea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width: 300px;
	height: 200px;
	border-color: #b0b0b0;
	border-style: solid;
	border-width: 1px;
}
