* { font-family: tahoma, verdana, arial, sans-serif; }

a {
	background-color: inherit;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	color: #ccf;
	text-decoration: underline;
}
a.thumb {
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}
a.thumb img {
	display: none;
}
a.thumb:hover img {
	border: 3px double #669;
	display: inline;
	margin-left: -255px;
	position: absolute;
	width: 242px;
}

html, body {
	background: #000 url("data/bg.png") fixed;
	color: #ccc;
	margin: 0px;
	font-size: 8pt;
}

h1 {
	border-top: 3px double #669;
	font-size: 10pt;
	margin-top: 20px;
	padding-left: 20px;
}

h2 {
	font-size: 9pt;
	font-variant: small-caps;
	padding-left: 20px;
	text-align: center;
	margin: 15px 0px -10px 0px;
}

table {
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
}

td { font-size: 7.5pt; }

td, th { padding: 3px 5px 3px 5px; }

th { text-align: left; }

p {
	margin: 8px 0px 8px 0px;
	padding: 5px 40px 0px 40px;
	text-align: justify;
}
p.bottom {
	font-size: 7pt;
	margin-bottom: 20px;
	text-align: right;
}
p.screens { text-align: center; }

td { vertical-align: top; }

div#box {
	margin: auto;
	padding: 10px 0px 10px 0px;
	width: 768px;
}

div#banner {
	background: url("data/banner.png") 0px 15px;
	height: 100px;
	width: 100%;
}

div#nav {
	float: left;
	padding-bottom: 3px;
	width: 230px;
}
div#nav a {
	background: url("data/button.png") no-repeat;
	display: block;
	font-weight: bold;
	height: 18px;
	margin: 5px 6px 0px 6px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
}
div#nav a:hover {
	background-color: inherit;
	background: url("data/button_pressed.png") no-repeat;
	color: #fff;
}
div#notes a.thumb:hover img {
	margin-left: 227px;
}

div#notes {
	float: left;
	margin: 207px 0px 0px -232px;
	width: 230px;
}
div#notes p {
	padding: 5px;
}

div#main {
	margin-left: 237px;
	width: 531px;
}

div#copyright {
	margin: auto;
	text-align: center;
	width: 100%;
}

div.content {
	background: url("data/contentbg.png") 0px 50px fixed;
	border-color: #669;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
}

div.top {
	background: #ccf url("data/top.png");
	color: #ffc;
	height: 15px;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

div.unit {
	border: #669 solid 1px;
	font-weight: bold;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 300px;
}
div.unit h1 {
	border-top: 0px;
	font-family: impact, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	height: 30px;
	margin: 5px 0px 0px 5px;
	padding: 3px 0px 0px 50px;
	vertical-align: top;
}
div.unit p { margin: 0px 0px 10px 0px; }
div.unit p.pro {
	color: #6f6;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
div.unit p.con {
	color: #f66;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
div.unit#radar { background: #003 url("units/radarbg.png") 125px 25px no-repeat; color: inherit; }
div.unit#radar h1 { background: url("units/radar.png") no-repeat; }
div.unit#silo { background: #003 url("units/silobg.png") 125px 25px no-repeat; color: inherit; }
div.unit#silo h1 { background: url("units/silo.png") no-repeat; }
div.unit#airbase { background: #003 url("units/airbasebg.png") 125px 25px no-repeat; color: inherit; }
div.unit#airbase h1 { background: url("units/airbase.png") no-repeat; }
div.unit#fighter { background: #003 url("units/fighterbg.png") 125px 25px no-repeat; color: inherit; }
div.unit#fighter h1 { background: url("units/fighter.png") no-repeat; }
div.unit#bomber { background: #003 url("units/bomberbg.png") 125px 25px no-repeat; color: inherit; }
div.unit#bomber h1 { background: url("units/bomber.png") no-repeat; }
div.unit#battleship { background: #003 url("units/battleshipbg.png") 125px 25px no-repeat; color: inherit; }
div.unit#battleship h1 { background: url("units/battleship.png") no-repeat; }
div.unit#sub { background: #003 url("units/subbg.png") 125px 25px no-repeat; color: inherit; }
div.unit#sub h1 { background: url("units/sub.png") no-repeat; }
div.unit#carrier { background: #003 url("units/carrierbg.png") 125px 25px no-repeat; color: inherit; }
div.unit#carrier h1 { background: url("units/carrier.png") no-repeat; }
div.unit#nuke { background: #003 url("units/nukebg.png") 125px 25px no-repeat; color: inherit; }
div.unit#nuke h1 { background: url("units/nuke.png") no-repeat; }

td.dl {	text-align: right; }

img#chart { display: none; }
