BODY
{
    COLOR: #333333;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    background-color: #dad4d4;
    
}
A
{
    COLOR: #550505;
	FONT-SIZE: 11px;
	TEXT-DECORATION: NONE;
}

TD
{
    COLOR: #333333;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 14px;
    vertical-align: top;
}

#some_text
{
    COLOR: #585858;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 24px;
    vertical-align: top;
    background-color: white;
    filter:alpha(opacity=0.85); /* IE's opacity*/
    opacity: 0.80;
    padding-top: 20;

}



#reg {
    padding-bottom: 10;
}
#reg input.email
{
    padding-bottom: 0px;
    margin: 0px;
    font-size: 1em;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    border: 1px solid; 
    color: #666666;
    width: 280px;
    height: 29px;
    background-color: #fed;
}

#reg input.btn { 
      color:#050; 
      font: 'verdana'; 
      background-color:#fed; 
      border: 1px solid; 
      height: 29px;
      border-color: #696 #363 #363 #696; 
      filter:progid:DXImageTransform.Microsoft.Gradient 
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
      cursor:pointer;cursor:hand;
} 


/* menu starts */
.top_menu {
    height:36px;
    /*width:var(content_width);*/
    width:742px;
    background-color:#E0E0E0;
    /*background:url(line/blank_sepia.gif);*/
    position:relative; 
    font-family:arial, verdana, sans-serif; 
    font-size:11px;
    z-index:500;
}

.top_menu .menu_item {  /* select = menu_item */
    margin:0; 
    padding:0; 
    list-style:none; 
    white-space:nowrap;
    
}

.top_menu li {
    float:left;
    padding: 5px;
    /*border: black 1px solid;*/
    /*background:url(line/blank_over_sepia.gif);*/
}

.top_menu .menu_item li.line a {color:#fc0; text-decoration:none; }
.top_menu .menu_item li.line a:hover {color:#FF0000; text-decoration:none; }


.top_menu .sub {
    display:none;
    margin:0; 
    padding:0;
    list-style:none;
}

.top_menu .menu_item a:hover b, 
.top_menu .menu_item li:hover a b {
    display:block; 
    /*background:url(line/blank_over_sepia.gif) right top; */
    cursor:pointer;
}

.top_menu .menu_item :hover .sub {
    height:25px;
    display:block; 
    position:absolute;
    float:left;
    width:740px;
    top:23px; 
    left:0; 
    text-align:center;
    /*background:transparent url(line/transparent.gif);*/
    border:1px solid #aaa;
}

/* menu ends */
