@charset "utf-8";
/* CSS Document */
/* Primary Font */
body, td.content_right, p, td, input.text { 
    font-family: "Courier New", Courier, monospace; font-size: 10pt; line-height: 21px; 
}
/* Primary BG Color */
td.content, td.content_right, a.dmenu:hover { background-color: #D9EBD3; }
body { background-color: #202020; }
h1 { margin-top: 6px; margin-bottom: 6px; }
h2 { margin-bottom: 1px; }
td.reverse { color:#FFFFFF; background-color: #000000 }
input.text { border: 1px solid #000000; background-color: #FFFFFF; color: #000000 }
input.button { font-family: "Courier New", Courier, monospace; font-size: 10pt; font-weight:bold; }
input[type=text], textarea { border:solid 1px #000000; }

td.top_border { border-top: 1px solid; border-top-color: #000000; }
td.banner {
 background-image: url(../images/GMR_BG_Tile.jpg);
 border-left: 1px solid;
 border-left-color: #000000;
 border-right: 1px solid;
 border-right-color: #000000;
}
td.content { 
 border-left: 1px solid;
 border-left-color: #000000;
 border-right: 1px solid;
 border-right-color: #000000;
}
td.content_right { 
 border-left: 5px solid;
 border-left-color: #000000;
}
td.footer {
 background-color: #000000;
 border-left: 1px solid;
 border-left-color: #000000;
 border-right: 1px solid;
 border-right-color: #000000;
}

p { margin-left: 6px; }
p.caption { margin-top: 12px; font-size: 10pt; line-height: 15px; }
p.content { margin-left: 12px; }
hr { border:solid 2px #000000; margin:0 10px; }
.presslink p { font-size:12pt; font-weight:bold; margin-left:20px; }
.presslink a:visited { color:blue; }

.pressquote p { margin:10px 20px; }
.pressquote a { font-weight: bold; }

/* Shop Menu Styles */
div.dmenu {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #000000;
}

a.dmenu {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
	font: 11px "Courier New", Courier, monospace;
}

img { border:none; }

