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

body {
	background-color: #63ADFF;
}
#divNumbers {
	margin-top:1px;
	font-size:10px;
	line-height:10px;
	color:#FFFFFF;
}

#divLeftNav {
	position:relative;
	left:5px;
	top:20px;
	width:136px;
	height:483px;
	z-index:1;
}
#divLeftNav td {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
#pageContent {
	margin:30px;
	font-size:12px;
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	line-height:18px;
}

.pageTitle {
	color: #E12C61;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:24px;
}

a:link { color: #E12C61; font-family: helvetica, arial;  }
a:visited { color: #E12C61; font-family: helvetica, arial; }
a:active { color: #E12C61; font-family: helvetica, arial; }
a:hover { color: #63ADFF; font-family: helvetica, arial; }

#footer {
	font-size:10px;
	text-align:center;
	color:#333;
	
}
