/* @override http://www.billfishblast.com/site/css/reset.css */

* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
h1,h2,h3,h4,h5,p,a,li,ul {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: times;
}	
 
ul li{
	list-style-type: none;
	
}
 
fieldset {
	border-style: none;
}
 
a img{
	border: none;
}
 
h1{
	color: #57360f;
	font-size: 30px;
	margin-bottom: 15px;
	padding-top: 15px;
}

h2{
	color: #57360f;
	margin-left: 25px;
	margin-bottom: 15px;
	font-size: 20px;
	margin-top: 15px;
}

h3{
	text-align: left;
	font-size: 20px;
	color: #57360f;
	margin-top: 10px;
}

.bold{
	font-weight: bold;
}

.italics{
	font-style: italic;
	color: #797979;
}