@charset "utf-8";
/* CSS Document */

body
	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
/*IMAGE styles*/
a img
	{
		border: none;
	}
.center
	{ 
		text-align: center;
	}
img.center
	{
		display: block;
		margin: 0 auto;
	}
	
img.right
	{
		display: block;
		float: right;
		padding: 5px 0px 5px 10px;
	}
	
img.left
	{
		display: block;
		float: left;
		padding: 5px 10px 5px 0;
	}
/* LINK styles */
a
	{
		text-decoration: none;
	}
a:link 				
	{
	color: #0033FF;
	}
a:visited			
	{
	color: #990099;
	 }
a:hover, a:active	
	{
	color: #66ccff;
	}

/*special paragrahps*/
.gallery_p 
	{
		border: solid #ccc 1px;
		padding:5px;
		margin: 10px 0;
	}

/*HEADINGS*/
h1, h2, h3, h4, h5, h6
	{
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		background: transparent url('images/bullet_large.png') no-repeat center left;
		padding: 2px 0 2px 20px;
		margin: 15px 0 10px 0;
		border-bottom: solid #000 1px;
		/*border-top: solid #000 1px;*/		
	}

h1
	{
		font-size: 18px;
		height: 22px;
	}


h2
	{
	font-size: 18px;
	width: 100%;
	height: 22px;
	background: transparent url('images/bullet_large.png') no-repeat center left;
	background-color: #CCCCCC;
	border: none;
	padding: 2px 0 2px 20px;
	margin: 15px 0 10px 0;
	}
	
h3
	{
		font-size: 16px;
		padding: 3px 0 2px 20px;
		margin: 15px 0 10px 0;
	}
	
h4
	{	
		height: 18px;
		font-size: 14px;
		padding: 4px 0 2px 20px;
		margin: 15px 0 10px 0;
	}
	
h5
	{
		height: 16px;
		font-size: 12px;
		padding: 6px 0 2px 20px;
		margin: 15px 0 10px 0;
	}

h6
	{	
		width: 150px;
		height: 15px;
		font-size: 10px;
		font-weight: normal;
		background: transparent url('images/bullet_small.png') no-repeat center left;
		padding: 2px 0 2px 15px;
		border: none;
		margin: 0;
		float: right;
		color: #999999
	}
/*Spans*/
