body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.title {
	font-style:normal;
	font-size:18px;
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.subtitle {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#FF0000
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
