/* CSS Document */

body	{background-color: #ffffcc;
}

.text	{font-family: Arial, Helvetica, sans-serif;
		 font-size: 11px;
		 color: #000000;
}
.text a	{color: #993300;
			 text-decoration: none;
}
.text a:hover	{color: #000000;
				 text-decoration: underline;
}

.bottom	{font-family: Arial, Helvetica, sans-serif;
		 font-size: 10px;
		 color: #000000;
}
.bottom a	{color: #666666;
			 text-decoration: none;
}
.bottom a:hover	{color: #000000;
				 text-decoration: underline;
}

.super_headline	{font-family: Arial, Helvetica, sans-serif;
				 font-size: 18px;
				 color:#993300;
				 font-weight: bold;
				 text-align: center;
}

.headline	{font-family: Arial, Helvetica, sans-serif;
			 font-size: 16px;
			 color:#993300;
			 font-weight: bold;
			 text-align: center;
}

.subheadline	{font-family: Arial, Helvetica, sans-serif;
				 font-size: 13px;
				 color:#CC6600;
				 font-weight: bold;
				 font-style: italic;
}

.subheadline2	{font-family: Arial, Helvetica, sans-serif;
				 font-size: 11px;
				 color:#000000;
				 font-weight: bold;
				 text-decoration: underline;
}

.black_border	{padding: 0px 0px 0px 0px;
				 border: 1px solid #000000;
}

.index_table	{background-color:#0F4223;
}

.index_headline	{padding: 3px 3px 3px 3px;
				 font-family: Arial, Helvetica, sans-serif;
				 font-size: 12px;
				 color:#ffffff;
				 font-weight: bold;
				 font-style: italic;
}

.small	{font-family: Arial, Helvetica, sans-serif;
		 font-size: 10px;
		 color: #000000;
		 font-weight: bold;
}
.small a	{color: #993300;
			 text-decoration: none;
}
.small a:hover	{color: #000000;
				 text-decoration: underline;
}

.img_pad {
	margin-left: 7px;
}
.quick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.quick a	{color: #FFFFFF;
			 text-decoration: none;
}
.quick a:hover	{color: #FFFF00;
				 text-decoration: none;
}
