@charset "ISO-8859-1";
a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
}
#a_noline {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}
A:link.a_noline_vs, A:visited.a_noline_vs {
	text-decoration: none;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
A:hover.a_noline_vs {
	text-decoration: none;
	color: #FFCC00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#a_noline_share {
	text-decoration: none;
	display: -moz-inline-block;
	display:inline-block;
	padding:3px 3px 3px 2px;
	height:15px;
	margin-top: 5px;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: none;
	border-bottom-color: none;
	background-color: #434343;
}
#a_noline_share:hover {
	color:#ffffff;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: none;
	border-bottom-color: none;
	background-color: #000000;
}
html, body {
	border: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1C1C1C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#main {
	height: 100%;
}
#content {
	height: 100%;
}
#content2 {
	height: 95%;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text_justify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.black {color: #000000}
.white {color: #FFFFFF}
.gray1 {
	color: #CCCCCC
}
.gray2 {
	color: #999999
}
.gray3 {
	color: #333333
}
.gray4 {
	color: #666666
}
.blue {
	color: #99CCFF
}
.yellow {
	color: #FFCC00
}
.twopx {font-size: 2px}
.onepx {font-size: 1px}
.sixpt {
	font-size: 7pt;
	line-height: 7pt;
}
.sixpt_caps {
	font-size: 6pt;
	line-height: 6pt;
	font-variant: small-caps;
	text-transform: uppercase;
}
.eightpt {
	font-size: 8pt
}
.eightpt_caps {
	font-size: 8pt;
	font-variant: small-caps;
	text-transform: uppercase;
}
.ninept {
	font-size: 9pt;
}
.tenpt {
	font-size: 10pt;
}
.tenpt_caps {
	font-size: 10pt;
	font-variant: small-caps;
	text-transform: uppercase;
	line-height: 8pt;
}
.black_bg_50 {
	background-color: #000000;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.black_bg_60 {
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity: 0.60;
	-moz-opacity: 0.60;
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.black_bg_75 {
	background-color: #000000;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.indent {
	padding-left: 10px;
	padding-right: 10px;
}
.indent2 {
	padding-left: 30px;
	padding-right: 10px;
}
.indent3 {
	padding-left: 35px;
	padding-right: 20px;
}
.indent_right {
	padding-right: 30px;
}
.indent_left {
	padding-left: 30px;
}
.indent_left2 {
	padding-left: 20px;
}
.tenheight {
	line-height: 10pt;
}
.nineheight {
	line-height: 9pt;
}
.redwarning {
	font-weight: bold;
	color: #CC0000;
}
.redwarning2 {
	color: #CC0000;
}
.button {
	border:1px;
	border-color:#666666;
	border-style:outset;
	color: #FFFFFF;
	background-color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.spaceabove {
	margin-top: 10px;
}
.spacebelow {
	margin-bottom: 10px;
}
.spaceleftright {
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
}
.radio {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	vertical-align: middle;
}
.sixptx {
	font-size: 6pt;
	line-height: 6pt;
}

