/* CSS Document */

a:link, a:visited, a:active {
	color: #D41856;
	text-decoration: none;
}

a:hover {
	color: #911842;
	text-decoration: none;
	font-weight: bold;
}

body {
	background-color: #E2C6CF;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-weight: lighter;
	font-variant: small-caps;
	font-size: 15px;
	text-align: center;
	letter-spacing: 6px;
	color: #e3aec0;
	margin-top: 3px;
	line-height: 20px;
	/*border-bottom: 1px solid #c71144;*/
	background-color: #482e37;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
}

h2 {
	font-family: "Monotype Corsiva", cursive, "Times New Roman", serif;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 6px;
	color: #7B183A;
	margin-top: 0px;
	line-height: 12px;
	border-bottom: 1px solid #482e37;
}

input, select, textarea {
	background-color: #E3AEC0;
	border-style: double;
	border-width: 3px;
	border-color: #482E37;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #482E37;
}

p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
}

ul {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000;
}

.date {
	color: #7B183A;
	font-variant: small-caps;
}

#footer {
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}

.header{
	font-variant: small-caps;
	font-weight: normal;
	text-align: right;
	color: #7B183A;
	margin-top: 0px;
	margin-bottom: -7px;
	line-height: 10px;
	border-bottom: 1px solid #000;
}