@charset "utf-8";
/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}

.kaboom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 140px;
}


#wrapper table tr td table tr .normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border-color: #000;
	color: #FFF;
	background-color: #000;
}
td {
	color: #000;
}
#wrapper2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFF;
}
#wrapper table tr td table tr td {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.newbulletlist {
 font-size: 12px;
 color: #000000;
 list-style: disc;
 font-family: Arial, Helvetica, san-serif;
 line-height: 24px;
 list-style-position: outside;
} 

.italic {
	font-style: italic;
}
.bold_content {
	font: bold 12px Arial, Helvetica, sans-serif;
}

