* {
    margin:0; 
    padding:0; 
    font-size: 12px;
    font-family: 'Verdana', 'arial', 'helvetica', 'sans-serif';
    color: #666666
}
body{
    background: url(bg.gif) #fff repeat-x 50% top;
}
a {
	color: #666666; text-decoration: none
}
a:hover {
	color: #d20000; text-decoration: underline
}
a.titlemenu {
    color: #ffffff; text-decoration: none;
}
a.titlemenu:hover {
    color: #ededed; text-decoration: none;
}
a.red {
    color: #880000; text-decoration: none;
}
a.red:hover {
    color: #880000; text-decoration: underline;
}
a.redx {
    color: #FF6600; text-decoration: none;
}
a.redx:hover {
    color: #FF6600; text-decoration: underline;
}
a.tail {
    color: #999999; text-decoration: none;
}
a.tail:hover {
    color: #666666; text-decoration: underline;
}

#tabsMenu {float:left;width:100%;font-size:13px;font-weight: bold;line-height:normal;}
#tabsMenu ul {margin:0;padding:10px 10px 0 130px;list-style:none;}
#tabsMenu li {display:inline;margin:0;padding:0;}
#tabsMenu a {float:left;/*background:url("tableftMenu.gif") no-repeat left top;*/margin:0;padding:0 0 0 4px;text-decoration:none;}
#tabsMenu a span {float:left;display:block;/*background:url("tabrightMenu.gif") no-repeat right top;*/padding:5px 15px 4px 10px;color:#FFF;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsMenu a span {float:none;font-size:13px;font-weight: bold;}
/* End IE5-Mac hack */
#tabsMenu a:hover span {color:#fff;}
#tabsMenu a:hover {background:url("tableftMenu.gif") no-repeat left top;}
#tabsMenu a:hover span {background:url("tabrightMenu.gif") no-repeat right top;}  

#tabsMenu li.active a span {color:#000;}
#tabsMenu li.active a {background:url("tableftMenu.gif") no-repeat left top;background-position:0% -42px;}
#tabsMenu li.active a span {background:url("tabrightMenu.gif") no-repeat right top;background-position:100% -42px;}  
#tabsMenu li.active a:hover span {color:#000;}
#tabsMenu li.active a:hover {background:url("tableftMenu.gif") no-repeat left top;background-position:0% -42px;}
#tabsMenu li.active a:hover span {background:url("tabrightMenu.gif") no-repeat right top;background-position:100% -42px;}  

.list ul {
	padding: 0px;
	list-style: disc inside;
}
.list li {
    padding: 3px;
	font-weight: normal;
}
.list a, .list a:hover {
    color: #880000
}

.list ol {
	padding: 0px;
	list-style: decimal inside;
}

.listtitle {
	color: #880000;
	font-weight: bold;
}

.t { border-top:1px solid #e1e1e1; }
.r { border-right:1px solid #e1e1e1; }
.b { border-bottom:1px solid #e1e1e1; }
.l { border-left:1px solid #e1e1e1; }


h4 {
        font-size: 16px;
        color: #000;
        margin: 0;
}