/* CSS Document */
body {
	background-image:url(../image/background.gif);
	background-color:#E6E6E6;
}

p, ol, ul {
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	font-size: 18px;
	line-height: 15px;
	color: #BB0000;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	font-size: 14px;
	line-height: 15px;
	color: #BB0000;
	font-weight: normal;
}



hr {
	width: 100%;
	height: 0px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
}

a {
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	color:#666666;
}