@charset "UTF-8";
/* CSS Document */

.logo{margin-bottom:10px;
margin-top:10px;}
a:hover{
	color:#000000;
	font-weight:bold;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}
body {
	background-color: #CCCCCC;
}
a{
	text-decoration:none;
	color: #666666;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}
img{border:none;}
p{margin-left:10px;
margin-right:10px;}
ul{
	list-style-position: outside;
	list-style-image: url(divider.gif);
}
.normaltext{font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:small;}