body {
	height:100%;
	text-align:center;
	padding:0;
	margin:0;
	background-color:#000;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:16px;
}

.footer {
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}
.navlinks {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-align:center;
	background-color: #FFF;
	background-repeat: repeat;
	color:#000000;
}
.navlinks a:link {color: #002674; text-decoration: none;}
.navlinks a:visited {color: #002674; text-decoration: none;}
.navlinks a:hover {color: #609; text-decoration: none;}
.navlinks a:active {color: #F00; text-decoration: none;}

.pane1 {color: #FFF; text-align: center;}
.pane1 a:link {color: #FF0; text-decoration: none;}
.pane1 a:visited {color: #FF0;	text-decoration: none;}
.pane1 a:hover {color: #FC0; text-decoration: underline;}
.pane1 a:active {color: #F00; text-decoration: underline;}

.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	list-style-image: url(../images/list.png);
}


