/* CSS Document */

/* General CSS Settings */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link,
a:visited,
a:active
 {
	color: #000000;
	text-decoration:underline;
}

a:hover {
	color: #666666;
	text-decoration:underline;	
}

/* Specific CSS classes */
.locationText {
	font-size: 12px;
	color: #666666;
}

.locationTextSM {
	font-size: 11px;
	color: #666666;
}

.headerText {
	font-size: 15px;
	font-weight: bold;
}

.subheaderText {
	font-size: 13px;
	font-weight: bold;
}

.textWhite {
	color:#FFFFFF;
	font-weight: bold;
}

.textItalic {
	font-style:italic;
}

.sideLinks {
	font-size: 12px;
}

.sideLinks a:link,
.sideLinks a:active,
.sideLinks a:visited
{
	font-size: 12px;
	text-decoration:none;
}

.sideLinks a:hover
{
	font-size: 12px;
	text-decoration:none;
	color: #666666;
}

.sideLinks10 {
	font-size: 10px;
}

.sideLinks10 a:link,
.sideLinks10 a:active,
.sideLinks10 a:visited
{
	font-size: 10px;
	text-decoration:none;
}

.sideLinks10 a:hover
{
	font-size: 10px;
	text-decoration:none;
	color: #666666;
}

.sideLinks9 {
	font-size: 9px;
}

.sideLinks9 a:link,
.sideLinks9 a:active,
.sideLinks9 a:visited
{
	font-size: 9px;
	text-decoration:none;
}

.sideLinks9 a:hover
{
	font-size: 9px;
	text-decoration:none;
	color: #666666;
}
