@CHARSET "UTF-8";

body {
	background-color:#323232;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	font-family:Verdana;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
}

.loginHeader {
	font-family:Verdana;
	font-size:14pt;
	color:#FFFFFF;
}

.loginText {
	font-family:Verdana;
	font-size:10pt;
	color:#FFFFFF;
}

.loginField {
	font-family:Verdana;
	font-size:10pt;
	color:#FFFFFF;
	border: 1px solid #484848;
	background-image:url('/images/background_gradiantImage.php?startColor=323232&endColor=484848&height=20&gradientHeight=18');
	background-repeat:repeat-x;;
}

tr.items:hover {
	background-color:#646464;
}

.nav, a.nav, a.nav:active {
	font-family:Verdana;
	font-size:12pt;
	color:#FFFFFF;
	text-decoration:none;
}

a.nav:hover {
	background-color:#AB1416;
	text-decoration:underline;
}

.whitetext, a.whitetext:link, a.whitetext:active {
	font-family:Verdana;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
}

a.whitetext:hover {
	text-decoration:underline;
}
.redtext, a, a:link, a:active {
	font-family:Verdana;
	font-size:8pt;
	color:#AB1416;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input.text, input.password, textarea {
	font-family:Verdana;
	font-size:10pt;
	color:#000000;
	background-color:#F8F8F8;
	border:dotted #AB1416 1px;
}
p, span, td, .text {
	font-family:Verdana;
	font-size:8pt;
	line-height:12pt;
	color:#FFFFFF;
	text-decoration:none;
}
hr {
	color:#AB1416;
	background-color:#AB1416;
	height:1px;
}
h1, h2, h3, h4 {
	font-family:Verdana;
	color:#AB1416;
	text-decoration:none;
}
h1 {
	font-size:16pt;
}
h2 {
	font-size:14pt;
}
h3 {
	font-size:11pt;
}
h4 {
	font-size:10pt;
	font-style:normal;
}

