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

html, body {
}

#window {
background-image:url(../../images/ui/window_bgd.jpg);
background-position:center top;
background-repeat: repeat-x;
padding: 10px;
margin: 0 auto;
}

#window h1,#window h2,#window h3,#window h4,#window h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 22px;
color: #733E06;
}
#window p {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color: #333333;
	line-height: 28px;
	margin:10px 0px 0px 0px;
}

#window p.sm {
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	color: #333333;
	line-height: 20px;
	margin:10px 0px 0px 0px;
}

#window .bg {
font-size:16px;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
color: #733E06;
line-height: 24px;
margin:10px 0px 0px 0px;
}
#window a {
	text-decoration:none;
	color: #733E06;
	padding: 5px 20px;
}
#window ul {
margin:0 0 10px 0;
padding:0;
list-style: none;
}
#window ul li{
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color: #733E06;
line-height: 22px;
text-align: center;
margin: 0;
padding: 3px;
}
#window ul li:hover {
background-color:#733E06;
}

#window li a:focus, #window li a:hover, #window li a:active {
color: #FFFFFF;
}
