@charset "utf-8";
p {
	font-weight: normal;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
hr {
	width: 98%;
	margin-left: 10px;
	border: 0.5px solid #666666;
	padding-right: 10px;
	padding-left: 10px;
}
select {
	margin-right: 3px;
}
#checkbox {
	margin-right: 3px;
}
em {
	font-weight: normal;
}
img {
	border: none;
}

input[type="text"]:focus {
	background-color: #F3F3F3;
}

input[type="password"]:focus {
	background-color: #F3F3F3;
}

select:focus {
	background-color: #F3F3F3;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}

/* end MacIE5 */ 
.error {
	font-weight: bold;
	color: #FF6600;
}
.line {
	height: 5px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 10px;
}

a:link{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #648500;
	text-decoration: underline;
}
.red {
	font-size: 90%;
	color: #FF0000;
}

