body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.texter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 15px;
	color: #3300CC;
	font-weight: bold;
}
.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}

.dotborderAll {
	padding: 1px;
	margin: 0px;
	border: 1px dashed #FF9900;
}

.dotborderTopBottom {
	padding: 1px;
	margin: 0px;
	border-top: 1px dashed #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px none #999999;
}
.dotborderBottom {
	padding: 1px;
	margin: 0px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.dotborderLeft {
	padding: 1px;
	margin: 0px;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px dashed #999999;
}
.dotborderRight {
	padding: 1px;
	margin: 0px;
	border-top: 1px none #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.dotborderRightBottom {
	padding: 1px;
	margin: 0px;
	border-top: 1px none #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-left: 1px none #FFFFFF;
}

A:link {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	border: thin none;
}

A:visited {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6600;
}
form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
