/* CSS Document */
body {
margin:5px 5px 5px 5px;
background-color:#D3D3D3;
}

.menutext {
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFCC;
	text-decoration:none
	}
a.menutext {
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFCC;
	text-decoration:none
	}
a.menutext:active {
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFCC;
	text-decoration:none
	}
a.menutext:visited {
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFCC;
	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: #FFFFCC;
	padding:3px 3px 3px 8px;
	}