/* CSS Document */
body {
behavior: url(csshover.htc);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-image: url('images/BG5.gif');
background-repeat: repeat;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

/* main links */
a:link{
	color:#ff9933;
	font-size:11px;
	text-decoration:underline;
	font-stretch:semi-expanded;
}

a:visited{
	color:#CC6600;
	font-size:11px;
	text-decoration:underline;
	font-stretch:semi-expanded;
}

a:hover{
	color:#333333;
	font-size:11px;
	text-decoration:underline;
	font-stretch:semi-expanded;
}

/* main nav links */
.nav01 a:link{
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	font-stretch:semi-expanded;
}

.nav01 a:visited{
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	font-stretch:semi-expanded;
}

.nav01 a:hover{
	color:#ff9933;
	font-size:18px;
	font-weight:normal;
	font-stretch:semi-expanded;
}

.nav01 a:active {
	color:#ffcc99;
	font-size:18px;
	font-weight:normal;
	font-stretch:semi-expanded;
}

/* footer links */
.footer a:link{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-stretch:semi-expanded;
}

.footer a:visited{
	color:#CCCCCC;
	font-size:11px;
	text-decoration:none;
	font-stretch:semi-expanded;
}

.footer a:hover{
	color:#ff9933;
	font-size:11px;
	text-decoration:underline;
	font-stretch:semi-expanded;
}

