body {
	font-size: 1.0em;   
	font-family: times,Verdana,"Trebuchet MS" ;
	padding:15px 0 0 0;
	margin:0;
	color:#000;
}

h1 {
	margin:0 0 20px 0;
	font-size:1.7em;
	font-weight:bold;
}

h2 {
	margin:0 0 12px 0;
	color:#000000;
	font-size:1.6em;
	font-weight:bold;
}

h3 {
	margin:0 0 10px 0;
	font-size:1.2em;
	font-weight:bold;
}

th {
	color:#000000;
	background:#B0B0B0;
}

p {
	margin:0 0 15px 0;
	line-height:1.5em;
	text-align:left;
}

a{
	color: #550000;
}

a:hover{
	color: #550000;
}

a img {
	border:0;
}


/**********/
/* Footer */
/**********/

#footer {
	clear:both;
	border-top:1px solid #222;
	color:#333000;
	font-size:0.9em;
	padding:10px;
}

/**********/
/* Matrix */
/**********/
matrix {
	padding:15px 0 0 0;
	margin:0;
	font-size:12px;
	font-family: tahoma;
	color:#000;
}

#matrix th {
	background:#E0E0E0;
}

/*****************
Rounded Box
*****************/
.out {
  font-size: 1.0em;
  font-family: times,"Trebuchet MS", Verdana;
  color: #000000;
  display:block; 
  background:#333; 
  border:1px solid #ddd; 
  position:relative;
  margin:.5em 0;
}

.in {
  background:#fff; 
  border:1px solid #333; 
  position:relative; 
  padding:5px;
  font-weight:normal;
}

.in_center {
  text-align:center; 
  background:#fff; 
  border:1px solid #333; 
  position:relative; 
  padding:5px;
  font-weight:normal;
}

.ltin {
  left:-5px;
}

.tpin {
  top:-5px;
}

.size_60 {width:80%;}
.size_80 {width:90%;}
.size_100 {width:100%;}

out .h4 {
	font-weight:bold; 
	font-family: "Trebuchet MS", Verdana;
	color:#550000; 
}


/**********/
/* Menu   */
/**********/
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-size: 0.8em;
	font-weight: bold;
  	font-family: Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	width: 180px; /*width of menu (not including side paddings)*/
	font-weight:bold;
	color: #000000;
	background-color: #F3F2EB;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #000000;
	border-right: 3px solid #000000;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 180px; /*width of menu (include side paddings of LI A*/
}


.ddsubmenustyle li a:hover{
	background-color: #550000;
	color: white;
}

/* ######### Neutral CSS  ######### */
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
  	font-family: Verdana;
	list-style-type: none;
	border-bottom: 1px solid gray;
	background: #414141;
	overflow: hidden;
	width: 100%;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #414141;
}

.mattblackmenu li a:visited{
	color: white;
}

.mattblackmenu li a:hover{
	background: #550000; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
	background: black; /*background of tab with "selected" class assigned to its LI */
}