@charset "utf-8";

body,td,th {
	font: small/150% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}
body {
	background-color: #a28569;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a: { text-decoration:none; font-weight:bold; }

a:link { color: #930; }
a:visited { color: #930; }
a:hover { color: #C00;text-decoration:underline; }
a:active { color: #F00;text-decoration:underline overline; }

a.nav { text-decoration:none; font-weight:bold; }

a.nav:link { color: #eecc00;	 }
a.nav:visited { color: #eecc99; }
a.nav:hover { color: #fff;text-decoration:underline; }
a.nav:active { color: #ffcc00;text-decoration:underline overline; }

a.footer { text-decoration:none; font-weight:bold; }

a.footer:link { color: #000; }
a.footer:visited { color: #000; }
a.footer:hover { color: #fff;text-decoration:underlinee; }
a.footer:active { color: #fff;text-decoration:underline overline; }


h1,h2,h3 { margin:10px 0px; padding:0px; }

h1 {
	font-size: 24px;
	color: #333;
}
h2 {
	font-size: 18px;
	color: #333;
}
h3 {
	font-size: 14px;
	color: #333;
}

pre { display:block;width:85%;font-family:verdana,geneva,sans-serif; font-size:11px; }

td  { border:1px solid #ccc; }

.bullets { color:#CEBCA4;font-size:13px;font-weight:bold; }

img { border:0px; }
img.border { border:1px solid black; }

.footer { font-size:10px;font-family:verdana,geneva,sans-serif;color:#440000;text-align:center; }
