body {
	background: transparent;
	margin: 0px;
	padding: 0px;
    font-family: Tahoma;
    font-size: 10px;
}

table {
    font-family: Tahoma;
    font-size: 10px;
    color: #000000;
}
h2 {
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

.small {  
    font-family: Tahoma; 
    font-size: 9px; 
    color: #000000;
}

.title {
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
	height: 22px;
    background-image: url(img/title_bg.jpg);
    background-repeat: repeat;
    background-position: left top;
}

.title2 {
    color: #DADADA;
	height: 20px;
    background-image: url(img/title_bg2.jpg);
    background-repeat: repeat;
    background-position: left top;
}

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

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

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

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

a:hover {
    color: #FF0000;
    text-decoration: none;
    font-weight: normal;
}

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

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

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

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

option, textarea, input, select, file {  
    font-family: Tahoma; 
    font-size: 10px; 
    color: #000000; 
    background: #e0e0e0;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #111111;
    border-right: 1px solid #dddddd;
}

.footer {color: #FFFFFF
	  size: 10px
			}

.form_username {
	margin-top: 2px;
	margin-left: 3px;
	font-size: 11px;
    background-color: transparent;
    border: 0px;
}

.form_password {
	margin-top: 2px;
	margin-left: 3px;
	font-size: 11px;
    background-color: transparent;
    border: 0px;
}

.form_name {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #eeeeee;
    border: 1px solid #333333;
    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: 0px; 
    margin: 0px;
}
