@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, /*h3,*/ h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	/*min-height:601px;
	_height:800px;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
}

/* utils */
.one, .clear {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.clear {clear: both;}
.w100 {width:100%;}
.w95 {width:95%;}
._w95 {width:90%;}
.h100 {height:100%;}
table, td, th {padding:0;margin:0;border:0;}
table.p3, table.p5{padding:0;}
.p3, .p3 td, .p3 th {padding:3px;}
.p5, .p5 td, .p5 th {padding:5px;}
.center {text-align:center;}
.b, td.b, th.b {font-weight: bold;}
table.border, table.border-p-100 {
	border-collapse: collapse;
	border-spacing: 0;
    /*border: 1px solid #14181c;*/
}
table.border TD, table.border-p-100 TD {
	border: 0 none;
    padding: 6px 10px 6px 14px;
}
table.border TH, table.border-p-100 TH {
    border: 0 none;
    padding: 7px 4px 7px 14px;
    font-weight: normal;
    font-size: 15px;
    color: #ff9900;
    background-color: #000;
}
.center table, img.center {margin-left: auto;margin-right:auto;text-align: left;}
.center, table.border th.center {text-align:center;}
table.border th.center {padding-left: 4px;padding-right: 4px;}

table.border td td,table.border-p-100 td td{border:0 none;}
table.border-p-100{width:100%;}
table.border td td,table.border-p-100 td td{border:0 none;}
table.border-p-100{width:100%;}
* html table.border-p-100{width:100%;}
.w100-p {width:100%;}
.w100-p td,.w100-p th{padding:4px;}
* html .w100-p {width:100%;padding:3px;}
.noborder {border-collapse: collapse;padding:0;margin:0;border:0 none;}
.right {text-align: right;}
.sp5 {border-spacing: 5px;}

.noborder, .button {border: 0 none !important;}
P, LI {padding: 4px 0;}
