body {
	background-image: url('../images/bg.jpg');
	background-color: #F0ECE3;
	font-family: Century Gothic; Arial;
	font-size: 13px;
	color: #000000;
	margin: 0px;
}


div {
	font-family: Century Gothic; Arial;
	font-size: 13px;
}

td {
	font-family: Century Gothic; Arial;
	font-size: 13px;
	color: #000000;
}

td.blue { 
	background-image: url('../images/bg-bluefade.jpg');
	border-color: silver;
	border-width: 1px;
	border-style: solid; 
	}

p {
	font-family: Century Gothic; Arial;
	font-size: 13px;
	text-align: justify;
	margin-top: 0px;
	margin-left: 15px;
}


ol {
	font-family: Century Gothic; Arial;
	font-size: 13px;
	color: gray;
	font-weight: normal;
}

ul {
	font-family: Century Gothic; Arial;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

li{
	padding:2px;
	
}

H1 {
	font-family: Century Gothic; Arial;
	font-size: 14pt;
	color: #774700;
	text-align: left;
}

H2 {
	font-family: Century Gothic; Arial;
	font-size: 11pt;
	color: #2F6379;
	text-align: left;
	margin-left: 10px;
}
marquee {
	font-family: Century Gothic; Arial;
	font-size: 6pt;
	color: #666666;
}

a {
	font-family: Century Gothic; Arial;
	font-size: 13px;
	color: #275787;
	font-weight: bold;
	text-decoration: none;
}


a.nav {
	font-family: Century Gothic; Arial;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.navvisited {
	font-family: Century Gothic; Arial;
	font-size: 13px;
	color: #70A3D6;
	font-weight: bold;
	text-decoration: none;
}


a.none {
	font-family: Century Gothic; Arial;
	font-size: 9px;
	color: silver;
	font-weight: bold;
	text-decoration: underline;
}


a:hover {
	font-family: Century Gothic; Arial;
	color: #6C9FD4;
	font-weight: bold;
	text-decoration: none;
}


a.nav:hover {
	font-family: Century Gothic; Arial;
	color: #70A3D6;
	font-weight: bold;
	text-decoration: none;
}
a.navvisited:hover {
	font-family: Century Gothic; Arial;
	font-size: 13px;
	color: #70A3D6;
	font-weight: bold;
	text-decoration: none;
}


a.none:hover {
	font-family: Century Gothic; Arial;
	font-size: 9px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}