Body {
	background-image: url(../images/bkgnd.jpg);
	background-repeat: repeat-x
}
A:link {color: #0000FF;}
A:active {color: #FF0000;}
A:visited {color: #0000FF;}
A:hover {
	color: #FF0000;
	background-color: #CCCCCC;
}
table {
	font-family: Arial;
	font-size: 100%;
	text-align: justify;
}

.globalstyle {
	font-family: Arial;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: justify;
	background-image: url('none');
	background-repeat: no-repeat;
	color: #000000
}
.largetext {
	font-family: Arial;
	font-size: 150%;
	color: #0000FF;
	text-align: center;
	font-weight: bold;
}
.smalltext {
	font-family: Arial;
	font-size: 75%;
}
.smallcenteredtext {
	font-family: Arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;

}
.paragraphheader {
	font-family: Arial;
	font-size: 100%;
	color: #0000FF;
	font-weight: bold;

}
.DefaultCursor {
	cursor:default
}
