/* CSS Document */

h1 {
	color: #fff;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	margin-bottom: 0px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
} 

h2 {
	color: #fff;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight:bold;
}

h3 {
	color: #fff;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%
}
 
 h4 { font-family: Garamond, Georgia, "Times New Roman", Times, serif;
 	text-align:left; 
	color: #fff;}

 
h6 {
	color: #fff;
	letter-spacing: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	margin-bottom: 0px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
} 

.bits		{text-decoration: underline; }

.left		 {text-align:left; margin-left: 24px;}

.right		{text-align:right; }

.center		{text-align:center; }
		
body	{
 	
 	margin: 0px;
	padding: 0;
		}

				
		.hide			 {
		display: none;
		}
		img			 {
		display: block;
		border: 0;
		}
		
		a:link {
		font-weight: bold;
		text-decoration: underline;
		color: #fff;
		background: transparent;
}
		a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		background: transparent;
		}
		a:hover {
		font-weight: bold;
		text-decoration: underline;
		color:#ccc;
		background: transparent;
		}
		a:active {
		font-weight: bold;
		text-decoration: none;
		color: #f93;
		background: transparent;}
	
