* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 220%;
	color: #333333;
	text-align: center;
}
a:link {
	color: #2457a8;
	text-decoration: none;
}
a:visited {
	color: #2457a8;
	text-decoration: none;
}
a:hover {
	color: #2457a8;
	text-decoration: underline;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#top {
	background-color: #fcfcfc;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: normal;
	font-size: 12px;
}
#top span {
	float: right;
}
#left {
	float: left;
	width: 560px;
}
#right {
	float: right;
	width: 390px;
}
h1 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}
p {
	margin-bottom: 20px;
}
ul {
	margin-left: 20px;
	line-height: 220%;
}
li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	float: right;
}
.frame{	
	padding: 10px;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
}
.red {
	color: #FF0000;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
.spacer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 10px;
}
.big {
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
	color:#FF0000;
}
