/* Copyright (C) 2003 Metrostar Systems, Inc. */

/* Default Font Type - any font residing within: body, div, p, blockquote, ol, ul, dl, li, dt, dd, td  */
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
}

A{text-decoration: none;} 
A:link {text-decoration: none; color: #0000FF;}
A:visited {text-decoration: none; color: #0000FF;}
A:active {text-decoration: none;color: #FFFF00;}
A:hover {text-decoration: none; color: #FF0099;}
.BlackNormal {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal;}
.BlackNormalBold { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9pt; font-weight: bold; }
.BlackNormalItalic { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9pt; font-weight: normal; font-style: italic;}
.BlackSmall { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 8pt; font-weight: normal; font-style: normal; color: #000000}
.BlackSmallItalic { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 8pt; font-weight: normal; font-style: italic; color: #000000}
.LightGrayNormalBold { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 8pt; font-weight: bold; color: #666666}
.LightGrayNormal { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 8pt; font-weight: normal; color: #CCCCCC }.BlueNormalBold { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 8pt; font-weight: bold; color: #0066FF}
.YellowNormalBold { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 8pt; font-weight: bold; color: #FFFF66}
.LightGraySmall { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 8pt; font-weight: normal; font-style: normal; color: #999999}
.Nav { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: normal; font-style: normal; color: #000000}

a.news:link
{
	color: #0000FF;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : none;
}
a.news:visited
{
	text-decoration: none;
	color: #0000FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

a.news:hover
{
	color: #FF0099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
    text-decoration: underline;
}

a.bot:link
{
	color: #0000FF;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : none;
}
a.bot:visited
{
	text-decoration: none;
	color: #0000FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

a.bot:hover
{
	color: #FF0099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
    text-decoration: underline;
}.WhiteNormalBold {
font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9pt; font-weight: bold; color: #FFFFFF
}
.WhiteNormal {
font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #FFFFFF
}
.RedNormalBold {
font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9pt; font-weight: bold; color: #FF0000
}
.BlackLargeBold {
font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14pt; font-weight: bold; color: #000000
}
/*--------------- Testimonials / Comments / Authors ------------------*/
.TestimonialBox
{
font-style:italic;
color: #333333;
padding: 6 6 6 6;
border: 1px solid #CCCCCC;
}
.TestimonialsAuthor
{
font-weight:bold;
color: #666666;
padding: 5 0 5 0;
text-align:right;
border-bottom:1px solid #CCCCCC;
}