/*  =================================  */
/*  ==========  Main Body  ==========  */ 
/*  =================================  */

BODY {
scrollbar-face-color:#c0c0c0;
scrollbar-highlight-color:#c0c0c0;
scrollbar-3dlight-color:#353535;
scrollbar-darkshadow-color:#333333;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;
margin-left: 0px;
margin-top: 5px;
font-size: 12px;    
CURSOR: default; 
COLOR: #999999; 
BACKGROUND-color: #000000; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
TEXT-DECORATION: none;
}

/*  ============Buttons==============  */
.picbox {
    border: 2px solid #D0D0D0;
}
.txtbox {
    border: 1px solid #D0D0D0;
    background-color: #999999;
    font-size: 12px;    
    color: #000000;
}
.txtboxdone {
    font-size: 12px;  
	text-decoration: none;  
    color: #000000;
}
.submit {
 border: 1px solid #000000;
 height: 15px;
 width: 15px;
 background-image: url(../images/submit.jpg);
}
.submit:hover {
 border: 1px solid #000000;
 height: 15px;
 width: 15px;
 background-image: url(../images/submit-over.jpg);
}
.reset {
 border: none;
 height: 15px;
 width: 15px;
 background-image: url(../images/reset.jpg);
}
.reset:hover {
 background-image: url(../images/reset-over.jpg);
}
/*  ============Text==============  */
.main {
font-size: 10px;
font-style: ;
font-weight: ;
text-decoration: none;
color: #c0c0c0;
}
.style1 {
font-size: 12px;
font-style: ;
font-weight: ;
text-decoration: none;
color: #c0c0c0;
}
.style1:hover {
font-size: 12px;
font-style: none;
font-weight: ;
text-decoration: none;
color: #ffffff;
}
.style2 {
font-size: 10px;
font-style: ;
font-weight: ;
text-decoration: none;
color: #c0c0c0;
}
.style3 {
font-size: 14px;
font-style: ;
font-weight: 900;
text-decoration: none;
color: #c0c0c0;
}
.style4 {
font-size: 14px;
font-style: ;
font-weight: 900;
text-decoration: none;
color: #46465c;
}
.style5 {
font-size: 14px;
font-style: ;
font-weight: 900;
text-decoration: none;
color: #aeaeb3;
}
.style6 {
font-size: 16px;
font-style: ;
font-weight: 900;
text-decoration: none;
color: #D47501;
}
.style7 {
font-size: 12px;
font-style: ;
font-weight: 900;
text-decoration: none;
color: #000000;
}
.style8 {
font-size: 12px;
font-style: ;
font-weight: 600;
text-decoration: none;
color: #cccccc;
}
.style9 {
font-size: 50px;
font-family: Monotype Corsiva;
font-style: italic;
font-weight: 900;
text-decoration: none;
color: #cccccc;
}
.style10 {
font-size: 40px;
font-family: Monotype Corsiva;
font-style: italic;
font-weight: 900;
text-decoration: none;
color: #cccccc;
}
.style11 {
font-size: 40px;
font-style: ;
font-weight: 900;
text-decoration: none;
color: #aeaeb3;
}
.style12 {
font-size: 30px;
font-family: Monotype Corsiva;
font-style: italic;
font-weight: 900;
text-decoration: none;
color: #cccccc;
}

/*  ============Links==============  */
.h-link {
font-size: 12px;
font-style: ;
font-weight: ;
text-decoration: none;
color: #c0c0c0;
}
.h-link:hover {
font-size: 12px;
font-style: none;
font-weight: ;
text-decoration: none;
color: #ffffff;
}
.link1 {
font-size: 10px;
font-style: italic;
font-weight: ;
text-decoration: none;
color: #c0c0c0;
}
.link1:hover {
font-size: 10px;
font-style: italic;
font-weight: ;
text-decoration: none;
color: #999999;
}
.link2 {
font-size: 10px;
font-style: italic;
font-weight: ;
text-decoration: none;
color: #D47501;
}
.link2:hover {
font-size: 10px;
font-style: none;
font-weight: ;
text-decoration: none;
color: #D47501;
}
.link3 {
font-size: 13px;
font-style: italic;
font-weight: ;
text-decoration: none;
color: #c0c0c0;
}
.link3:hover {
font-size: 13px;
font-style: italic;
font-weight: ;
text-decoration: none;
color: #000000;
}
.link4 {
font-size: 12px;
font-style: italic;
font-weight: ;
text-decoration: none;
color: #D47501;
}
.link4:hover {
font-size: 12px;
font-style: none;
font-weight: ;
text-decoration: none;
color: #D47501;
}
.link5 {
font-size: 15px;
color: #999999;
}
.link5:hover {
font-size: 15px;
color: #666666;
}
#popitmenu{
position: absolute;
background-color: #444444;
border:1px solid gray;
font: normal 12px Arial;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #999999;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #333333;
color: #ffffff;
}