#index {
  background: url("../images/tileBackground.gif") #fff repeat-x;	
}

body{ background:white }

.publicNav {
  position:absolute;
  z-index:5;
  width:100%;
  height:21px;
  border-top: 1px solid #526170;
  border-bottom: 1px solid #526170;
  border-left:none;
  border-right:none;
  background-color:#e4f2e4;
  margin-top:5px
}

.publicSubNav {
  position:absolute;
  z-index:1;
  width:115px;
  border-top: none;
  border-bottom: 1px solid #526170;
  border-left:1px solid #526170;
  border-right:1px solid #526170;
  background-color:#e4f2e4;
  margin-top:26px;
  margin-left:130px
}

.txtMenu {
  font-family:verdana, tahoma, arial, helvetica;
  font-size:12px;
  font-weight:bold;
  color:#526170;
  margin-left:15px;
  word-spacing:0.5em;
  vertical-align:middle;	
}

.txtSubMenu {
  font-family:verdana, tahoma, arial, helvetica;
  font-size:12px;
  font-weight:bold;
  color:#526170;
  margin-left:0px;
  word-spacing:0em;
  vertical-align:middle;	
}

a.menu:link,a.menu:visited,a.menu:hover,a.menu:active { 
  font-family:verdana, tahoma, arial, helvetica;
  font-size:12px;
  font-weight:bold;
  color:#526170;
  text-decoration:none;
  vertical-align:middle; 
}   

td.newsText {
	color: #000; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	font-family: arial, helvetica;
	border-color: #fff #000 #000 #000;
	border-style: solid;
	border-width: 0 2 2 2;
}



table.msgList {
	color: #666; 
	vertical-align: top;
	text-align: top;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	font-family: verdana, tahoma, arial, helvetica;
}

table.parentMsg {
	color: #555; 
	background-color: #FFFFee;
	vertical-align: top;
	text-align: top;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	font-family: verdana, tahoma, arial, helvetica;
	margin: 0
}

table.childMsg {
	color: #555; 
	background-color: #FFF;
	vertical-align: top;
	text-align: top;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	font-family: verdana, tahoma, arial, helvetica;
}

p {
	color: #555; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	font-family: arial, helvetica
}

p.statusText {
	color: red; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	font-family: arial, helvetica
}

hr {
	color: #526170;
	margin:0;
	padding:0;
}

h1 {
	color: #526170;
	font-size: 20px; 
	font-weight: bold; 
	text-decoration: none;
	font-family: 'arial black', arial, helvetica
}

.footer {
	margin-top:10px;
	color: #555;
	font-size:10px;
	font-family:verdana,arial,helvetica;
	text-align:left;
}