﻿/* Used to center the page */
body {margin: 0px; padding: 0px;}
#center_page {
    position:absolute;
    left:50%;
    width:800px;
    margin-left:-400px;
    }
    
/* Style for center panel */
#center_panel {
	position: absolute; 
	width: 540px; 
	height: auto; 
	z-index: 2; 
	left: 130px; 
	top: 200px; 
	background-color: #FFFFFF; 
	text-align: left; 
	color: #808080;
	}
	
.style1 {
	color: #FF0000;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0px;
	}

.style2 {
	font-family: Verdana;
	}

/* Menu bar heading */    
.style4 {
	font-family: Verdana;
	font-size: small;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}

/* Menu bar links */
.style5 {
	font-size: x-small;
	font-family: Verdana;
	color: #646464;
	text-decoration: none;
	}

/* Body text heading */
.style6 {
	font-family: Verdana;
	font-size: medium;
	color: #000000;
	text-decoration: none;
	}

/* Body text byline */
.style7 {
	font-family: Verdana;
	font-size: small;
	color: #000000;
	text-decoration: none;
	}

/* Body text */
.style8 {
	font-family: Verdana;
	font-size: small;
	color: #4B4B4B;
	text-decoration: none;
	}

a {
	color: #000000;
}
	
a:visited {
	color: #808080;
	}
	
a:hover {
	color: #000000;
	font-weight: bold;
}
a:active {
	color: #FF0000;
}



