@charset "UTF-8";
/* CSS Document */

.frame	{position: relative; top: 3px; left: 20px;}
.menuframe	{position: relative; top: 5px; left: 8px;}
.content	{position: absolute; width: 500px;}
p.indented {text-indent: -30pt; padding-left: 30pt; margin-top:5pt; margin-bottom:5pt;}
		
.none {
	border-bottom: 1px solid #CCCCCC;
	color:#000000;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	}

a{
	color: #666666;
	text-decoration: none;
}


a:hover{
	color: #000000;
	border-bottom-color: #FFFFFF;
	background-color: #CCCCCC;
}

.text {
	font-size: 10px;
	color: #333333;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	}

h1 {font-size: 8px;
	font-weight: normal;
	line-height: 0.8;
	color: #b9b9b9;
	font-family: verdana, Helvetica, Arial, sans-serif;
	}
	
h2 {font-size: 9px;
	text-transform:uppercase;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 8pt;
	color: #999999;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	}

P	{margin-top:5pt}
P.indented {text-indent: -30pt; padding-left: 30pt; margin-top:5pt; margin-bottom:5pt}

img {margin: 1px; border-color: #999999; border-style: solid; border-width: thin;}




