html { 
	height: 100%; 
}

body {
	margin: 0px;
	height: 100%;
	font-family: sans-serif;
	font-size: 12px; 
	color: #b4b4b4;
}

center { 
	height: 100%; 
}

img {
	border: 0;
}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0B0B0;
	background-color: #111111;
	border: 1px solid #313131;
	padding: 3px 5px 0px 5px; 
}

textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #111111;
	color: #B0B0B0;
	overflow: auto;
	border: 1px solid #313131;
	padding: 3px 5px 3px 5px;
	margin: 0px;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	color: #9bff00;
	margin: 0px;
}

h2 {
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	color: #505050;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	font-size: 22px;
	color: #dcdcdc;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	color: #9bff00;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link { text-decoration: none; font-weight: normal; color: #FFFFFF}
a:visited { text-decoration: none; font-weight: normal; color: #FFFFFF}
a:active { text-decoration: none; font-weight: normal; color: #FFFFFF}
a:hover { text-decoration: underline; font-weight: normal; color: #FFFFFF}

a:link.stor { text-decoration: none; font-weight: bold; color: #7bc705}
a:visited.stor { text-decoration: none; font-weight: bold; color: #7bc705}
a:active.stor { text-decoration: none; font-weight: bold; color: #7bc705}
a:hover.stor { text-decoration: underline; font-weight: bold; color: #7bc705}

/* Menu */

#navcontainer ul {
	list-style-type: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#navcontainer ul li a {
	background: transparent url(list_normal.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 10px verdana;
	text-decoration: none;
}
#navcontainer ul li a:hover {
	background: transparent url(list_hover.gif) left center no-repeat;
	color: #505050;
}

#navcontainer ul li a#current
{
	background: transparent url(list_hover.gif) left center no-repeat;
	text-decoration: underline;
	color: #505050;
}
