@charset "utf-8";
/* CSS Document */

body {
	background-color: #B0A5A9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color:#96475A;
	text-align: justify;
}

a:link, a:visited {
	color:#994658;
	text-decoration:underline;
} 

a:hover, a:active {
	color:#994658;
	text-decoration:underline;
} 

a:focus {
	outline:none;
} 

h1 {
	font-size:16px;
	color:#994658;
	text-align:center;
	line-height:normal;
	margin:0 0 0 0;
}

h2 {
	font-size:14px;
	color:#994658;
	text-align:left;
	line-height:normal;
	margin:0 0 0 0;
}

.comments {
	color:#994658;
	text-align: justify;
}

#sld_container {
	width: 605px;
	height: 284px;
	position: relative;
	overflow: hidden;
}

#sld_list {
	position: absolute;
	left: 0px;
	top: 0px;
}

input {
	border:1px solid black;
	background-color:#DCE6F2;
	margin-top: 1px;
	width: 500px;
}

textarea {
	border:1px solid black;
	background-color:#DCE6F2;
	width: 500px;
}
 
.Footer,
.Footer a,
.Footer a:link,
.Footer a:visited,
.Footer a:hover,
.Footer a:active{
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
