	a:hover {
		color:				#F08400;
		text-decoration: underline;
	}
		
	#navcontainer {
		color:				#666666;
		z-index:			10;
		overflow:			visible;
		text-align:			right;
		vertical-align:		bottom;
	}
	#navcontainer a {
		text-decoration:	none;
		color:				#666666;
	}
	#navcontainer a:hover {
		text-decoration:	none;
		color:				#F08400;
	}

	#footer {
		font-family:		Verdana;
		font-size:			10px;
		text-align:			center;
	}
	
	p, th, td, input, textarea, select, div {
		font-family:		Verdana;
		font-size:			11px;
	}
	
	body {
		background-image:	url(background.jpg);
		background-color: #cccccc;
		background-repeat: repeat;
		font-family:		Verdana;
    }

	a  { color: #f08400; font-family: Verdana; text-decoration: none }
#navlist
	{
		text-align:			right;
		vertical-align: 	bottom;
	}

	#navlist a:link, #navlist a:visited
	{
		text-align:			right;
		text-decoration:	none;
		vertical-align:		bottom;
	}
	
	#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
	{
		text-align:			right;
		vertical-align:		bottom;
		color:				#F08400;
	}
	
	
div.quote{
	background: #eee;
	border: 1px solid #e5e5e5;
	padding: 15px;
	color: #333;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia,"Times New Roman", serif;
}
div.quote hr{
	height: 0px;
	margin: 10px 20px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}
div.quotesub{
	font-style: italic;
	text-align: right;
	padding: 0 10px 0 0 ;
	color: #b5b5b5;
	font-size: 10px;
}

tbody p {
	color: #333;
	line-height: 16px;
	text-align: left;
}
