/*Main Element Styles*/



html, body {

	font-size : 12px;

	line-height : 15px;

	margin:0;

	padding:0;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#333;

	background-color:white;

	}



b {

	font-size : 12px;

	line-height : 15px;

	font-weight: bold;

	}



p {

	font-size : 12px;

	line-height : 15px;

	}



br {

	line-height: 15px;

	}



ul {

	font-size : 12px;

	line-height : 15px;

	list-style-type: none;

	padding: 0;

	margin: 0;

	}



ol {

	font-size: 12px;

	line-height: 15px;

	list-style-type: decimal;

	list-style-position: outside;

	margin: 0 0 0 20px;

	padding: 0;

	}



a {

	color: black;

	text-decoration: none;

	}



a:link {

	color: gray;

	text-decoration: underline;

	}



a:visited {

	color: gray;

	text-decoration: underline;

	}



/*Main Class Styles*/



.title {

	color: #000;

	font-size : 15px;

	line-height : 15px;

	font-weight: bold;

	}



.small_text {

	font-size : 10px;

	line-height : 15px;

	}



.banner {

	margin-top: 30px;

	margin-bottom: 70px;

	border-bottom: 1px solid black;

	height: 30px;

	}



.banner_title {

	font-size: 12px;

	font-weight: bold;

	line-height: 14px;

	}



.invisible_box	{

	margin: 10pt 5pt;

	}



.blue_dark_box {

	position: relative;

	left: 10%;

	}



/*List Elements*/



#arrow li {

	list-style-image: url(../images/arrow.gif);

	list-style-position: outside;

	display: list-item;

	margin-left: 15px;

	}



/*Navigation Elements*/



#navlist {

	display: none;

	}



/*Layout Styles*/





#Search {

	display: none;

	}



#wrapper {

	position: relative;

	left: 10%;

	right: 10%;

	width:80%;

	}



#footer {

	color: #999;

	padding-top: 20px;

	width: 100%;

	clear: both;

	}



#navigation {

	display: none;

	}


