		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,
		input,textarea,p,blockquote,th,td {padding:0;margin:0;}
		h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:100%/1.4;}
		q:before,q:after {content:'';} abbr,acronym {border:0;}
		body{text-align: left;text-shadow:rgba(0,0,0,0.01) 0 0 0;}
		address,caption,cite,code,dfn,em,strong,th,var 
		{font-weight:inherit;font-style:inherit;
		vertical-align:baseline;} html {font-size:100.01%;}
		caption,th {text-align:left;} img,object {max-width:100%;}
		fieldset,img {border:0;} ol,ul {list-style:none;}
		table {border-collapse:collapse;border-spacing:0;}
		:link, :visited {text-decoration:none;}
		a img,:link img,:visited img {border:none;}
		article,aside,dialog,figure,footer,header, 
  		hgroup,menu,nav,section {display:block;} 

	body
	{
	font:62.5%/1.5 "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	text-align:center;
	color:rgb(154,152,159);
	background-color:rgb(255,255,255);
	margin:3em 6em;
	}
	
html>body 
	{
	font-size:11px;
	}

	p 
	{
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
	width:33em;
	}
	
	h1 
	{
	line-height:1em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
	
	margin: 0 1em;
	font-size:3.5em;
	color:rgb(170,170,190);
	}
	
	h2 
	{
	font-size:1.1667em;
	line-height: 1.286em;
	margin:1em 0 0.6em 4em;
	font-weight:normal;
	
	color:rgb(144,142,149);
	}

	h3
	{
	font-size:1.1667em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight:normal;
	
	color:rgb(150,150,150);
	margin-bottom: 0.2em;
	shadow:50;	
	display:inline;	
	}
		
	h4
	{
	font-size:1.1667em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight:normal;
	
	line-height: 1.7em;
	margin-bottom: 1.7em;
	}
	
	h5
	{
	font-size:1.1667em;
	line-height: 1.286em;
	margin:1.929em 0 0.643em 0;
	font-weight:normal;
	}
	
#container
	{
	text-align:left;
	width:950px;
	margin:0 auto;
	background:rgb(255,255,255) url(background.gif) no-repeat fixed 0 0; 
	}
		#tabs{height:400px;}
.nav
	{
	text-align:right;
	font-size:1.5em;
	}

	.nav ul {text-align:center;display:inline;}
	.nav li {display:inline;margin:20px;}		
	
		p, blockquote, pre, label {margin:1.5em 0;font-weight:normal;}

		p {width:360px;color:rgb(150,150,150);line-height 1.5em;}
		
		p.intro{margin-top:0;}
		
		p.intro:first-line 
		{
		font-weight:bold;
		font-variant:small-caps;
		font-size:1.2em;
		}

	a:link {color:rgb(134,132,159);font-weight:normal;}
	a:visited {color:rgb(134,132,159);font-weight:normal;}
	a:hover {color:rgb(104,102,125);font-weight:normal;}
	a:active {font-weight:normal;}

		blockquote
		{
		width:200px;
		margin:5px 15px;
		padding:5px 0;
		border:3px double rgb(100,100,100);
		border-width:3px 0;
		font-size:1.4em;
		text-align:center; 
		}

		.left {float:left;}
		.right {float:right;}
		
		.copyright:after {content:"1995-2009";}
			
address{font-size:1.2em;}

			.smaller{font-size:0.7em;}
			.larger{font-size:1.6em;}
			
			
			
			
			
			
			a:link {
background: #fff;
color: #000;
font-weight: bold;
text-decoration: none;
border-bottom: 1px #000 solid;
padding-bottom: 2px;
}
 
a:visited {
background: #fff;
color: #800080;
font-weight: bold;
text-decoration: none;
border-bottom: 1px #000 solid;
padding-bottom: 2px;
}
 
a:focus, a:hover, a:active {
background: #000;
color: #fff;
font-weight: bold;
text-decoration: none;
border-bottom: 1px #000 solid;
padding-bottom: 2px;
}