/* swank7.com standard style sheet, s7standard.css */

body { 
margin: 0px !important;
margin-top: 0px !important; 
margin-right: 0px !important;
margin-bottom: 0px !important;
margin-left: 0px !important;
background-color:#FFFFFF; 
background-position: 0px; 
padding: 0px !important; 
scrollbar-face-color:#FFFFFF;
scrollbar-arrow-color:#999999;
scrollbar-track-color:#CCCCCC;
scrollbar-shadow-color:#999999;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#999999;
scrollbar-darkshadow-Color:#FFFFFF;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: none;}

font {
font-weight: normal; font-size: 6pt; line-height: 9px; font-family: verdana, arial, trebuchet, sans-serif, helvetica; letter-spacing: -1pt; text-transform: lowercase; word-spacing:1; text-decoration:none} 

a:link, a:active, a:visited {
color:BB0000; text-transform:lowercase; text-decoration:none; 
} 

.littlenavlink {
font-weight: normal; font-size: 7pt; line-height: 10px; font-family: arial,  trebuchet, sans-serif, helvetica; letter-spacing: 0pt; word-spacing:1; text-transform: lowercase;}


.littlewhitenavlink {
font-weight: normal; font-size: 7pt; line-height: 9px; font-family: arial,  trebuchet, sans-serif, helvetica; letter-spacing: 0pt; word-spacing:1; text-transform: lowercase;}


/* CODE FOR THIN DROPDOWN LISTS */ 

select.Menu{
font-family: Verdana, verdana, arial, trebuchet, sans-serif, helvetica;
font-size: 1pt;
font-weight: normal;
font-style: normal;
}
option.MenuColorOne{
color:#663300;
background-color:#FFFFFF;
}
option.MenuColorTwo{
color:#000000;
background-color:#CCCCCC;
}
option.MenuColorThree{
color:#000000;
background-color:#CCCCCC;
}


/* CODE FOR TEXTLINK COLOR MOUSEOVERS */

<!--
A.type1:link {color:#AAAAAA; text-decoration:none;}
A.type1:visited {color:#AAAAAA; text-decoration:none;}
A.type1:active {color:#000000; text-decoration:none;}
A.type1:hover {color:#BB1111; text-decoration:none;}
A.type2:link {color:#000000; text-decoration:none;}
A.type2:visited {color:#000000; text-decoration:none;}
A.type2:active {color:#FF0066; text-decoration:none;}
A.type2:hover {color:#FF0066; text-decoration:none;}
A.type3:link {color:#663300; text-decoration:none;}
A.type3:visited {color:#663300; text-decoration:none;}
A.type3:active {color:#888888; text-decoration:none;}
A.type3:hover {color:#888888; text-decoration:none;}
A.type4:link {color:#000000; text-decoration:none; font-weight: bold;}
A.type4:visited {color:#000000; text-decoration:none font-weight: bold;}
A.type4:active {color:#FF0066; text-decoration:none; font-weight: bold;}
A.type4:hover {color:#FF0066; text-decoration:none; font-weight: bold;}
A.type5:link {color:#663300; text-decoration:none;}
A.type5:visited {color:#663300; text-decoration:none;}
A.type5:active {color:#888888; text-decoration:none;}
A.type5:hover {color:#888888; text-decoration:none;}
A.type6:link {color:#FFFFFF; text-decoration:none;}
A.type6:visited {color:#FFFFFF; text-decoration:none;}
A.type6:active {color:#5588EE; text-decoration:none;}
A.type6:hover {color:#5588EE; text-decoration:none;}
//-->

