<!--
.side a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
.side a:hover {
	text-decoration: none;
}
body {
	background-image:  url(../_images/bg.gif);
	background-repeat: repeat-y;
}
a {
	color: #E10000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E10000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
li {
	list-style-image: url(../_images/bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.main {
	background-color: #FFF;
	background-image: url(../_images/newlogobg.png);
	background-position: 220px 160px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	vertical-align: top;
	width: 100%;
	min-height: 200px;
}
.totop {
	width: 40px;
	height: 18px;
	z-index: 1;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-image: url(../_images/totop.gif);
}
-->
