body{
	 color:		 #000000;
	 font-size:      12px;
         font-weight:    400;
         font-family:    arial;
}
body A:link         { color: #333333; }
body A:visited      { color: #333333; }
body A:hover        { color: #ff9900; }
body A{
        font-family: arial;
        font-size: 12px;
        font-weight: 400;
}	 

.titlebar{
	 color:		#666666;
	 font-size:      14px;
         font-weight:    600;
         font-family:    arial;
}
.titlebar A:link         { color: #666666; }
.titlebar A:visited      { color: #666666; }
.titlebar A:hover        { color: #ccccee; }
.titlebar A{
        font-family: arial;
        font-size: 12px;
        font-weight: 400;
}	 

.subhead{
	 color:          #ffffff;
         background-color: #eeaa33;
	 font-size:      12px;
         font-weight:    600;
         font-family:    arial;
}

.tableheader{
	 text-align: center;
	 color:          #aaaaaa;
         background-color: #ffffff;
	 font-size:      12px;
         font-weight:    600;
         font-family:    arial;
}

.tablecell{
	 background-color: #eeeeee;
	 color:          #333333;
	 font-size:      12px;
         font-weight:    400;
         font-family:    arial;
}
.tablecell A:link         { color: #0000ee; }
.tablecell A:visited      { color: #0000ee; }
.tablecell A:hover        { color: #eeaa33; }
.tablecell A{
        text-decoration: none;
	font-family: arial;
        font-size: 12px;
        font-weight: 400;
}

.lbtable {
border-collapse: collapse;
font-family: arial;
font-size: 12px;
color: #333333;
background: #ffffff;
}

.lbtable td{
padding: 2px;
border: 1px solid #990000;
}

.lbheader {
font-weight: 600;
color: #ffffff;
background: #6666bb;
}
	