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

/* commented backslash hack v2 \*/
* html {overflow:auto;} 
/* end of hack */

.clear {clear:both;}
.clear-rt {clear:right;}

/* The next two id sections are to allow the entire page to center */

#wholepage {
	width: 900px; 
	margin: auto; 
}

#page-contents {
	width: 100%; 
}


body {
	background-color: #FFFFFF;
	background-image:url(images/paper.jpg);
	background-repeat: repeat;
}


/* Anchor statements */
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a img {border: none;}


.style1 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-weight: bold; 
}
.style5 {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
}
.style7 {
	color: #333333;
	font-weight: bold;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #000000; 
}
.red {
	color:#F00;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: large; 
	color: #000000; 
}
.quote-large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-large;
	color: #000000; 
}