body {
	margin:0;
	padding:0;
	background:#060606;
}

p,td { font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 0px;
}

a{
	color: #f59d00;
	text-decoration: underline;
}

a:hover{
	color: #FFCC00;
	text-decoration: underline;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}

form {
     margin:0;
     padding:0;
}

ul {
	margin-left:20px;
	margin-top:0px;
	padding:1px;
	list-style-type: square;
	line-height: 16px;
	}

h1 {
	font-size: 34px;
	font-weight: bold;
	color: #e8a139;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 7px;
	padding-top: 10px;
	padding-right: 20px;
}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #f27d02;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/adr-bg.gif);
	text-align: center;
	vertical-align: middle;
}

.bottom_addr a {
	text-decoration: none;
}

.bottom_addr a:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}


.norepeat {
	background-repeat: no-repeat;
}

.c_name {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffebce;
	font-family: Tahoma, Arial;
	font-style: italic;
}


.bottom-menu {
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.bottom-menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom-menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu {
	color: #ffdca0;
	background-image: url(../images/m-bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
.menu a{
	text-decoration: none;
	color: #ffdca0;
	white-space: nowrap;
}

.menu a:hover {
	color: #E8A139;
	text-decoration: underline;
	white-space: nowrap;
}

.body_txt {
	color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:14px;
}

.faqtxt {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#F93; }

.faqanswer {font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#CCC; }

h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	background-image: url(../images/h2_trigger_a.gif);
	background-repeat: no-repeat;
}
h2.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
	color: #000;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(../images/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}
