body {
  font-family: sans-serif;
  font-size: 12px;

	color: #000000;
	background-color: #FFFFDD;

	margin: 0px;
	padding: 0px;
}

a, a.linklist {
  text-decoration: none;

	font-weight: 900;

  color: #0000FF;
}

a:hover, a.linklist:hover {
  text-decoration: none;

	background-color: #FFFF00;
}

a.menu:hover {
  font-weight: 900;
  font-size: 16px;

  text-decoration: none;
}

em {
	font-weight: 900;

	font-style: normal;
}

h1 {
	text-align: center;
}

h2, h3, h4, h5, h6 {
    text-align: left;
}

.justified {
	text-align: justify;
}

.idented {
	padding: 30px;
}

.left-indented {
	padding-left: 20px;
}

.large {
    font-size: 14px;
}

div.border {
    border: 1px;
    border-style: solid;
    border-color: #000000;
}

table {
	font-size: 12px;
	padding: 0px;
}

table.standard {
	text-align: left;
	font-size: 12px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #CDCDCD;
}

tr.fire, td.fire {
	background-color: #FFF68F;
}

tr.tes, td.tes {
	background-color: #BBBBFF;
}

tr.other, td.other {
	background-color: #FFFFFF;
}

td.standard {
	padding: 4px;

	border-style: solid;
	border-width: 1px;
	border-color: #CDCDCD;
}

td.standard-yellow {
	padding: 4px;

	border-style: solid;
	border-width: 1px;
	border-color: #CDCDCD;

    background: #FFF68F;
}

td.largepadding {
	padding-left: 10px;
	padding-right: 10px;
}

td.header {
	background-color: #F5F5F5;
	
	border-width: 1px;
	border-style: solid;
	border-color: #CDCDCD;

	text-align: center;
	padding: 0px;
}

td.headerred {
	background-color: #F5F5F5;
	
	border-width: 1px;
	border-style: solid;
#	border-color: #FF0000;
	border-color: #CDCDCD;

	text-align: center;
	padding: 0px;
}

td.headercur {
	background-color: #F5F5F5;

	border-width: 1px;
	border-style: solid;
#	border-color: #FFFF00;
	border-color: #CDCDCD;

	text-align: center;
	padding: 0px;
}

td {
	padding-top: 4px;
	padding-bottom: 4px;
}

#header table {
	width: 100%;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#header td {
	background-color: #F72000;
	color: #000000;

	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
}

#header span {
	color: #000000;
	font-size: 24px;
	font-weight: 900;
}

#menu {
	background-color: #FFFFBB;

	vertical-align: top;

	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #FF0000;

	padding: 10px;
	height: 100%;
	width: 15%;
}

#menu a {
	display: block;
}

#menu a.noblock {
	display: inline;
}

#menu span {
	display: none;
}

#main {
	vertical-align: top;

	padding: 15px;
}

#bottom {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #000000;
}







