@charset "UTF-8";
.hd-rounded {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url(images/border-radius.htc);
}
.hd-rounded-top {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	behavior: url(images/border-radius.htc);
}
.hd-rounded-bottom {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	behavior: url(images/border-radius.htc);
}
.hd-rounded-top-10 {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	behavior: url(images/border-radius.htc);
}
.hd-rounded-bottom-10 {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	behavior: url(images/border-radius.htc);
}

html, body, div, span, img, applet, embed, canvas, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, u, i, s, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
}
body {
	line-height:1;
	text-align:center
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0;
	background:transparent;
	border-radius:0px; 
/*	border:2px solid #4d90d6;	*/
	text-align:center;
	margin: 0 auto
}
th {
	border-collapse:collapse;
	border-spacing:0
}
td {
	border-collapse:collapse;
	border-spacing:0;
	background:#FFFFFF;
	padding:2px; 
	font-size:1.1em;
	text-align:center;
	margin: 0 auto;
	font-weight:bold
}
input, textarea {
	border:2px solid #B0E0E6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior: url(images/border-radius.htc);
}
html {
	height:99%
}
body {
	height:99%;
	background:#000;
	word-wrap:break-word
}
button, input, textarea {
	font:15px Arial, Helvetica, sans-serif
}
a {
	color:#03c;
	text-decoration:none
}
a:hover {
	text-decoration:underline
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold
}
h1 {
	font-size:1.1em;
	color:#FFFFFF
}
h2 {
	font-size:1.0em;
	color:#4d90d6
}
h3 {
	font-size:0.8em;
	color:#FFFFFF;
}
h4 {
	font-size:1.0833em;
	color:#4d90d6
}
h5, h6 {
	font-size:.70em;
	color:#4d90d6
}
.shadowWood{
	text-shadow: 1px 1px #d0d0d0, -1px -1px #343434;
	color:#FFFFFF;
}
dt {
	font-weight:bold
}
code {
	font-family:Courier, monospace;
	font-size:12px
}
dt {
	padding-bottom:5px
}
dd {
	padding-bottom:15px
}
h1, h2, h3, h4, h5, h6 {
	margin-top:2px;
	margin-bottom:2px
}
hr {
	border:0;
	border-top:1px dashed #999;
	height:1px;
	margin-top:12px
}
label {
	cursor:pointer;
	cursor:hand

}
.input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20pt;
	border-style: none; 
	color: #ffffff; 
	background-color: #000000; 
	border: 1px black solid 
}
.smallText {
	font-size:11px
}
.largeText {
	font-size:14px
}
.bold {
	font-weight:bold
}
.label {
	font-weight:bold;
	color:#333
}
.grayText {
	color:#666
}
.nowrap {
	white-space:nowrap
}
.hLink {
	text-decoration:none
}
.hLink:hover {
	text-decoration:underline
}
.hand {
	cursor:pointer;
	cursor:hand
}
.clear {
	clear:both;
	height:0; 
	line-height:0
}
.clearL {
	clear:left
}
.clearR {
	clear:right
}
.spacer {
	clear:both;
	height:1px;
	font-size:1px
}
.alignC {
	text-align:center
}
.alignR {
	text-align:right
}
.hid {
	display:none
}
.inline-block {
	display:-moz-inline-stack;
	display:inline-block;
*display:inline;
	vertical-align:top;
	zoom:1
}
.line-shadow {
	position:relative;
	margin:-10px 0px 10px -10px;
	width:990px;
	font-size:0.01em;
	/*background-color:#443327;*/
	border-bottom:1px solid #443327;
	height:0.01em;
	-moz-box-shadow:0px 1px 7px #000;
	-webkit-box-shadow:0px 5px 2px #000;
	box-shadow:0px 5px 2px #000;
}
.inputP,inputPs {
	font-size:18px; 
	letter-spacing:1px;
	text-align:right;
}
.BBU {
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.border5px{
-webkit-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;

}
.textshadowB { text-shadow: 0px -1px 0px rgb(27, 27, 27); }
.textshadowW { text-shadow: 0px 1px 0px rgb(152, 152, 152);}