.sectionTitle
{
	font-size: 120%;
	font-weight: bold;
	color: #ff3300;
}

h1,h2,h3,h4
{
	font-family: Georgia, Verdana, sans-serif;
	color: #cc0000;
}

body
{
	font: 85% Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
	line-height: 18px;
}

a
{
	color:#cc0000;
	text-decoration:none;
}
a:hover
{
	color:#FF3300;
	text-decoration:underline;
}
hr
{
	border: 1px dashed #AAA;
}

#main
{
	margin: 15px;
}

.sideNoteTitle
{
	font-size: 120%;
	font-weight: bold;
	color: #888;
}

.copyright
{
	font-size: 90%;
	color: #777;
}

.specialBox
{
	margin: 20px;
	padding: 10px;
	background-color: #ffffee;
	border: 2px dashed #ff9900;
	line-height:20px;
	color: #333;
}
