html, body{
	font-family:"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 1.2;
}

hr{
	height: 1px solid #666666;
	border: 0;
}

b{font-size: 110%;}
em{color: red;}

#footer a{
color: #FFFF80;
}

blockquote {
	margin: 10px;
	padding: 10px;
	quotes: "\201C" "\201D";
	font-size: large;
	font-weight: bolder;
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }


#topsection h1{
margin: 0;
padding-top: 15px;
}

.HeaderWidget{
	background-color: #F7F7F7;
	border: 1px dotted #666666;
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 5px;
	font-size: x-large;
	font-weight: normal;
	text-transform: none;
}

img {
	border: 1px solid silver;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
}

img.noborder {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

img.HeaderWidget {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

legend {
font-family:Georgia, "Times New Roman", Times, serif;
color: #333333;
}