/* Forza */
#left {
	background:#000 url('forza_bg.jpg') repeat-y top center;
}
html, body {
	color:#fff;
}
/* HEADINGS */
h1 {
	color:#f75d18;
}
h1 a:link {
	color:#f75d18;
	text-decoration:none;
}
h1 a:visited {
	color:#f75d18;
	text-decoration:none;
}
h1 a:hover {
	color:#396994;
	text-decoration:underline;
}
h1 a[name]:hover {
	text-decoration:inherit;
	color:inherit;
	background:inherit;
}
a:active {
	color:#ff6600;
	text-decoration:none;
}
h2 {
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#f75d18;
	margin:0 0 5px 0;
	padding:0 10px 1px 0px;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #87b0d7;
	border-left:0;
}
.forza_ssh {
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#f75d18;
	margin:0;
	padding:2px 10px 2px 0px;
	border:0;
	border-top:0;
	border-right:0;
	border-bottom:1px solid #f75d18;
	border-left:0;
}
/* LINKS */
a:link {
	color:#87b0d7;
	text-decoration:none;
}
a:visited {
	color:#87b0d7;
	text-decoration:none;
}
a:hover {
	color:#99ff00;
	text-decoration:none;
}
a[name]:hover {
	text-decoration:inherit;
	color:inherit;
	background:inherit;
}
a:active {
	color:#ff6600;
	text-decoration:none;
}
.hilight {
	color:#efef00;
}
.i {
	font-style:italic;
}
hr {
	width:100%;
	height:1px;
	background-color: #666; /* Netscape 6/7, Mozilla */
	color:#666; /* IE */
	border:#666; /* Opera */
	padding:0;
	margin:0;
}
/* Tables */
table {
	margin:0 0 20px 0;
	padding:0;
}
td {
	border:0;
	margin:0;
	padding:2px;
	color:#fff;
}
