@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000000;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	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: #FFF;
}
a {
	color:#F30;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
}
.bodycenter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#FFF;
	text-align:center;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F00;
	letter-spacing:1px;
	text-align:center;
}

.hdr {
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	font-style:normal;
	text-align:left;
	letter-spacing:1px;
	color:#F30;
}


.body_cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}
.twisted #menu { 
	width: 986px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(images/bar.gif);
	background-repeat:no-repeat;
	background-position:top center;
	
}
.oragn_QA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #C00;
}

