@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	color:#666;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-align: center;
}

p.color {
	color:#C00;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-align: center;
}
p.bold {

	color:#C00;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	text-align:center;	
	
}

span.bold 
{
	font-weight:bold;

}

a:link {text-decoration:none, color:#666;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}    /* unvisited link */

a:visited {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	
}

a:hover {
	text-decoration:underline;
	color: #333;
}

ul.a {
	list-style-type:circle;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#C00;
	padding-left:210px;
	
}
