@charset "utf-8";
body {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #B20000;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.columnRight{
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.columnLeft{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

a {
	font-weight: bold;
	color: #B20000;
	text-decoration: none;
}

a:link {
	font-weight: bold;
	color: #B20000;
	text-decoration: none;
}

a:visited {
	font-weight: bolder;
	color: #B20000;
	text-decoration: none;
}

a:hover {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.contentDiv {
padding: 10px; 
}
