﻿body {
	background:#000;
	margin:0;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#fef900;
}

#leftbdr {
	background:#fff;
}

#rightbdr {
	background:#fff;
}

#nav {
	background:#000;
	text-align:left;
}

a.button:link, a.button:visited, a.button:active {
	text-decoration:none;
	text-transform:uppercase;
	padding:12px 22px;
	height:38px;
	border-right:1px #313131 solid;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

a.button:hover {
	color:#fef900;
}

#main {
	padding:20px 20px 20px 40px;
	vertical-align:top;
}

.header {
	font-weight:bold;
	font-size:12pt;
	display:block;
	margin-bottom:15px;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0px;
z-index:100;
width:180px;
line-height:20pt;
background-color: #fff;
text-transform:uppercase;
text-align:center;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
text-decoration:none;

}

.anylinkcss a:visited{
width: 100%;
display: block;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
text-decoration:none;

}

.anylinkcss a:active{
width: 100%;
display: block;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
text-decoration:none;

}


.anylinkcss a:hover{ /*hover background color*/
background-color:#000;
color:yellow;
text-decoration:none;
}
