body,td,th {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
}
H1 {
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.title {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #5A6382;
	font-weight: bold;
	text-decoration: none;
}
.title:link {
	color: #5A6382;
	text-decoration: none;
}
.title:visited {
	color: #5A6382;
	text-decoration: none;
}
.title:hover {
	color: #5A6382;
	text-decoration: none;
}
.title:active {
	color: #5A6382;
	text-decoration: none;
}
.titlelink {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #5A6382;
	font-weight: bold;
	text-decoration: none;
}
.titlelink:link {
	color: #5A6382;
	text-decoration: underline;
}
.titlelink:visited {
	color: #5A6382;
	text-decoration: underline;
}
.titlelink:hover {
	color: #5A6382;
	text-decoration: underline;
}
.titlelink:active {
	color: #5A6382;
	text-decoration: underline;
}
body {
	background-color: #EDEDED;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
    background-repeat: repeat-y;
	background-position: center;
	text-decoration: none;
}
html>body {
	margin:0
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.navbg {
	background-image: url(images/bg_nav.jpg) ;
	background-repeat: repeat-y;
}