/* CSS Document */

a { text-decoration: none; }
	a:link		{ color: #0000ff;} 
	a:visited	{ color: #0000ff;} 
	a:active	{ color: #0000ff;} 
	a:hover		{ color: #cc6600;} 
	
.menu {text-decoration: none;} 	
	.menu a:link { color: #336699;} 
	.menu a:visited {color: #336699;}
	.menu a:active {color: #fff; background: #336699; padding: 0px; }
	.menu a:hover {color: #fff; background: #336699; padding: 0px; }


.menu2 {text-decoration: none;} 	
	.menu2 a:link { color: #cc6600;} 
	.menu2 a:visited {color: #cc6600;}
	.menu2 a:active {color: #333333; background: #ff9900; padding: 0px; }
	.menu2 a:hover {color: #333333; background: #ff9900; padding: 0px;
	}
	
				
body {margin: 0px;
		padding: 0px;
		}	

td {
	background: transparent;
		}

ul {
	 list-style: square; 
	}
	
.menu {
  		font-family: georgia;		
		padding: 0 60px 0 38px;
		background: #fff;  							
		font-size: 0.9em;
		color: #006699;
		border: none;
		letter-spacing: 0.2em;
		font-weight: bold;
		text-align: center;
		}
				
				
/*top grey*/				
		
#grey { background: #999 url(images/background1.gif);
			width: 720px;
			height: 50px;
			top: 360px;
			left: 0px;
			margin: 0px;
			padding: 0; 
			position: absolute;
		}

/*bottom grey*/	
		
#grey2 { background: #999 url(images/background1.gif);
			width: 720px;
			height: 50px;
			top: 570px;
			left: 0px;
			margin: 0px;
			padding: 0; 
			position: absolute;
		}
		
.topleftbox {font-family: verdana, arial, helvetica;  
		color: #333333; 
		font-size: .8em;
		font-weight: normal;
		margin: 0px;
		padding: 0px 25px;
		line-height: 1.1em;
		border:1px solid #006699;
		letter-spacing: none;
		background-color: #fff;
		height: 100px;
		/*position: absolute;*/
		}				


.toprightbox {font-family: verdana, arial, helvetica;  
		color: #333333; 
		font-size: .8em;
		font-weight: normal;
		margin: 100px;
		padding: 8px 15px 0px 25px;
		line-height: 1.1em;
		border:1px solid #006699;
		letter-spacing: none;
		background-color: #fff;
		height: 100px;
		/*position: absolute;*/
		}

.bottombox {font-family: verdana, arial, helvetica;  
		color: #333333; 
		font-size: .8em;
		font-weight: normal;
		margin: 0px;
		padding: 15px 8px 0px 5px;
		line-height: 1em;
		border:1px solid #006699;
		letter-spacing: none;
		background-color: #ffffff;
		height: 50px;
	/*	position: absolute;*/
		}
		
