/* CSS Document */
body {
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top;
	background-repeat:no-repeat;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
}
.style3 {font-size: 15px}
a.style3, a:visited.style3 {
	font-size: 15px;
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}
a:hover.style3 {
	font-size:  15px;
	color:#0033CC;
	font-weight:bold;
	text-decoration:underline;
}

	
ul.style3 {
	list-style-type: square;
	font-size: 15px;
	list-style-position: inside;
}
li.style3 {
	padding-top: 2px;
	padding-bottom: 2px;
}
