body {font-family:Arial, Helvetica, sans-serif; font-size:11px;}
/*Example for a Menu Style*/
.menu {
background-image:none;
background-color: #cc2027; 
color: #CCCCCC; 
border-bottom:1px solid #cc2027; 
height:25px;
width:442px;}
.menu ul {
background-image:none;
margin:0px; 
padding:0px; 
list-style:none; 
text-align:center;}
.menu li {
background-image:none;
display:inline; 
line-height:23px;}
.menu li a {
background-image:none;
color:#EBE7E4; 
text-decoration:none; 
padding:4px 5px 6px 5px;  
border-left:1px solid #cc2027; 
border-right:1px solid #cc2027;}
.menu li a.tabactive {
background-image:none;
border-left:1px solid #d7d7d7;
 border-right:1px solid #d7d7d7; 
 background-color: #9C0204; /*#9F958C; */
 font-weight:bold; 
 position:relative;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {
/* border:1px solid #cc2027; */
width:440px; 
text-align:left;
padding:6px 0px; 
font-size:11px; 
margin-bottom:5px;
}
.gris {
width:440px; background-color: #E2E2E2}