/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D3B699;
	background-image: url(../images/bkgrd.gif);
	background-repeat: repeat-x;
}
A:link {
	color: #77594E;
	text-decoration: none;
	
}

A:visited {
	color: #77594E;
	text-decoration: none;
}
	
A:hover{text-decoration:none;
	color: #77594E}
	
.text {	
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	line-height: 16px;
	color: #77594E;
}

.footer {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	line-height: 16px;
	color: #77594E;
}

.border {
	border: 1px solid #F0DEB9;
}

h1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DC148B;
	font-weight: bold;
}


.button {	font-family: Verdana, Arial, Sans Serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #BB6488;
	border: 1px solid #F9D2E3;
	margin: 2px;
	padding: 2px;
}

.borderForm {

	border: 1px solid #8BA6C7;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 13px;
	line-height: 18px;
	color: #47515A;
}

