﻿
	body { margin-top: 0px; margin-left: 0px; background-image:url('./images/theme/background_leather.jpg'); background-repeat:repeat; background-attachment:fixed; }
	H1{ font-family: Arial, Helvetica; color: white; font-size : 18pt; }
	H2{ font-family: Arial, Helvetica; color: white; font-size : 16pt; margin-top: 2px; }
	H3{ font-family: Arial, Helvetica; color: white; font-size : 14pt; margin-top: 2px; }
	H4{ font-family: Arial, Helvetica; color: white; font-size : 12pt; }
	p { font-family: Arial, Helvetica; color: white; font-size : 10pt; }
	table { font-family: Arial, Helvetica; color: white; font-size : 10pt; }
	li { font-family: Arial, Helvetica; color: white; font-size : 10pt; }

	a { font-weight: bold; }
    a:link { color : #FFFFCC; text-decoration:none; }
    a:visited { color : #FFFFCC; text-decoration:none; }
    a:hover { color : #FFFF00; text-decoration:none; }
    a:active { color : #FF9900; text-decoration:none; }

	a.green { font-weight: normal; }
    a.green:link { color : #CCFFCC; text-decoration:none; }
    a.green:visited { color : #66FF66; text-decoration:none; }
    a.green:hover { color : #003300; text-decoration:none; }
    a.green:active { color : #336600; text-decoration:none; }

    img { border-color : #000000; }
    
    .login {
	color:#FFFFFF;
}

	input.button {
	background-color:#853507;
	width:90px;
	height:18px;
	font-size:9pt;
	font-weight:bold;
	color:white;
	border:1px #D1670F solid;
}
	.menuspacer {
	color:#E69F45;
	font-weight:bold;
}

	.menuspacergreen {
	color:#336600;
	font-weight:bold;
}

/** IE6 PNG Transparency Fix **/
img, div, a, input { behavior: url(/css/iepngfix.htc) }
