p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 10px;
}
td {
	vertical-align: top;
}
a:link {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EE1822;
	text-decoration: none;
}
a:active {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
li {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-type: square;
}
.overflow {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 95%;
	height: 100%;
	overflow: auto;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 0px;
}

body {
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#ff0000;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:'ffffff';
	scrollbar-highlight-color:'cccccc';
	scrollbar-3dlight-color:'ffffff';
	scrollbar-darkshadow-Color:'cccccc';	
}
input { background-color: #EAE7E7;
}

#redtitle {
	width: 450px;
	height: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	top: 15px;
	left: 25px;
}