@CHARSET "UTF-8";

body {
	background-color:#323232;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
}

.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,
input.text:focus, input.password:focus, textarea:focus {
	font-family:Verdana;
	font-size:10pt;
	color:#000000;
	background-image:url('images/input_background.png');
	background-repeat:repeat-x;;
}

input.text, input.password, textarea {
	border-width:1px;
	border-style:solid;
	border-color:#C0C0C0;
}

input.text:focus, input.password:focus, textarea:focus {
	border-width:1px;
	border-style:solid;
	border-color:#E0ACAD;
}

p, span, td, .text {
	font-family:Verdana;
	font-size:8pt;
	line-height:12pt;
	color:#323232;
	text-decoration:none;
	text-align:left;
}
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;
}
.newsfeed_title {
	color:#AB1416;
	font-size:10pt;
}
.newsfeed_editinfo {
	color:#646464;
	font-size:6pt;
}
.newsfeed_preface {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
}
