/*---------- global reset --------------*/ 
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: #000000;
	font-size: 12px;
	line-height:17px;
	font-family: Verdana;
}

ol, ul {list-style: none;}
.clear{clear: both;}
.flt_lft{float: left;}
.flt_right{
	float: right;
}

.bold{ font-weight:bold;}
.boldx{ font-weight:normal;}
.dsp_inline{ display:inline;}
.algn_right{ text-align:right}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.padding10{
	padding: 0;
}


a:link, a:visited{color: #fff; text-decoration:none; font-family: tahoma;}
a:hover, a:active{ text-decoration:underline;}

.font12{ font-family:Verdana; font-size:12px; line-height:19px;}
span.normal{ font-weight:normal;}

.arial12{font: 12px Verdana;}
.verdana16b{font:bold 16px Verdana;}

.middle_cont{margin:0; padding:1px 0 0 0;}
/*---------- / global reset ends --------------*/

.container{
	width:980px;
	padding: 10px;
	background:#fff;
	text-align:left;
	margin: 0 auto;
	position:relative;
}

