p {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Arial;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
ul {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
li {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.style1 {
	font-size: 12px;
	color: #FFFFFF;
}
.style4 {color: #FFFFFF; font-weight: bold; font-size: 14px; }

.style6 {font-weight: bold; color: #FFFFFF;}

.style7 {font-size: 14px; }

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #CC3300;
}

a:active {
	color: #fff;
}

a.links {
color:#000;
}

a:link.links {
	color:#000;
}

a:visited.links {
	color:#000;
}

a:hover.links {
	color:#FF0000;
}

a:active.links {
	color:#000;
}

a#nav {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	padding:3px;
}

a:link#nav {
color:#333333;
}
a:visited#nav  {
color: #333;
}
a:hover#nav {
color: #CC3300;
}
a:active#nav {
color: #333;
}