@charset "UTF-8";
/* CSS Document */

body
{
	background: #dc0121;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
	font-size: 12px;
}

.contentpane
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
	font-size: 12px;
}

a:link, a:active, a:visited
{
	color:#333;
	text-decoration:none;
}

a:hover
{
	color:#333;
	text-decoration:underline;
}
