/* global */
body {
        background: #FFFFFF;
        font-size: 12pt;
        color: #000000;
        font-family: arial, helvetica, sans-serif;
}

.text {
        background: #FFFFFF;
        font-size: 12pt;
        color: #000000;
        font-family: arial, helvetica, sans-serif;
}

.small {
        background: #FFFFFF;
        font-size: 8pt;
        color: #000000;
        font-family: arial, helvetica, sans-serif;
}

h2 { font-size: 14pt; }

.just {text-align: justify;} -->
.copyright { font-size: 8pt; }

td {
        background: #FFFFFF;
        font-size: 12pt;
        color: #000000;
        font-family: arial, helvetica, sans-serif;
}

.box {
	font-size: 10pt;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	border-collapse: collapse;
}
.beerbox {
	font-size: 10pt;
	background: url("/images/beerbg.gif");
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
}
.header {
	font-size: 10pt;
	color: 990000;
	background: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	border-collapse: collapse;
}

.rule {
	background: #AAAAAA;
}

.whiteonred{
	color: white;
	background: red;
	font-weight: bold;
}	
.yellowonred{
	color: yellow;
	background: red;
	font-weight: bold;
}	
.whiteongreen{
	color: white;
	background: green;
	font-weight: bold;
}	
.yellowongreen{
	color: yellow;
	background: green;
	font-weight: bold;
}	
.whiteonblue{
	color: white;
	background: blue;
	font-weight: bold;
}	
.yellowonblue{
	color: yellow;
	background: blue;
	font-weight: bold;
}	
.redonyellow{
	color: red;
	background: yellow;
	font-weight: bold;
}	
.blueonyellow{
	color: blue;
	background: yellow;
	font-weight: bold;
}	
.egyptian{
	background: #FFEEBB;
}
.menu{
	background: #FFEEBB;
	border-width: 1px;
	border-style: solid;
	border-color: #996600;
}
.giveaway {
	background: #FFEEEE;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}
.slate {
	background: #DDDDDD;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}

.border{
	color: #000000;
	font-size: 10pt;
	border-width: 0px;
	border-style: solid;
	border-color: #AAAAAA;
	border-collapse: collapse;
}
.red{
	color: #990000;
	font-size: 10pt;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	border-collapse: collapse;
}
.grayedout{
	color: #AAAAAA;
	font-size: 10pt;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	border-collapse: collapse;
}

a:link {color: #0000FF; background: transparent;}
a:visited {color: #0000FF; background: transparent;}
a:hover {color: #990000; background: transparent;}

