#navigation a { 
background: url(../img/buttons/navigation.png) no-repeat;
height: 17px;
display: block;
padding-left: 5px;
margin-left: 0px;
margin: 0px 0;
font-size: 10px;
color: white;
font-weight: bold;
text-decoration: none;
line-height: 17px;
}

#navigation a:hover {
background-position:0 bottom;
}

#user_navi a { 
padding-left: 5px;
margin-left: 0px;
margin: 0px 0;
font-size: 12px;
color: white;
font-weight: bold;
text-decoration: none;
}

#user_navi a:hover {
background-position:0 bottom;
color: #ffd700;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
}
h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8b0000;
    text-transform: uppercase;
    font-weight: bold;
}

.small {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    color: #ffffff;
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(images/title_bg.gif);
    background-repeat: repeat;
    background-position: left top;
}

.category_big {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #ffffff; 
    font-weight: bold; 
}

.category {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 
    color: #ffffff; 
    font-weight: normal; 
}

.marked {
    background-color: #ffffff;
    font-weight: bold;
}

a, a:visited, a:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #ffd700;
    text-decoration: none;
    font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a.titlelink:hover {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
}

a.category, a.category:visited, a.category:active {
    color: #ffffff;
    text-decoration: none;
}

a.category:hover {
    color: #ffd700;
    text-decoration: none;
}

option, textarea, input, select, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #ffffff; 
    background-color: #8b0000; 
    border: 1px solid #000000;
}

.footer {color: #FFFFFF
	  size: 10px
			}
			
.form_off {  
    color: #666666; 
    background-color: #8b0000; 
    border: 1px solid #000000;
}

.form_on {  
    color: #ffffff; 
    background-color: #8b0000; 
    border: 1px solid #000000;
}

.form_username {
    background-color: #015604;
    border: 1px solid #0a7620;
    background-image: url(images/username.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_password {
    background-color: #015604;
    border: 1px solid #0A7620;
    background-image: url(images/password.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_name {
    background-color: #015604;
    border: 1px solid #0A7620;
    background-image: url(images/name.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #015604;
    border: 1px solid #0A7620;
    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;
}

.login { 
    background-color: transparent; 
    border: 1px none;
	color: #FFd700;
    font-weight: bold;
	font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}