body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #93989f;
}

td { font-family: tahoma; font-size: 8pt; color: #93989f; }

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #93989f;
    text-transform: uppercase;
    font-weight: bold;
}

.small {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    color: #93989f;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    background-image: url(SWF/title_bg.jpg);
    background-repeat: repeat;
    background-position: left top;
}

.category_big {  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    color: #93989f; 
    font-weight: bold; 
}

.category {  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    color: #93989f; 
    font-weight: normal; 
}

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

a:link { color: #93989f; text-decoration: none; } 
a:visited { color: #93989f; text-decoration: none; } 
a:active { color: #93989f; text-decoration: none; } 
a:hover { color: #93989f; text-decoration: underline; }

a.titlelink { color: #000000; text-decoration: none; }
a.titlelink:visited { color: #000000; text-decoration: none; }
a.titlelink:active { color: #000000; text-decoration: none; }
a.titlelink:hover { color: #000000; text-decoration: underline; }

a.category { color: #93989f; text-decoration: none; }
a.category:visited { color: #93989f; text-decoration: none; }
a.category:active { color: #93989f; text-decoration: none; } 
a.category:hover { color: #93989f; text-decoration: underline; }

option, textarea, input, select, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #93989f; 
    background-color: #FFFFFF; 
    border: 1px solid #333333;
}

.footer {color: #FFFFFF
	  size: 10px
			}
			
.form_off {  
    color: #666666; 
    background-color: #DCDCDC; 
    border: 1px solid #666666;
}

.form_on {  
    color: #000000; 
    background-color: #EEEEEE; 
    border: 1px solid #000000;
}

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

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

.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: 0px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}

