body {
	margin:0;
	padding:0;
	background-color: #3c5262;
	background-image: url(../images/base-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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

a{
	color: #FFCF6B;
	text-decoration: none;
}

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

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}
.headingy {
	font-size: 14px;
	font-weight: bold;
	color: #f4cf8e;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.bgy {
	background-repeat: repeat-y;
}

.footer {
	font-size: 10px;
	color: #ffc463;
	text-align: center;
}
.menu_bottom{
	color: #fedeaa;
	text-decoration: none;
}

.menu_bottom:hover {
	color: #fedeaa;
	text-decoration: underline;
}
.menu {
	color: #ffcf6b;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}
.right-content {
	color: #FFFFFF;
	background-image: url(../images/r-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 27px;
	padding-right: 27px;
	text-align: justify;
	padding-bottom: 7px;
}
.menu_lnk{
	text-decoration: none;
	color: #ffcf6b;
}

.menu_lnk:hover {
	color: #fedeaa;
	text-decoration: none;
}
.text {
	color: #FFFFFF;
	text-align: justify;
	font-size:12px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
