body {
	font-family: Arial, Helvetica, sans-serif;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 170%;
}

H2
{
	font-size: 16px;
}

INPUT
{
	font-size: 13px;
}

.textIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
}

.tagline
{
	font-size: 18px;
	letter-spacing: 0.2em;
}

.navlink
{
	color: #999999;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 0.2em;
}
.navlink:hover
{
	color: #ffcc33;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 0.2em;
}
.navlinkHot
{
	color: #000000;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 0.2em;
}

.smallLink
{
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}
.smallLink:hover
{
	color: #ffcc33;
	text-decoration: underline;
	font-size: 11px;
}

.sideboxLink
{
	color: #000000;
	text-decoration: underline;
}
.sideboxLink:hover
{
	color: #ffcc33;
	text-decoration: none;
}

.smallfont
{
	font-size: 11px;
}
.smallfontNoHeight
{
	font-size: 11px;
	line-height: normal;
}
.noheight
{
	line-height: normal;
}

.copyright
{
	font-size: 10px;
	color: #999999;
}




A
{
	color: #000000;
	text-decoration: underline;
}
A:hover
{
	color: #cccccc;
	text-decoration: underline;
}