body {
	background-color:#000000;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

table {
	background-color:#660000;
	text-align:left;
}

.outborder {
	background-color:#666666;
}

.inborder {
	background-color:#660000;
}

.out {
	background-color:#330000;
}

h2 {
	font-family: verdana, helvetica, sans-serif;
        text-align:left;
        font-size:12px;
        font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.25em;
	margin-bottom:0px;
	border-bottom:1px solid;
}

h3 {
	font-family: verdana, helvetica, sans-serif;
        text-align:left;
        font-size:10px;
        font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.25em;
	margin-bottom:0px;
	border-bottom:1px solid;
}

.in {
	background-color:#660000;
}

td {
	background-color:#000000;
}

.header {
	background-color:#330000;
}

.title {
	background-color:#660000;
	color:#efefef;
	font-weight:bold;
}

.menu {
	background-color:#660000;
}

td {
	font-size:11px;
	font-family:verdana,arial,geneva,sans-serif;
	color:#999999;
}

.content {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;	
	text-align:justify;
	line-height: 1.5em;
}

.trailer {
	background-color:#330000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 2;	
	margin:2;
	text-align:left;
	line-height: 1.5em;
}

.small {
	font-size:10px;
	font-family:verdana,arial,geneva,sans-serif;
}

.smallgrey {
	font-size:11px;
	font-family:verdana,arial,geneva,sans-serif;
	color:#efefef;
}

a {
	color:#CC3300;
	text-decoration:none;
}

a:visited {
	color:#CC3300;
}

a:hover {
	color:#efefef;
}


a:active {
	color:#CC3333;
}

.link a, .link a:visited, .link a:hover, .link a:active {
	font-weight:bold;
}

a.link {
	font-weight:bold;
}

.menu a, .menu a:visited, .menu a:active {
	text-decoration:none;
	font-weight:normal;
	color:#efefef;
}

.menu a:hover {
	font-weight:normal;
	color:#000000;
}

.tableb {
	background-color:#110000;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

legend {
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	color:#c00000;
}

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }
