/* CSS Document */

body {
	
	margin-left: 0px;
	margin-top: 0px;
	background-color: #EFF0F2;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}

.Quote {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.SideHead {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	line-height: 18px;
	font-weight: bold;
}
.Sidetxt {	font-family: Trebuchet MS,Verdana,Sans-Serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
}
.SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0.35em;
}


.Title
{
    font-family: Arial,Verdana;
    font-size: 14px;
    color: #000066;
    font-weight: bold;
}
