﻿body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	margin-top:0
}

p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight:normal;
}
td {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight:normal;
}
ul {
list-style-image:url('../images/bullet.gif');
}

}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#menu {
	width: 180px;
	padding: 15px 10px;
	background-color: #808080;
}
/* <H1> */
h1
{
	font-size:			130%;
}

.navigation a{
	color: #FFFFFF;
	text-decoration: none;

}

.navigation a:hover {
	color: #FFCCFF;
	text-decoration: none;
}
