/* CSS Document */
.whiteborder {
	border: thin solid #FFFFFF;
}
.borderleftandright {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FF3333;
	border-left-color: #FF3333;
}
.borderupdownyellow {
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-bottom-color: #990000;
}
.titke {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.titke:link {
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.basicsmall {font-family: Arial, Helvetica, sans-serif; font-size: xx-small; color: #FFFFFF; }
.enter {
	font-size: large;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFCCCC;
	border: thin solid #FF0000;
}
a.textwhite:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.titke:active {
	color: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.titke:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.titke:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

