/* CSS Typography Document */

/* rollovers */
th a:link, 
th a:active, 
th a:visited,
h1 a:link, 
h1 a:active, 
h1 a:visited,
h2 a:link, 
h2 a:active, 
h2 a:visited,
h3 a:link, 
h3 a:active, 
h3 a:visited,
h4 a:link, 
h4 a:active, 
h4 a:visited,
h5 a:link, 
h5 a:active, 
h5 a:visited,
h6 a:link, 
h6 a:active, 
h6 a:visited,
p a:link, 
p a:active, 
p a:visited
	{
	text-decoration:none;
	color:#F60;
	background-color:transparent;
	}
p a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover
	{
	text-decoration:none;
	color:#444;
	}
/*
td a:hover,	
p a:hover,	
.block_2b p a:hover
	{	
	color:#008000;
	background-color:transparent;
	text-decoration:underline;
	}*/
			
/* rollovers end*/

h1, h2, h3, h4, h5, h6	
	{
	font-family:Arial, Helvetica, sans-serif,;
	font-weight:normal;
	background-color: transparent;
	}

p
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom: 20px;
	line-height:1.6em;
	}
	
p, input, textarea, select, .more_btn, .back_btn, .go_btn, .date, li	
	{
	color:#626262;
/*	background-color:transparent;*/
	text-decoration:none;
	font-size: .7em;
	}

h1
	{
	margin-bottom: 30px;
	font-size: 2em;
	line-height:1em;
	color:#999999;
	letter-spacing:-.06em
	}

h2 
	{
	margin-bottom: 10px;
  	font-size: 1.1em;
	line-height:1em;
  	color:#626262;
	letter-spacing:-1px;
	}

h3 
	{
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height:1.2em;
	color: #626262;
	letter-spacing:-.02em;
	}

h4
	{
	margin-bottom: 0px;
	font-size: 0.6em;
	line-height:0.6em;
	color: #626262;
	}
	
h5
	{
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height:1.2em;
	color: #666666;
	}
		
h6
	{	
	margin-bottom: 4px;
	font-size: 0.6em;
	line-height:1.2em;
	color: #626262;	
	}
th
	{
	text-transform:uppercase;
	}	 
.footer
	{
	font-size: .9em;
	color:#626262;
	background-color:transparent;
	}	
.footer a, .footer p a
	{
	color:#626262;
	background-color:transparent;
	text-decoration:underline;
	}

ul
	{
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
	}

	
.uppercase
	{
	text-transform:uppercase;
	}		
	
