/* LINKS SECTION */	
a:link
	{
	color: #999999;
	text-decoration: none;
	}

a:visited
	{
	color: #999999;
	text-decoration: none;
	}
	
a:hover
	{
	color: #01814a;
	text-decoration: none;
	}

a:active
	{
	color: #999999;
	text-decoration: none;
	}






/* TEXT */	
body 	{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;	
	line-height: 125%;
	}

DIV#containerRight
		{
	font-family: Helvetica, sans-serif;
	font-size: 10px;	
	letter-spacing: 2px;
	line-height: 130%;
	color: #414141;
	letter-spacing: 2px;
		}	
		
DIV#containerLeft
		{
	font-size: 10px;	
	letter-spacing: 2px;
	line-height: 175%;
		}			


h1 	{
	font-family: Georgia, serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #434343;
	/* text-transform: uppercase; */
	}
	
h2 	{
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #999999;
	line-height:115%;
	/* text-transform: uppercase; */
	}	
	
h3 	{
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999999;
	}		
	
h4 	{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #DDDDDD;
	line-height:115%;
	text-align: center;
	/* text-transform: uppercase; */
	}	
	

.legal 	{
	font-family: Helvetica, sans-serif;
	font-size: 6px;
	text-align: center;
	}		
	
.news 	{
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	line-height: 125%;
	letter-spacing: 1px;
	}
	
	
ul#twitter_update_list {
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
	line-height: 125%;
	letter-spacing: 1px;
	list-style-type: none;
	}	

ul#twitter_update_list a
	{
	display:block;
	margin-bottom: 10px;
	}	

