body {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;



    scrollbar-base-color:#cccccc;

    scrollbar-3dlight-color:#333333;

    scrollbar-arrow-color:#333333;

    scrollbar-darkshadow-color:#333333;

    scrollbar-face-color:#cccccc;

    scrollbar-highlight-color:#cccccc;

    scrollbar-shadow-color:#cccccc;

    scrollbar-track-color:#cccccc; 

}



table {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;

    color: #ffffff;

}

h2 {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    color: #ffffff;

    text-transform: uppercase;

    font-weight: bold;

}



.small {  

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 9px; 

    color: #ffffff;

}



.title {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #FF9900;

    font-weight: bold;

    background-image: url(images/title_bg.gif);

    background-repeat: repeat;

    background-position: left top;

}



.category_big {  

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px; 

    color: #FF9900; 

    font-weight: bold; 

}



.category {  

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px; 

    color: #FF9900; 

    font-weight: normal; 

}



.marked {

    background-color: #FEE300;

    font-weight: bold;

}



a, a:visited, a:active {

    color: #ffffff;

    text-decoration: none;

    font-weight: normal;

}



a:hover {

    color: #FF9900;

    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: #ffffff;

    text-decoration: none;

    font-weight: bold;

}



a.category, a.category:visited, a.category:active {

    color: #ffffff;

    text-decoration: none;

}



a.category:hover {

    color: #ffffff;

    text-decoration: none;

}



option, textarea, input, select, file {  

    font-family: Verdana, Arial, Helvetica, sans-serif; 

    font-size: 10px; 

    color: #ffffff; 

    background-color: #181818; 

    border: 1px solid #333333;

}



.footer {color: #FFFFFF

			size: 10px

			}

			

.form_off {  

    color: #ffffff; 

	background-color: #181818; 

    border: 1px solid #666666;

}



.form_on {  

    color: #ffffff; 

    background-color: #181818; 

    border: 1px solid #ffffff;

}



.form_username {

    background-color: #2D2D2D;

    border: 1px solid #333333;

    background-image: url(images/username.gif);

    background-repeat: no-repeat;

    background-position: left top;

}



.form_password {

    background-color: #2D2D2D;

    border: 1px solid #333333;

    background-image: url(images/password.gif);

    background-repeat: no-repeat;

    background-position: left top;

}



.form_name {

    background-color: #2D2D2D;

    border: 1px solid #333333;

    background-image: url(images/name.gif);

    background-repeat: no-repeat;

    background-position: left top;

}



.form_text {

    background-color: #2D2D2D;

    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;

}





/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

position:absolute;

top: 0;

border: 0px solid transparent; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 10px Verdana;

line-height:12px;

z-index:100;

background-color: #181818;

width: 100px;

visibility: hidden;

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 3px;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

font-weight: normal;

color: #ffffff;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color: #E58716;

color: #000000;

font-weight: bold;

}