/* This is the style sheet for all pages */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #999999;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a:link {  color: #666666; text-decoration: underline}
a:visited {  color: #666666; text-decoration: underline}
a:active {  color: #000000; text-decoration: underline}
.big {
	font-size: 12pt;
}
a:hover {
	color: #999999;
}
.copyright {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 3px 10px 0px;
	padding: 3px 10px 0px;
	line-height: 16px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;

}
.small {
	font-size: 8pt;
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}
.rightedge {
	background-image: url(../images/rightshadow.gif);
	background-repeat: repeat-y;
}

.stuff {
	font-size: 9px;
	color: #999999;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
