.body
{
font-family: helvetica;
font-size: 14px;
font-weight: normal;
letter-spacing: 0pt;
color: black;
line-height: 16px;
text-decoration: none;
}

.newtitle
{
font-family: helvetica;
font-size: 48px;
font-weight: bold;
letter-spacing: 0pt;
color: black;
line-height: 24px;
text-decoration: none;
}

.medheader
{
font-family: helvetica;
font-size: 42px;
font-weight: bolder;
color: black;
line-height: 44px;
text-decoration: none;
}

.smallheader
{
font-family: helvetica;
font-size: 32px;
font-weight: bolder;
color: black;
line-height: 34px;
text-decoration: none;
}
.bigheader
{
font-family: helvetica;
font-size: 32px;
font-weight: bolder;
color: black;
line-height: 34px;
text-decoration: none;
}
.heading
{
font-family: palatino;
font-size: 22px;
font-weight: bolder;
color: black;
line-height: 24px;
text-decoration: none;
}

.caption
{
font-family: helvetica;
font-size: 12px;
font-weight: normal;
letter-spacing: 0pt;
color: black;
line-height: 14px;
text-decoration: none;
}
a:link 
{
font-family: helvetica;
font-size: 14px;
font-weight: bold;
letter-spacing: 0pt;
color: #F00;
text-decoration: none;
line-height: 16px;
}

a:visited 
{
font-family: helvetica;
font-size: 14px;
font-weight: bold;
letter-spacing: 0pt;
color: #FF0080;
text-decoration: none;
line-height: 16px;
}

a:hover 
{
font-family: helvetica;
font-size: 14px;
font-weight: bold;
letter-spacing: 0pt;
color: #000080;
text-decoration: none;
line-height: 16px;
}

a:active 
{
font-family: helvetica;
font-size: 14px;
font-weight: bold;
letter-spacing: 0pt;
color: #000;
text-decoration: none;
line-height: 16px;
}


#navigation {
	display: block;
	
	width: 900px;
	margin: 0px auto;
	border-style: solid;
	border-color: #000;
	border-width: 0px 0px 0 0;
	
}

