/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 5px 5px;
	background-color: #99BBBB;
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-x;
	color: 3f2216;
}
table{
	font-size: 9pt;
	line-height: 13pt;
}
form{
	margin: 0px;
	padding: 0px;
}
h1{
	margin: 0px;
	padding: 0px;
}
h2{
	margin: 0px;
	padding: 0px;
}
ul{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3f2216;
	font-size: 9pt;
}

/* Main Shell Styles */
.content-area{
	background-color: #FFFFFF;
	background-image: url(/images/cnt-area-bg.gif);
	background-repeat: no-repeat;
	padding: 25px;
	width: 501px;
}
.navigation-area{
	background-color: #3f2216;
	padding-right: 6px;
	width: 189px;
}

/* Link Hovers */
a:link {
	color: #3f2216;
	text-decoration: underline;
}
a:visited {
	color: #3f2216;
	text-decoration: underline;
}
a:hover {
	color: #99bbbb;
	text-decoration: underline;
}
a:active {
	color: #3f2216;
	text-decoration: underline;
}

/* Text Formats */
.page-title{
	font-size: 18pt;
	font-weight: bold;
	line-height: 21pt;
}
.title-md{
	font-size: 12pt;
	padding-bottom: 5px;
	padding-Top: 5px;
	font-weight: bold;
	line-height: 15pt;
}
.title-sm{
	font-size: 9pt;
	font-weight: bold;
}
.font-sm{
	font-size: 7.5pt;
}

/* Background Colors */
.bg-white {
	background-color: #ffffff;
}
.bg-brown {
	background-color: #3f2216;
}
.bg-light {
	background-color: #ECF2F2;
}

/* Paddings */
.all-3{
	padding: 3px;
}
.all-5{
	padding: 5px;
}
.b-5{
	padding-bottom: 5px;
}


