/* CSS Document */


body{
margin:0;
background-color:#FFFFFF;
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font:10px;
}

h3 {
	background-image: url(images/horidots.jpg);
	background-repeat:no-repeat;
	background-position:left;
/*	height: 20px;*/
	text-indent:0px;
	font-size:24px;
	font-weight: bold;
	font-family:"Trebuchet MS";
	font-variant:small-caps;
	color: #000000;
	line-height:20px;
	margin-top:10px;
}


a:link {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}

a:visited {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}


td {
font-size: 10px;
background-color:#FFFFFF;
color:#000000;
}

th {
font-size: 10px;
background-color:#FFFFFF;
color:#000000;
}


