p, body, html, ul {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 13px;
	/* text-align: justify; */
	}
	
	
body {
	background-color: #d9d9d9;
	background-image: url(images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	}
	
a, a:visited, a:active {
	color: #FF0000;
	text-decoration: none;
	}
	
a:hover {
	color: #990000;
	text-decoration: none;
	}	
	
.normal {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 10pt;
	text-align: left;
	}
	
.huge {
	font-size: 16px;
	font-weight: bold;
	}

.large {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	}

.content {
	font-size: 13px;
	margin: 7px;
	}
	
.footer {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 8pt;
	text-align: center;
	}
	
.imgsmall {
	padding: 10px
	}
	
.imgmedium {
	padding: 20px;
	}
	
.imglarge {
	padding: 30px;
	}
	
.navlinks {
	font-size: 11px;
	font-weight: bold;
	position:relative;
	width: 450px;
	text-align: right;
	top: 55px;
	left: 300px;
	}
	
hr {
	height: 0px;
	border: 1px solid;
	}