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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

label {
	font-weight: bold;
	color: #060;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

#content h1 {
	font-size: 25px;
	color: #CF2900;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#content h2 {
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
}

#content a {
	color: #CF2900;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover {
	color: #CF2900;
	font-weight: bold;
	text-decoration: none;
}

#sidebar h1 {
	font-size: 14px;
	color: #CF2900;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#sidebar h2 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#sidebar {
	font-size: 11px;
	text-align: left;
	
}