body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: arial, sans-serif;
	font-color: #000000;
	font-size: 12px;
}

table {
	font-family: arial, sans-serif;
	font-color: #000000;
	font-size: 12px;
}

img{
	border:0;
}

a:link, a:visited, a:active{
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

a:hover{
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

.title{
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #ee8915;
	border-bottom: 1px solid #ee8915;
	font-weight: bold;
	text-transform: uppercase;
}

.toptitle{
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ee8915;
	border-bottom: 1px solid #ee8915;
	font-weight: bold;
}

.footer{
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}

.tbag{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: italic;
	text-transform: lowercase;
}

#navlist a{
	width: 148px;
	text-align:right;
	display: block;
	padding: 0px;
	border: 0px;
	font-weight:bold;
	font-size: 14px;
	letter-spacing: 1pt;
	text-align:justify;
	line-height: 40px;
	color: #000000;
	border-bottom: 1px solid #ee8915;
}

#navlist a:link, #navlist a:visited {
	display: block;
	color: #000000;
	background-color: #ee8915;
	text-align:right;
	font-weight: bold;
	background-image: url('images/menubg.jpg');
}

#navlist a:hover, #navlist a:active {
	display: block;
	background-color: #FFFFFF;
	background-image: url('images/menubghover.gif');
	color: #000000;
	text-align: right;
	font-weight: bold;
}

blockquote{
	border: 1px solid #ee8915;
	background-color: #eeeeee;
	padding: 10px;
}
	
