/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(images/gradient.png);
	background-repeat:repeat-x
}

body,td,th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style1 {
	font-weight: bold;
	font-size: 9px;
}

.style3 {
	font-size: 16px;
	color: #339933;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.style11 {font-size: 24px}

.style12 {
	color: #339933;
	font-weight: bold;
}

.style10 {
	font-size: 15px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
}


h1 {
	font-weight: bold;
	font-size: 18px;
}

a.scroll:link {
	text-decoration: none;
	color: #FFFFFF;

}
a.scroll:visited {
	text-decoration: none;
	color: #FFFFFF;

}
a.scroll:hover {
	text-decoration: none;
	color: #FFCC00;
}
a.scroll:active {
	text-decoration: none;
	color: #FFCC00;
}


.tdback { 
background-image:url(images/tdback.jpg);
background-repeat:no-repeat;
}

a:link {
	color: #339933;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #339933;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

