a:link    {color: #CCCCCC; text-decoration: none;}
a:visited {color: #CCCCCC; text-decoration: none;}
a:hover   {color: #0000FF; text-decoration: underline;}
a:active  {color: #CCCCCC; text-decoration: none;}


html,
	body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
		font-family:"Lucida Grande", Verdana, "Lucida Sans Unicode", sans-serif;
				font-size:11px;
		line-height:13px;
		color:#000;
		background: #fff;
	}
	h1 {
		padding:0;
		margin:0;
		font-size:11px;
	}
	p {
		margin:9px 0 0 0;
		padding:0;
		font-size:10px;
		line-height:13px;
	}
	p+p {
		font-style:italic;
		font-size:11px;
	}
	/* styles for IE 5 Mac */
	#centerwrap {
		height:484px;
		width:680px;
	margin:10px;
		position:relative;
	}
	
	#content {
	text-align:center;
	position:absolute;
	height:448px;
	width:660px;
	padding:10px;
	overflow:auto;
	}
	/* commented backslash hack  - invisible to IE 5 \*/
	#centerwrap {
		position:absolute;
		margin:-225px 0 0 -340px;
		left:50%;
		top:50%;
	}
	/* end hack */
	
	#footernav {text-align:center;font-size:70%;display:none;}