body {
	margin:0;
	padding:0;
	height:100%;
	background: url(/images/bg.gif) center center;
	font-family: Arial, Helvetica, sans-serif;
}
#content{
	overflow: auto;
	height: 208px;
	width: 481px;
}
h2 {
	font-size: 12px;
	margin: 0;
	color: #1D1D95;
	line-height: 17px;
}
p {
	font-size: 12px;
	margin: 0 0 14px;
	line-height: 17px;
}
ul {
	font-size: 12px;
	margin: 0 0 14px;
	line-height: 17px;
	padding:0;
}
ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #1D1D95;
	padding: 0;
	margin: 0 0 0 20px;
}
.red{
	color: #FF0000;
}
.sidebox {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
a {
	text-decoration: none;
	color: #1D1D95;
}
a:hover {
	text-decoration: underline;
}

