
/* MISC STYLES 
----------------------------------------------------------------------*/

body {
	font-family: "Trebuchet MS";
	font-size: 18pt;
	font-weight: bold;
	color: #666;
}

.introtext {
	font-size: 20pt;
	font-weight: bold;
	color: #ff6600;
}

.divline {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.copyright {
	padding: 8px 15px;
	font-size: 70%;
}

.copytext {
	font-size: 12pt;
	font-weight: normal;
	color: #ff6600;
}
	
a.copytext:link { color: #ff6600; }
a.copytext:hover { color: #000; }