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

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #888;
	margin: 0px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat;
}

.bodyBold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.boldBlue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 112%;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.H1 { /* Titles */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding-left:10px;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.footer a:link { 
	text-decoration: underline;
	color: #000;
	}
.footer a:hover { 
	color: #660000;
	text-decoration: underline;
	}
.footer a:active { 
	color: #660000;
}

div.item {
	float: left;
	border: 1px solid;
	padding: 5px 5px 0px 0px;
	margin: 5px 5px 0px 5px;
	width: 94%;
	background-color: #FFF;
}

div.item img {float: left; margin: 5px 5px 0px 0px;
}
