body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D705D;
	background-color: #F7F5E4;
	margin: 0px;
	padding: 0px;
}
a {
	color: #7D705D;
	text-decoration: underline;
}
.NiceLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #C68C63;
	text-decoration: none;
}
.darklinks a{
	color: #333333;
	text-decoration: underline;
}
.BrightOrangeHeader {
	font-size: 12px;
	font-weight: bold;
	color: #DB9439;
	margin-bottom: 5px;
}
.NoUnderlineLink {
	text-decoration: none;
}

.NoUnderlineLink:hover {
	text-decoration: underline;
}



a.NiceLink:hover {
	color: #756D65;
}

/*
a.Bubble strong {
    display: inline;
}
a.Bubble:hover strong {
    display: none;
}
*/
.Bubble a
{
    position: relative;
}
.Bubble a .BubbleOver {
	display: none;
}


.Bubble a:hover .BubbleOver {
	display: block;
}


.Bubble a:hover {
    display:block;
}

/*.Bubble a:hover .BubbleOver {*/

/*
a.Bubble img  {

    display: none;
}

   
a.Bubble:hover img {

    display: inline;
}
*/
    /*
a.Bubble:hover div {
    display: none;
}

a.Bubble span {

    display: none;
}

a.Bubble:hover span {
    display: inline;
}
*/

/*
a.Bubble:hover img.BubbleInner {
    display: none;
}

a.Bubble img.BubbleInner {
    display: inline;
}

*/
fieldset {
	border:0px solid #948A7B;
	border-top:2px solid #948A7B;
}

fieldset legend 
{

}

fieldset fieldset {
	margin-bottom:10px;
	padding:5px;
	border:1px solid #948A7B;
}

input.text, input.password, input.submit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F7F5E4;
	border: 1px solid #948A7B;
	margin-bottom:3px;
}


input[type="text"], input[type="password"], input[type="submit"], textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F7F5E4;
	border: 1px solid #948A7B;
	margin-bottom:3px;
}

.ContactForm input, .ContactForm textarea, .ContactForm select
{
	width: 300px;
}
label {
	color: #333333;
}
.Error {
	color: #CC3300;
}
.BlueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #94BEE0;
}
