body {
	background-color:#020253;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

table {
	background-color:#11115A;
	text-align:left;
}

.outborder {
	background-color:#;
}

.inborder {
	background-color:#;
}

.out {
	background-color:#;
}

.in {
	background-color:#;
}

td {
	background-color:#;
}

.header {
	background-color:#;
}

.head {
	background-color:#;
}

.body {
	background-color:#;
}

.title {
	background-color:#;
	color:#FFFFFF;
	font-weight:bold;
}

.menu {
	background-color:#000000;
}

td {
	font-size:11px;
	font-family:verdana,arial,geneva,sans-serif;
	color:#efefef;
}

.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:#999999;
	text-decoration:none;
}

a:visited {
	color:#999999;
}

a:hover {
	color:#CCCCCC;
}


a:active {
	color:#999999;
}

.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:#FFC400;
}

.menu a:hover {
	font-weight:normal;
	color:#efefef;
}

.tableb {
	background-color:#FFFFFF;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#ffffff; border:1px solid #336; 
  width:400px; 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 }
