body {
	background-color:white;
	color:black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
	font-weight: normal;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	}

TD {font-size:11px;}
	
A:link {color:black; text-decoration:underline;}
A:hover {color:red;}
A:visited {color:brown;}

A.bot:link {
	text-decoration:none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;}

A.bot:visited {	
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;}
		
A.bot:hover {
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;}

.title {font-size:14px; color:#CC0033; font-weight: bold;}

.titleblack {font-size:16px; color:#000000; font-weight: bold;}

.titleblacksmall {font-size:12px; color:#000000; font-weight: bold;}

.textlinks {font-size:10px; color:white;}

.address {font-size:10px;}

.copyright {font-size:9px; font-style: italic;}

.arrow {list-style-image:url(../images/arrow.gif); font-size:11px;}

.leftcolumn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px; }
	
.rightcolumn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-weight:bold;}

.navlink {font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif; color:black; text-decoration:none;}
.navlink a:link {color:black; font-weight:bold; text-decoration:none;}
.navlink a:visited {color:black; font-weight:bold; text-decoration:none;}
.navlink a:hover {color:red; font-weight:bold; text-decoration:none;}


.d3button {
	display:inline-block;
	width:100%;
	text-decoration:none !important;
	background: #0187CC; /* Old browsers */
	background: -moz-linear-gradient(top, #0187CC 0%, #3654CA 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0187CC), color-stop(100%,#3654CA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0187CC 0%,#3654CA 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0187CC 0%,#3654CA 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0187CC 0%,#3654CA 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0187CC 0%,#3654CA 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0187CC', endColorstr='#3654CA',GradientType=0 ); /* IE6-9 */
	color: white !important;
	padding: 5px 15px 3px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	font-weight: bold !important;
	font-size: 1em !important;
	text-align: center !important;
	line-height: 1.3em !important;
	text-transform: uppercase !important;
	overflow:hidden !important;
	text-shadow: none !important;
	}

.d3button:hover {
	background: #C13336; /* Old browsers */
	}
