h1
{
font-weight: bold;
font-size: 14px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}
  
h2
{
font-weight: bold;
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}
 
h3
{
font-weight: normal;
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}
  
p
{
font-weight: normal;
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.text
{
font-weight: normal;
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.details
{
font-weight: normal;
font-size: 10px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.textwhite
{
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.textblue
{
	font-weight: bold;
	font-size: 14px;
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.textorange
{
font-weight: bold;
font-size: 14px;
color: #FF6600;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.textblack
{
font-weight: bold;
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.texttitle
{
font-weight: bold;
font-size: 16px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.small
{
	font-weight: normal;
	font-size: 10;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

b
{
font-weight: bold;
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

.BoldRedText
{
font: bold 12px sans-serif;
color: #CC0000;
text-decoration: none;
}

A
{
font-weight: normal;
font-size: 12px;
CURSOR: hand;
COLOR: #FFFFFF;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: underline
}
	
A:link
{
CURSOR: hand;
COLOR: #000000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: underline
}
  
A:visited
{
CURSOR: hand;
COLOR: #000000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: underline
}
  
A:active
{
CURSOR: hand;
COLOR: #000000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION: underline
}
  
A:hover
{
COLOR: #999999;
TEXT-DECORATION: underline
}

/* ----	Nav Link white---- */
A.navlink:link
{
	FONT-SIZE: 12px;
	COLOR: #6699FF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION:none;
	font-weight : bold;
}

/* ----	Nav Link white - Visited ---- */
A.navlink:visited 
{
	FONT-SIZE: 12px;
	COLOR: #6699FF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION:none;
	font-weight : bold;
}

/* ----	Nav Link white - Active ---- */
A.navlink:active
{
FONT-SIZE: 12px;
COLOR: #6699FF;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION:none;
}

/* ----	Nav Link white - hover ---- */
A.navlink:hover
{
FONT-SIZE: 12px;
color : #FF6600;
FONT-FAMILY: Arial, Helvetica, sans-serif;
TEXT-DECORATION:none;
}