/*<akaMarker>*/
/*********************
Global Styles
*/
body
{
	//background: url(images/background.gif);
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1;
	margin-top=6;

}


/* - - -
	07/01/04 Changes
	fix for ie 5.5 font size change bug	
*/
table
{
	font-size: 1em;
}

a
{
    //color: #3366cc;
	color: #663300;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: 0;
}

p.content-page
{
    font-size: 0.75em !important;
}

.red
{
    color: #f00;
}

.green
{
    color: #070;
}

.inline
{
    display: inline;
}

.insideHeader1
{
	font: 12pt arial;
	font-weight: bold;
	color: #990000;
	margin-left: 20;
	margin-right: 20;
	margin-top: 14;
}

.insideHeader1Subline
{
	font: 11pt arial;
	font-weight: bold;
	color: #555555;

}

.insideHeader2
{
	font: 9pt arial;
	font-weight: bold;
	color: #990000;
}

.normalText
{
	font: 8pt arial;
	color: #333333;
	font-weight: normal;
}

.smallText
{
	font: 8pt arial;
	color: #333333;
	font-weight: normal;
}

.topNav
{
	font: 8pt arial;
	margin-left: 20;
}

.testimonialHead
{
	font: 9pt arial;
	font-weight: bold;
	color: #555555;
	margin-left: 20;
	margin-right: 10;

}

.testimonial
{
	font: 8pt arial;
	//font-weight: bold;
	color: #bbbbbb;

}


.descriptionHeader
{
	font: 10pt arial;
	font-weight: bold;
	color: #555555;
}

.descriptionText
{
	font: 8pt arial;
	font-weight: normal;
	color: #000000;

}

/* added by corzak 2010-04-28  */


.smallLinks a:link {
font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
.smallLinks a:visited {
font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
.smallLinks a:hover {
font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
