html {
    overflow: -moz-scrollbars-vertical;
}
.texthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CC0033;
	font-weight: bold;
}
.texttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #606060;
	font-weight: bold;
	text-align: left;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #606060;
	text-align: justify;
}
.textred {
	color: #CC0033;
	font-style: italic;
	font-weight: bold;
}
.textintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
	font-weight: bold;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0033;
}
.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
}

a:link        {	color: #606060;	text-decoration: underline;}
a:visited     {	color: #606060;	text-decoration: underline;}
a:hover       {	color: #CC0033;	text-decoration: underline;}

a.nav:link        {	color: #CC0033;	text-decoration: none;}
a.nav:visited     {	color: #CC0033;	text-decoration: none;}
a.nav:hover       {	color: #606060;	text-decoration: underline;}

a.footernav:link        {	color: #CC0033;	text-decoration: none;}
a.footernav:visited     {	color: #CC0033;	text-decoration: none;}
a.footernav:hover       {	color: #606060;	text-decoration: underline;}

ul {
	list-style-image: url(graphics/squarebullet2.gif);
	text-align: justify;
}
.ul_em {
	font-style: italic;
}
.ulround {
	list-style-image: url(graphics/roundbullet.gif);
}
.redborder {
	border: 1px solid #CC0033;
}
