/* -------------------------------------------
 I'm Just Saying
 ------------------------------------------- */
h1,h2,h3,h4{
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #800000;
}

h2 {
	color: #B25E09;
	font-size: 14px;
	text-align: left;
}

h3 {
	color: #000000;
	font-size: 80%;
	text-align: left;
}

h4 {
	color: #000000;
	font-size: 70%;
	text-align: center;
}



p {
	font-family : Arial, Helvetica, sans-serif;
	Font-Size : 13px;
	Color : #000000;
	line-height: 140%;
	
}

a:link {
	color: #000000;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #B25E09;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #000000;
	background-color: transparent;
	font-weight: normal;
}

ul{
                  font-weight: normal;
	font-family: Arial, sans-serif;	
                  color: #000000;
                  font-size: 75%;	
                  margin-top: 3px;
	padding: 0 0 10px 30px;
	list-style: none;
	
}




/* ----------------------------------------

------------------------------------------- */