body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	
}
.bg {
	background-repeat: repeat-x;
	background-position: left top;
	background-image:url('images/blk_bg_t.jpg');
	background-color: #000;
	height:70%
	}
.bg2 {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image:url('images/blk_bg_b.jpg');
	background-color: #000;
	height:100%
	}

hr {
	color: #DDDDDD;
	background-color: #DDDDDD;
	height: 1px;
}

.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
	font-weight: bold;
}

.h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.text9 {
	font-size: 10px;
	color: #333333;
}

.white {
	font-size: 10px;
	color: #ffffff;
}
.or {
	font-size: 10px;
	color: #CC5505;
}

a {
	color: #CC5505;
	text-decoration: none;
}
a:visited {
	color: #CC5505;
	text-decoration: none;
}
a:hover {
	color: #CC5505;
	text-decoration: underline;

}
a:active {
	color: #CC5505;
	text-decoration: none;
}

a.con {
	color: #000;
}
a.con:visited {
	color: #000;
}
a.con:hover {
	color: #000;
	text-decoration: underline;
}
a.con:active {
	color: #000;
}

p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	}
	
/*div {
	color: #000000;
	}*/
	
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	}
	
ul {
	color: #000000;
	line-height: 150%;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	}
	
li {
	color: #3000000;
	line-height: 150%;
	}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 120%;
	}
table.fine {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
}
table.fine th {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 4px;
}
table.fine td {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 4px;
}
select, input, menu, list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}