/* CSS Document */

html, body {

	margin: 0;
	padding: 0;
	background-image: url(graphics/background.gif);
}

a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #388D2D;
	text-decoration: none;
}

a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE2222;
	text-decoration: none;
}

a.abc {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE2222;
	text-decoration: none;
}

a:hover.abc {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

a.list {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
a:hover.list {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

font.abc {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.s {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

a:hover.s {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}

td.big{

	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: bottom;
}

td	{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr{

	color: #93C78B;
	height: 1px;
	padding: 0px 15px;

}

#extrabanner{

	position: absolute; 
	top: 110px;
	left: 1012px;
	width: 160px;
	height: 618px;
	
}

h1{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

h2{
	font-weight: bold;
	font-size: 12px;
}

h3{
	font-weight: bold;
	font-size: 12px;
}

h4{
	font-weight: bold;
	font-size: 12px;
}

h5{
	font-weight: bold;
	font-size: 12px;
}

h6{
	font-weight: bold;
	font-size: 12px;
}