/* CSS Document */

body		{ background-color:#EFEFEF;
			margin: 10px;
		}

/*text and stuff*/

.title	{	font-size:18px;
			color:#006600;
			letter-spacing: -20%;
			font-family: Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-transform:lowercase;
		}
		
			
.text	{	
			padding-left: 10px;
			padding-right: 10px;
			font-size:11px;
			color: #555555;
			font-style: normal;
			font-family:Arial, Helvetica, sans-serif;
			line-height: 150%;
			text-align:justify;
	 	 }
.sub	{ font-size: 9px;
		   line-height:90%;
		   }
	  
.highlight	{	font-size:14px;
			font-family:Arial, Helvetica, sans-serif;
			line-height: 16px;
			font-weight:bold;
	  	}
		
a		{	color: #009900;
			text-decoration:none;
			
		}
		
a:hover	{	color:#949D1C;
			font-style:normal;
			text-decoration: underline;
		}
		
		
.text ul {
			list-style-type:none;
			padding-left: 10px;
			margin-left:10px;
			}
.text li{
			background: url(../_img/bullet.gif) left center no-repeat;
			padding-left: 21px;
			margin-bottom: 10px;
			}
		

/* layers */
	.banner
	{
		background:#FFFFFF;
		clear:both;
		width: 800px;
		height: 150px;
		top: 0px;
		padding: 0px;

	

	
	

	}
	
		
	.main
	{
	
		background:#FFFFFF;
		clear:both;
		width: 800px;	
		top: 0px;
		padding: 0px;
		border : 2px double #CCCCCC;
	
	}

	.footnote
	{
	border-top: 1px solid #CCCCCC;
	
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 90%;
	text-align:center;
	
	}
	
	
	/* sub navi */
	
	.sub_navi{}
	
	.sub_navi ul{
	
	list-style-position: inside;
	position: relative;
	left:-30px;
	width: 130px
	}
	.sub_navi li{
	
	text-align:left;
		background-color: #CCCCCC;
	display:block;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
		list-style:none;
			font-size:15px;
		font-family:Arial, Helvetica, sans-serif;
		color: #333333;
		letter-spacing:-50%;
		line-height:200%;
		font-weight:bold;
	


		}
	.sub_navi li a{

	display:block;
font-weight:100;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		
				line-height:200%;
		text-decoration:none;
		color: #FFFFFF;
		}
	.sub_navi li a:hover{
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;

		display:block;
				line-height:200%;
		background-color: #006600;
		text-decoration:none;
		color: #FFFFFF;
		}