@charset "utf-8";

a:link, a:visited, a:active {
    color: #1a1a1a; 
	text-decoration: none;
}

a:hover {
	color: #b6ff53;
	text-decoration: none;
	cursor: hand;
	position : relative;
	clear : none;
	visibility : visible
}


body{
	background-image: url(img/bg.jpg);
	background-repeat:repeat-y;
	background-attachment : scroll;
	background-position: 150px;
	margin: 0px;
	background-color: #252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


p {
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

.menu {
	padding-top: 21px;
	text-indent: 20px;
	color: #1a1a1a;
}

.left-cell {
	border-top-width: 1px;
	border-top-color: #343434;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
}

.right-cell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #343434;
	padding-top: 20px;
	color: #969696;
}

.bottom-cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
	text-indent: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #343434;
}

.bottom-cell a:link, .bottom-cell a:visited, .bottom-cell a:active {
    color: #494949; 
	text-decoration: none;
}

.bottom-cell a:hover {
	color: #96ff00;
	text-decoration: none;
	cursor: hand;
	position : relative;
	clear : none;
	visibility : visible
}
