@charset "utf-8";
/* CSS Document */

body{
	background: #ffffff;
}
div#wrapper{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 890px;
}
p{
	color: #666666;
	font: 12px Georgia;
}
table{
	color: #666666;
	font: 12px Georgia;
}
ul{
	color: #666666;
	font: 12px Georgia;
}
p#PageTitle{
	font: 18px Georgia;
	color: #666666;
	font-weight: bold;
}
.PageTitle{
	font: 18px Georgia;
	font-weight:bold;
	color: #cccccc;
}
.PageSubTitle{
	font: 14px Georgia;
	font-weight:bold;
	color: #cccccc;
}
table#header{
	width: 100%;
	background: #666666;
	color: #ffffff;
	font-family: Georgia;
	font-size: 24px;
}
table#footer{
	width: 100%;
	color: #ffffff;
	font-family: Georgia;
	border-top:1px solid #FFAA00;
	border-bottom:1px solid #FFAA00
}
tr#title{
	font: 12px Georgia;
	font-weight:bold;
	color: #666666;
	background-color: #cccccc;
}
a{
	color: #666666;
	font: 12px Georgia;
}
a:hover{
	color: #cccccc;
	background-color: #666666;
	font: 12px Georgia;
}
.navText {
	font:10px Georgia;
	color: #cccccc;
	letter-spacing:.1em;
	line-height:16px;
}
	
#navigation a {
	font:10px Georgia;
	color: #cccccc;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #cccccc;
	}
	
#navigation a:hover {
	color:#666666;
	background: #cccccc;
	}
	
table#footer{
	width: 100%;
	color: #666666;
	font-family: verdana;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666
}
.navTextBottom {
	font:10px verdana;
	color: #666666;
	letter-spacing:.1em;
	line-height:16px;
}	
#navigationbottom a {
	font:10px verdana;
	color: #666666;
	text-decoration: underline;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	}
#navigationbottom a:hover {
	color:#cccccc;
	background: #666666;
	}
