	body {
	    background-color: #EEEEEE;
		font-family: Verdana, Tahoma, sans-serif;
		font-size: 12px;
	}
	
	h1 {
		font-size:16px;
	}
	
	h2 {
		font-size:14px;
	}
	a {
	    text-decoration: none;
	    color: #FFFFFF;
	}
	
	a:hover {
	    text-decoration: none;
	    color: #FF0000;
	}
	
	a.link {
	    text-decoration: none;
	    color: #900000;
	}
	
	a.link:hover {
		text-decoration: none;
		color: #FF0000;
	}
	
	img { 
		border:none;
	}

	.menu {
		margin-left:auto;
		margin-right:auto;		
		background-color: #770000;
		width: 700px;
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		border-width: 1px;
		border-color: #999999;
		border-style: solid;
		border-bottom-style: none;
		padding: 10px;
		word-spacing: 35px;
		text-align: left;
		
	}	
	.txt {
		margin-left:auto;
		margin-right:auto;
		color: #444444;
	 	font-size: 11px;
		font-weight: bold;
		background-color: white;
		width: 700px;
		border-width: 1px;
		border-style: dashed;
		border-color: #999999;
		padding: 10px; 
        }
	
	.button {
		color: #000000;
		font-size: 11px;
		background-color: #990000;
		border-width: 1px;
		border-style: solid;
		border-color: #000000;
		padding: 2px;
	}
	
	.textbox {
		color: #444444;
		font-size: 11px;
		font-weight:bold;
		background-color: #E0E0E0;
		border-width: 1px;
		border-style: solid;
		border-color: #990000;
		padding: 4px;
	}
