td {
	font-family: Verdana;
	font-size: 9px;
	color: #252324;
}
.border {
	border: 2px solid #CC9999;
}
.borderWhite {
	border: 2px solid #ffffff;
}
.borderBeige {
	border: 5px solid #DCC5B6;
}
a {
	text-decoration: none;
	color: #252324;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;


}
a.LinkDotted:link {
	color: #eeeceb;
	text-decoration: none;
}
a.LinkDotted:visited {
	color: #eeeceb;
	text-decoration: none;
}
a.LinkDotted:active {
	color: #eeeceb;
	text-decoration: none;
}
a.LinkDotted:hover{
	text-decoration: none;
	color: #eeeceb;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996666;

}
.field{
	width: 250px;
	padding: 5px;
	background-color: #c6bfb9;
	border: solid 3px #241c1a;
}
.button{
	font-size: 14px;
	font-style: underline;
	font-weight: bold;
	background-color: #b7aca6;
	border: none;
}
.logo {
	width: 456px;
	height: 130px;
	display: block;
	background: url(../images/logo.gif);
	text-indent: -9999px
}
a.logo {
	background: url(../images/logo.gif) 0 0 no-repeat;

}
a.logo:hover {
	display: block;
	background: url(../images/logo.gif) 0 -130px no-repeat;
	
}
