body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size : 80%;
	margin-top : 2px;
}

/* This is used to control the width of all the pages - much easier to control 
- the text-align: center; in the body
- the text-align: left; in the wrapper are crucial
*/
#wrapper {
	border : 0px solid #888888;
	margin : 4px auto auto auto;
	text-align : left;
	width : 606px;
}

#ie5fix		{
	height : 1px;
	voice-family : "\";
}
\"";
			voice-family: inherit;
			display: none;
			}


p {
	font-family: inherit; 
	color: black; 
	margin-left: 1.5em; 
	margin-right: 1.0em; 
	}	

.title  { 
	font-family: inherit; 
	font-size: 130%; 
	background-color : #EEE8AA;  
	margin-bottom : 0%;
	font-weight : bolder;
	padding-bottom : 6px;
	padding-top : 6px;
	text-align : center;
	}
	
.subtitle  { 
	font-family: inherit; 
	font-size: 110%; 
	margin-bottom : 3%;
	background-color : #EEE8AA;  
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 5px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-top-style : solid;
	border-top-width : 1px;
	display : block;
	text-indent : 1em;
	}

h3  { 
	font-family: inherit; 
	font-size: 110%; 
	color: inherit;  
	margin-bottom : 1%;
	font-weight : bolder;
	text-indent : 1.0em;
	padding-bottom : 1px;
	}		
	
	
h6  { 
	font-family: inherit; 
	font-size: 95%; 
	color: Black; 
	margin-left: 3.5em; 
	margin-right: 2.0em; 
	text-indent: -1em;
	font-weight : normal;
	}
	
 .wholetable {
	border: solid #000000 1px;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 2%;
	text-align: left;
	width: 604px;
	padding : 0px 0px 0px 0px;
	background : #FBFBF2 none;
	padding : 0px;
	border-collapse : collapse;
}
	
	
.menutable {
	border: solid #aaaaaa 1px;
	margin-bottom : 0px;
	margin-top : 0px;
	
	width : 600px;
}

.menutable td {
	text-align : center;
	background-color : #F0F1D6;
	padding-bottom : 0px;
	height : 26px;
	vertical-align : middle;
	width : 20%;
}

.menutable a {
	font-size : x-small;
	color : Black;
	font-weight : bold;
}

.bottomrow {
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : Black;
	background-color : #EEE8AA;
}