/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:url(bg1.jpg);
}

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	color: #1D74A6;
	font-weight:bold;
}
h1 {color:#000033;
	font-size:xx-large;
   }
h2 {
	color:#006633;
}

hr {
	display: none;
}
ul {font-size:14px;
	color:#000033;
}

li {color:#000033;
	background-repeat:no-repeat;
	list-style-image:url(bullet.gif);
	list-style-position:inherit;
	list-style-type:upper-roman;
	font-size:12px;
	line-height:15px;

	}





