/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #7F7F7F;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666699;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a.thumb {
	float: left;
	width: 11px; 
	height: 10px; 
	padding: 0 0 0 0; 
	display: block;
	background-image: url(img/thumb_a.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.thumb:hover {
	background-image: url(img/thumb_b.gif);
	text-decoration: none;
}

body {
	margin-left: 0px;
	background-color: #FFF;
	background-image: url(img/main_bkg02.gif);
	background-repeat: repeat-x;
}

H2 {font-size: small; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;}
.H3 {font-size: small; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }

.style4 {
	font-size: small;
	font-weight: bold;
}
.style5 {color: #666666}