table {
    font-family: verdana;
    font-size: 10px;
    color: #ca2d00;
}
h2 {
    display: none
}

.small {  
    font-family: verdana; 
    font-size: 9px; 
    color: #ca2d00;
}


.title {
    font-family: verdana;
    font-size: 11px;
    color: #ca2d00;
    background-image: url(images/title.jpg);
    background-repeat: repeat;
    background-position: left top;
    height: 38px;
    font-weight: bold;
}

.titlelink {
    font-family: verdana;
    font-size: 11px;
    color: #ca2d00;
    font-weight: bold;
}

.category_big {  
    font-family: verdana;
    font-size: 12px; 
    color: #ca2d00; 
    font-weight: bold; 
}

.category {  
    font-family: verdana;
    font-size: 11px; 
    color: #ca2d00; 
    font-weight: normal; 
}

.marked {
    background-color: #000000;
    font-weight: bold;
}

a, a:visited, a:active {
    color: #ca2d00;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #ca2d00;
    text-decoration: underline;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
    color: #ca2d00;
    text-decoration: underline;
    font-weight: bold;
}

a.titlelink:hover {
    color: #ca2d00;
    text-decoration: none;
    font-weight: bold;
}

a.category, a.category:visited, a.category:active {
    color: #ca2d00;
    text-decoration: none;
}

a.category:hover {
    color: #ca2d00;
    text-decoration: underline;
}

option, textarea, select, input, file {  
    font-family: verdana; 
    font-size: 10px; 
    color: #ca2d00; 
    padding: 2px 0px 2px 0px;
    background-color: #F2F2F2; 
    border-right: 1px #999999 solid;
    border-bottom: 1px #999999 solid;
    border-top: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
}


.footer {color: #FFFFFF
	  size: 10px
}
			
.form_off {  
    color: #f2f2f2; 
    background-color: #161616; 
    border: 1px solid #333;
}

.form_on {  
    color: #f2f2f2; 
    background-color: #161616; 
    border: 1px solid #555;
}

.form_username {
    background-color: #fefefe;
    width: 100px;
    text-align: right;
    margin-bottom: 2px;
    padding: 3px;
    border: none;
    color: #131313;
    font-family: tahoma;
    font-size: 9px;
    font-weight: bold;
}

.form_password {
    background-color: #fefefe;
    width: 100px;
    text-align: right;
    padding: 3px;
    border: none;
    color: #131313;
    font-family: tahoma;
    font-size: 9px;
    font-weight: bold;
}

.form_name {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/name.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/message.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.input { 
    background-color: transparent; 
    border: 1px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}

