/*************************** Structure **************/

* {
	-moz-outline-style: none;
}

/*************************** Typography **************/

body {
	font: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	color: black;
	text-align: center;
}

div.everything {
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}

body.2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 6px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #50BC09; 
	margin: 6px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #50BC09;
	margin: 6px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #50BC09;
	margin: 6px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #50BC09;
	margin: 6px;
}

p {
	margin: 6px;
	padding: 0;
}

p.menu {
	font-weight: bold;
}

.bdrtop {
	border-color: black;
	border-top-width: thin;
}

.block {
	border-style: solid;
	color: green;
	border-width: thin;
	padding: 3px;
	width: 300px;
}

.r {
	color: gray;
}

.g {
	color: green;
}

.foot {
	font-size: 10px;
	font-style: italic;
	color: #50BC09;
}

.indent {
	margin-left: 20px;
}

.pln {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.subprice {
	font-weight: normal; 
	font-size: smaller;
}

/*************************** Links **************/

A:active {
	color: #50BC09; 
	font-weight: bold;
}

A:link {
	color: #50BC09; 
	font-weight: bold;
}

A:visited {
	color: #50BC09; 
	font-weight: bold;
}

/*************************** Menu Script **************/

#nav {
	margin: 0; padding: 0;
	width: 140px;
}

#nav p {
	background: none;
	color: #50BC09;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 2px 2px 3px;
	margin: 0;
}

#nav p.extend {
	background: no-repeat url(../images/arrow_g2.gif) 100% 100%;
}

#nav p a {
	text-decoration: none; 
	color: #50BC09; 
	width: 128px;
}

#nav p a:hover {
	text-decoration: underline; 
	color: #FFFF00;
}

#nav ul {
	display: none;
	list-style: none;
	margin: 0; 
	padding: 0;
	background: none;
}

#nav ul li {
	background: none;
	color: #50BC09;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 1px;
}

#nav ul li a {
	color: #50BC09; 
	font: italic 12px;
	text-decoration: none; 
}

#nav ul li a:hover {
	text-decoration: underline; 
	color: #FFFF00;
}

#nav ul li ul {
	list-style: none;
	margin: 0; 
	padding: 0;
}

#nav ul li ul li {
	border: none;
}

/*************************** Pop up hint box **************/

#hintbox { 
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border: 1px solid black;
	font: normal 11px Helvetica;
	line-height: 11px;
	z-index: 100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

/*************************** Link that shows hint onmouseover **************/

.hintanchor { 
	color: #50BC09;
}

