body {
	width:			1003px !important; /* Real width: 1000px, container 990px */
	margin-top:		10px !important;
	margin-bottom:		0px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	padding:		0;
	background-color:	#1a1a1a;
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		1.4em;
	color:			#333333;
}


/* Text */

* > h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
	margin-top:		0px;
}

p, h1, h2, h3, h4 {
	color:			#333333;
}

span, .quote {
	color:			#333333;
}

h1 {
	color:			#404040;
	font-size:		26px;
	line-height:		1.3em;
}

h2, .ingress {
	font-size:		14px;
	font-weight:		bold;
	line-height:		1.4em;
}

h3 {
	font-size:		18px;
	font-weight:		bold;
	line-height:		1.3em;
}

h4 {
	font-size:		12px;
	font-weight:		bold;
	line-height:		1.3em;
}

h1.white, h2.white, h3.white, h4.white, span.white {
	color:			#fff;
}

h1.blue, h2.blue, h3.blue, h4.blue {
	color:			#5a9fe0;
}

h1.lime, h2.lime, h3.lime, h4.lime {
	color:			#b1cd49;
}

h1.red, h2.red, h3.red, h4.red {
	color:			#c11659;
}

.quote {
	font-family:		'times new roman', verdana, arial, helvetica;
	font-size:		17px;
	font-style:		italic;
	display:		block;
}

.bold {
	font-weight:		bold;
}

.small {
	font-size:		11px;
}

/* Links */

a {
	color:			#666;
}

a.white {
	color:			#fff;
}

a.dark_grey {
	color:			#333;
}

/* Images */

img {
	border:			0;
}

.img_left, .img_left_border {
	float:			left;
	margin:			0px 10px 5px 0px;
}

.img_right, .img_right_border {
	float:			right;
	margin:			0px 0px 5px 10px;
}

.img_center, .img_center_border {
	margin:			0px 0px 5px 0px;
	display:		block;
	margin-left:		auto;
	margin-right:		auto;
}

.img_border, .img_left_border, .img_right_border, .img_center_border {
	border:			1px #333 solid;
}

.text_italic {
	font-style:		italic;
}

.link {
	color:			#666666;
}

.br, .br_dbl, .img_border {
	display:		block;
}

.br_dbl {
	margin-top:		15px;
	margin-bottom:		15px;
}

.clear {
	clear:			left;
}

.search_highlight {
	background-color:	#ccc;
	font-weight:		bold;
}


/* Copyright & W3 standards*/
.text_copy {
	font-size:		10px;
	color:			#666;
}

.link_copy {
	font-size:		10px;
	color:			#666;
}

.img_w3xhtml1 {
	margin:			5px 0px 0px 0px;
}


/* Tables & inputs */
#tbl_intr {
	width:			240px;
	border:			0;
}

#tbl_intr td1 {
	width:			40px;
}

#tbl_intr td2 {
	width:			200px;
}

.tbl_intr_inp {
	width:			200px;
}

.tbl_intr_text {
	width:			200px;
	height:			50px;
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
}

.bt_search, .bt_ad_search, .bt_send {
	font-size:		12px;
}

.input_search {
	width:			150px;
	font-size:		12px;
}

.select_ad_cat {
	font-size:		12px;
}

.input_ad_search {
	width:			150px;
	font-size:		12px;
}


/* Poll/vote */

.tbl_poll {
	width:			195px;
	border:			0;
	border-spacing:		0;
	padding:		0;
	margin:			0;
}

.tbl_poll_td_div1 {
	vertical-align:		top;
	height:			25px;
}

.tbl_poll_td1 {
	width:			25px;
}

.tbl_poll_td2 {
	width:			170px;
}

.bt_poll_vote {
	margin-top:		10px;
	font-size:		12px;
}

.tbl_poll_td_result_bar {
	border-spacing:		0;
	padding:		0;
	margin:			0;
}


/* Articles */

.article_highlight {
	color:			#fff;
	background-color:	#000;
}


/* Forum */

.forum_head	{
		font-size:13px;
		font-weight:bold;
		color:#ffffff;
		background-color:#333;
}
.forum_head2	{
		font-size:13px;
		color:#ffffff;
		font-weight:bold;
		background-color:#1a1a1a;
}
.forum_topic	{
		font-size:12px;
		background-color:#f0f0f0;
}
.forum_topic2	{
		font-size:12px;
		background-color:#f0f0f0;
}
.forum_topiclink{
		font-size:12px;
		color:#333333;
		text-decoration: underline;
}
.link1		{
		font-size:12px;
		color:#ffffff;
		text-decoration: underline;
}
.link2		{
		font-size:12px;
		color:#333333;
		text-decoration: underline;
}
.forum_topiclink2{
		font-size:14px;
		color:#333333;
		text-decoration: underline;
}
.forum_text	{
		color:#333333;
		font-size:12px;
}
.forum_text2	{
		color:#333333;
		font-size:12px;
}
.forum_text3	{
		color:#333333;
		font-size:12px;
}
.forum_link	{
		color:#333333;
		font-size:12px;
}
