@charset "utf-8";
/* CSS Document */

body,td,th {font-family: Helvetica, Trebuchet MS, sans-serif; font-size: 12px; color: #000000;}

body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}

a {color: #990000;}
a:visited {color: #990000; text-decoration: none;}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #990000;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight:bold
}
h2 {font-size: 14px;}

.c1 {
	width:800px;
	background:#FFFFFF;
	padding-left:80px;
	padding-right: 80px;
	padding-top: 20px;
	padding-bottom:40px;
	margin-top:2px;
	margin-bottom:10px;
	line-height:1.4;
}

.s1 {
	color: #000000;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

.s2 {color: #000000; font-size: 18px;}

.s3 {
	color:#330000;
	font-size: 9px;
	font-style: italic;
}
.s4 {
	width:960px;
	background-color:#000000;
	padding-top:10px;
	padding-bottom:5px;
	color:#666666;
	font-size: 12px;
}
.s5 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
