/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg-pattern.jpg);
}
.headerbg {
background-image: url(../images/header_bg.jpg);
background-repeat:repeat-x;
}
.brownbold {
color:#663401;
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.brownbold a {
color:#663401;
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.whitetext {
color:#FFFFFF;
font-family:"Trebuchet MS";
font-size:11px;
text-decoration:none;
}

.rightMenu {
color:#000000;
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.rightGrey {
color: #666666;
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.whitetext a {
color:#FFFFFF;
font-family:"Trebuchet MS";
font-size:11px;
text-decoration:none;
}
.whitebold {
color:#FFFFFF;
font-family:"Trebuchet MS";
font-weight:bold;
font-size:12px;
text-decoration:none;
}
.blackbold {
color:#090803;
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.blacktext {
color:#090803;
font-family:"Trebuchet MS";
font-size:12px;
text-decoration:none;
}
.blacktext a{
color:#090803;
font-family:"Trebuchet MS";
font-size:12px;
text-decoration:none;
}
.moretext {
color:#340100;
font-family:"Trebuchet MS";
font-weight:bold;
font-size:12px;
text-decoration:none;
}
.moretext a {
color:#340100;
font-family:"Trebuchet MS";
font-weight:bold;
font-size:12px;
text-decoration:none;
}
.tabbedborder
{
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:2px;
	border-left-color:#666666;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:2px;
}
.tabbedborder1
{
	border-bottom-color:#d7d0bd;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#d7d0bd;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#d7d0bd;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#d7d0bd;
	border-right-style:solid;
	border-right-width:1px;
}
.blackbold16px {
color:#090803;
font-family:"Trebuchet MS";
font-size:16px;
font-weight:bold;
text-decoration:none;
}
input.text
{
   font-size:11px;
   font-family:"Trebuchet MS";
   color:#090803;
   background-color:#fff8de;
   border-style:solid;
   border-color:#999999;
   border-width:1px;
}
input.button
{
   font-size:12px;
   font-family:"Trebuchet MS";
   color:#FFFFFF;
   background-color:#666666;
   border-style:solid;
   border-color:#999999;
   border-width:1px;
   width:50px;
   height:20px;
}
.textarea {
    font-family:"Trebuchet MS";
	background-position: center;
	background-color:#fff8de;
	font-size: 11px;
	color: #090803;
	border: 1px solid #999999;
}