/* CSS Document */

html {
	font-size: 100%;
	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/Backdrop.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	font-size: 90%;
	}
	
.maincontent {
	font-size: 90%;
	}

.textcontent {
	padding-right: 10px;
	}

.footer {
	font-size: 80%;
	border-top: 1px solid #333333;
	}

a {
	color: #0000CC;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #009999;
}

a:active {
	text-decoration: none;
	color: #333333;
}

h1 {
	font-size: 110%;
	}