﻿body {
	margin:0;
	padding:0;
	background-color: #000002;
}

td { font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
}

p { font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
}

a{
	color: #fe852d;
	text-decoration: underline;
}

a:hover{
	color: #F6A83B;
	text-decoration: underline;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}

.bottom-bg {
	background-image: url('images/l-bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}


ul {
	margin-left:20px;
	margin-top:0px;
	padding:1px;
	list-style-type: square;
	line-height: 16px;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #fe852d;
	margin: 0px;
	text-transform: uppercase;
	padding-bottom: 7px;
}

.bgy {
	background-repeat: repeat-y;
}

.bottom_addr {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 10px;
	text-align: center;
}

.bottom_addr a {
	text-decoration: none;
}

.bottom_addr a:hover {
	text-decoration: underline;
}


.bgx {
	background-repeat: repeat-x;
}


.norepeat {
	background-repeat: no-repeat;
}



.bottom-menu {
	color: #f28e24;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 2px;
}

.bottom-menu a {
	color: #f28e24;
	text-decoration: none;
}

.bottom-menu a:hover {
	color: #F6A83B;
	text-decoration: underline;
}

.menu {
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 2px;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 7px;
	font-size: 12px;
}



.body_txt {
	color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}


