/* Redefined HTML tags */
html, body { 
	height: 100%;
	margin: 0px;
	padding: 0px; 
	border: none; }

body {
	min-width: 760px;	/* avoid content from disappearing off edge in Netscape */      
	background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF; }

img { border: 0; }

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


ul { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #CCCCCC;
	list-style: square outside;
	position: relative;
	left: -10px; }
	
ul ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #999999;
	list-style-type: none;
	list-style-image: none;
	text-align: justify;
	line-height: 12px;
	position: relative;
	left: -30px; }
	
li { 
	margin-top: 8px; 
	margin-bottom: -2px; }


/* IDs */
#wrapper {
	width: 100%;
	height: 100%;
	position: relative; }
	
#v-centerit {
	height: 100%;
	width: 100%; 
	vertical-align: middle; }
	
/* classes */
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #DAA520;
	text-decoration: none; }

.submenu:link { color: #DAA520; text-decoration: none; }
.submenu:visited { color: #DAA520; text-decoration: none; }
.submenu:active { color: #DAA520; text-decoration: none; }
.submenu:hover { color: #DAA520; text-decoration: none; }

.bodytext, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #CCCCCC; }

.hotlink { font-weight: bold; color: #DAA520; text-decoration: none; }
.hotlink:link { font-weight: bold; color: #DAA520; text-decoration: none; }
.hotlink:visited { font-weight: bold; color: #DAA520; text-decoration: none; }
.hotlink:active { font-weight: bold; color: #DAA520; text-decoration: none; }
.hotlink:hover { font-weight: bold; color: #DAA520; text-decoration: none; }


.bodytextHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none; }



.bodytextHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #DAA520; }

.bodytextItalics {
	font-style: italic; }

.bodytextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CCCCCC; }

.bodytextLowlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999; }

.notesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF; }

.quotename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-align: right; 
	line-height: 10px; }

.noscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999; }

.description {
	position: absolute;
	left:0; 
	top:0;
	visibility:hidden; }