@charset "UTF-8";

.leftBorder {
	border-left-style: dotted;
	border-left-color:#666666;
	border-left-width:	thin;
}

.bottomBorder { 
border-bottom-style: dotted;
border-bottom-color:#CCCCCC;
border-bottom-width:thin;
}

.Header { 
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#666666
}

.subHeader { 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
font-weight:bold;
}

.titleHeader { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}


.Menu {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
font-stretch: extra-condensed;
}

.BodyText {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666

}

.QuoteText {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666

}

.CopyrightText {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF
}

.MoreText {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF0000;
font-weight:bold;
}

.BackGroundChecker { background-image:url(images/checkerbackground.jpg); 
background-position: right top;
}


a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color:#0000FF;
}
a:active {
	color: #666666;
}

