/* CSS Document */
body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 0.73em;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	color:#504b44;
}
p, blockquote, ul, ol, dl, dd, li, dir, {
	
	
}
.small {
	font-size:	90%;
}
.highlight {
	font-weight:	bold;
}
.reverse {
	color: #7b9651;
!important
}
.reverse2 {
	color: #504b44;
!important
}
.white {
	color: #fff;
}
a:link {
	text-decoration:	none;
	font-weight:	normal;
	color: #5d6d44;
!important
}
a:visited {
	text-decoration:	none;
	font-weight:	normal;
	color: #5d6d44;
!important
}
a:active {
	text-decoration:	none;
	font-weight:	normal;
	color: #5d6d44;
!important
}
a:hover {
	text-decoration:	underline;
	color: #5d6d44;
!important
}
h1 {
	font-family: Arial, Verdana, Tahoma;
	color:#504b44;
	font-size:	1.3em;
	font-weight:	normal;
	font-style:	normal;
	margin:0;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
.Fakeh1 {
	font-family: Arial, Verdana, Tahoma;
	color:#FFF;
	font-size:	1.3em;
	font-weight:	bold;
	font-style:	normal;
	margin:0;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

h2 {
	font-family: Arial, Verdana, Tahoma;
	color:#504b44;
	font-size: 1.15em;
	font-weight: bold;
	font-style:	normal;
	margin:0px;
	padding:0px;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
h3 {
	font-family: Arial, Verdana, Tahoma;
	color:#504b44;
	font-size: 1.0em;
	font-weight:	bold;
	font-style:	normal;
	margin:0;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.nav {
	color: #FFF;
	font-size: 95%;
	font-family: Arial, Verdana, Tahoma;
	padding:0px;
	margin:0px;
}

.nav a:link,
.nav a:visited, 
.nav a:active {
	color:#FFF; !important
	text-decoration:none;
}
.nav a:hover {
	color:#FFF; !important
	text-decoration:underline;
}



.footer {
	color: #504b44;;
	margin-top: 4px;
	font-size: 95%;
	font-family: Arial, Verdana, Tahoma;
}
.footer a, 
.footer a:visited, 
.footer a:active {
	color:#5d6d44; !important
	text-decoration:none;
}
.footer a:hover {
	color:#5d6d44; !important
	text-decoration:underline;
}

.TitleRow {
	background-image: url(images/TitleRowBG.jpg);
}

.TitleRow a {
	color:#FFF;
	text-decoration:none;
}
.TitleRow a:visited, .TitleRow a:active, .TitleRow a:hover {
	color:#FFF;
	text-decoration:underline;
}

.Side {
	color: #FFF;
	font-size: 85%;
	font-family: Arial, Verdana, Tahoma;
	padding:0px;
	margin:0px;
}

.Side a:link {
	color:#FFF; !important
	text-decoration:none;t
}

.Side a:visited, 
.Side a:active {
	color:#FFF; !important
	text-decoration:none;
}
.Side a:hover {
	color:#FFF; !important
	text-decoration:underline;
}

.sidebarTitle {
	background-image:url(images/sidebarTitleBG.jpg);
	height: 12px;
	width: 219px;
	padding:8px;
	margin:0px;
}
.sidebarFade {
	background-image:url(images/sidebarFadeBG.jpg);
	padding:10px;
	margin:0px;
}

/* Form elements */

.formbutton:link, .formbutton:visited, .formbutton:active{
background-color: #726659;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: 1em Arial, Verdana, Tahoma;
}
.formbutton:hover{
background-color: #7b9651;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: 1em Arial, Verdana, Tahoma;
}



