/* CSS Document */
body {
margin:5px 5px 5px 5px;
background-color:#666666;
}

.menutext {
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#ffffff;
	text-decoration:none
	}
a.menutext {
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#e5e7eb;
	text-decoration:none
	}
a.menutext:active {
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#e5e7eb;
	text-decoration:none
	}
a.menutext:visited {
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#e5e7eb;
	text-decoration:none
	}
a.menutext:hover {
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#ffce00;
	text-decoration:underline
    }
.text {
	font-family:Arial; 
	font-size:11px; 
	font-weight:normal; 
	color:#c1c0d1;
	}
a.text {
	font-family:Arial; 
	font-size:11px; 
	font-weight:bold; 
	color:#A27C27;
	}
a.text:active {
	font-family:Arial; 
	font-size:11px; 
	font-weight:bold; 
	color:#A27C27;
	text-decoration:none
	}
a.text:visited {
	font-family:Arial; 
	font-size:11px; 
	font-weight:bold; 
	color:#A27C27;
	text-decoration:none
	}
a.text:hover {
	font-family:Arial; 
	font-size:11px; 
	font-weight:bold; 
	color:#A27C27;
	text-decoration:underline
    }
.subhead {
	font-family: Arial;
	font-size: 12px;
	color: #6A6871;
	padding:3px 3px 3px 8px;
	}