/* Started March 16, 2003 by Oliver Merk, Internet Application Architect */
/* Revised Tuesday January 10, 2006 11:40am by Oliver Merk */

/* Base HTML tags 7685BE is Oliver Merk Blue */

html {  } 

body {
	font-size: 65%;
	color: #000000;
	background-color: #d4d0dc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

html>body {/* IE can't read this; makes Mozilla equal size */
	font-size: 12px;
}
table {font-size: 100%;}/*IE hack so font sizes inside tables stay consistent */

.Serif {font-family: "Times New Roman", Times, serif;}
.Sans {font-family: Verdana, Arial, Helvetica, sans-serif;}
.Mono {font-family: "Courier New", Courier, monospace;}

.Bold {font-weight: bold;}
.Italic {font-style: italic;}

.Tiny {font-size : 0.8em;}	/* 7px */
.Small {font-size : 1em;}		/* 9px */
.Med {font-size : 1.2em;}		/* 10px */
.Big {font-size : 1.4em;}		/* 12px */
.Large {font-size : 1.6em;}	/* 14px */

.Black {color : #000000;}
.Gray {color : #999999;}
.LightGray {color : #cccccc;}
.White {color : #ffffff;}
.Yellow {color : #ffee55;}
.LightYellow {color : #FFFF99;}
.Blue {color : #0000cc;}
.Green {color : #009900;}
.Red {color : #cc0000;}

#googleAd {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 {
	color: #000000;
	background-color: inherit;
	font-family: Times, serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 12px;
	letter-spacing: 1px;
	word-spacing: -1px;
}

h2 {
	color: #000000;
	background-color: inherit;
	font-family: Times, serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	word-spacing: -1px;
}

h3 { font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size : 10pt;
	font-weight : bold;
	color:#6774A6;
	text-align: left;
}

a {
	text-decoration: underline;
	color: #7685BE;
	background-color: inherit;
}
a:hover {
	color: #000000;
	background-color: inherit;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}

a.piclink {
	text-decoration: none;
}
a.piclink:hover {
	color: red;
	background-color: inherit;
	border-bottom: 0px dotted red;
	text-decoration: none;
}

a.leftNav {
	text-decoration: underline;
	color: #6774A6;
	background-color: inherit;
	white-space: nowrap;
}
a.leftNavHighlighted {
	text-decoration: none;
	color: #6774A6;
	background-color: inherit;
	white-space: nowrap;
	font-weight: bold;
}
a.leftNav:hover {
	text-decoration: none;
	color: #6774A6;
	background-color: inherit;
	white-space: nowrap;
}

ul {
	list-style-type: circle;
	list-style: circle;
	list-style-position: outside;
	text-decoration: none;
}
ul li {
	white-space: nowrap;
	padding-bottom: 10px;
}

ul li ul {
	list-style-type: square;
	list-style: square;
	list-style-position: outside;
	text-decoration: none;
	padding-top: 6px;
}
ul li ul {
	white-space: nowrap;
	padding-bottom: 0px;
	line-height: .8em;
}

hr {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 1px;
	display: block;
	width: 100%;
}

table {
	width: auto;
	border-style: none;
	border-color: Black;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	margin-left: auto; margin-right: auto;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

/* Classed and ID'd HTML tags */
table.wrapper {
	width: 80%;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	border: 1px dotted #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
table.wrapper td {
	padding: 1px;
	border: 0px solid #000000;
	text-align: left;
	vertical-align: top;
}

table#dataoutput {
	width: auto;
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
}
table#dataoutput td {
	border: 1px solid #000000;
	padding: 4px;
	text-align: left;
}

table.simpleLeft {
	width: auto;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	border: 0px solid #000000;
	text-align: left;
	margin-left: 0; margin-right: auto;
}

/* DIV ids */
div#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	padding: 10px 0px 0px 4px;
}

div#homeblurb {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 4px solid #999999;
	border-right: 1px solid #999999;
	color: #000000;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 10px;
	margin: 0px 4px 10px 0px ;
}

div#homeblurb:hover {
	border-top: 1px solid #7685BE;
	border-bottom: 1px solid #7685BE;
	border-left: 4px solid #7685BE;
	border-right: 1px solid #7685BE;
}

div#homeblurb p {
	white-space: nowrap;
}

.thirdpersonblurb {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: normal;
}

div#screenshot {
	border: 0px solid #000000;
	text-align: left;
}

div#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

div#infobox {
	border: 0px solid #999999;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
	width: auto;
	color: #000000;
	background-color: #ffddcc;
	clear: both;
}
div#infoboxHeader {
	border: 0px solid #999999;
	padding: 2px 0px 2px 4px;
	margin: 0px;
	width: auto;
	color: #000000;
	background-color: #ddddbb;
	white-space: nowrap;
	clear: both;
}

