	body {
	margin: 0px;
	padding: 0px;
}
	p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.35em;
	text-align:left;
	font-family: Georgia, serif;
}
	h1 {
	font-family: Georgia, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	color: #333333;
	text-align: center;
}
	h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-family: Georgia, Serif;
}
	h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-family: Georgia, Serif;
	text-align: left;
}
.footer {
	font-size: 9px;
	color: #666666;
	line-height: 12px;
	letter-spacing: 2px;
	text-align: center;
	font-family: Georgia, serif;
}

	/* links
	--------------------------------------------------*/
	a:link,
	a:visited {
	color: #000000;
	}
	a:hover {
		text-decoration: none;
	}
	a:active {
		color: #000000;
		text-decoration: none;
}
	/* nav
	--------------------------------------------------*/
	
ul#minitabs 
	{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Georgia, serif;
	font-size: 12px;
}

ul#minitabs li{
	display: inline;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-right: 10px;
	padding-left: 10px;
}

ul#minitabs a{
	text-decoration: none;
	border-bottom: 4px solid #FFF;
	color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20;
}

ul#minitabs a#current{
	color:#999999;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

ul#minitabs a:hover{
	color: #666;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}	
