/* background for mac ie */

body {
	background: #8b181c url(images/bg-mac-ie.gif) center repeat-y;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	}
	
/* hide from mac ie \*/

body {
	background: #8b181c url(images/bg-win.gif) center repeat-y;
	voice-family: "\"}\""; /* hides from win */
	voice-family: inherit;
	background: #8b181c url(images/bg-org.gif) center repeat-y;
	}
	
/* end hack */
li {
	margin-bottom: 5px;
}
ul {
	margin-top: -10px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 22px;
}
.disclaimer {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #8B181C;
	line-height: 22px;
}
h2, h3, h4 { color: #8b181c; }
