* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000033;
	background-image: url(images/background_grey.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #FAF6F5;
}

p, ol, ul
{
	text-align:justify;
}

a {
	font-size: small;
	color: #003399;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #993300;
}
a:active {
	color: #993300;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 20px;
	color:#95593D;
	font-weight: normal;
	letter-spacing: normal;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
h3 {
	font-size: 18px;
	color:#95593D;
	font-weight: normal;
	letter-spacing: normal;
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

img {
	border-width:0px;
}

textarea
{
	width:400px;
	height:200px;
}