/*  ATLANTIC CLASSICS --- Style Sheet  */
/*  www.atlanticclassics.com */
/*    */  
/* Global Styles */
BODY {
    font-family: New Times Roman;
    font-size: 9pt;
    color: #000000;
    font-weight:normal;
     background-image: url('images/background1_white.gif');
     background-repeat: repeat;
}
INPUT {
    font-family: New Times Roman;
    font-size: 9pt;
}
TABLE, TD, TR {
    font-family: New Times Roman;
    font-size: 9pt;
    color: #000000;
    font-weight:normal;
}

A {
    font-family: New Times Roman;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66;
    text-decoration:none;
}
A:LINK {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66;
    text-decoration : none;
}
A:VISITED {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66;
}
A:HOVER {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66;
    text-decoration: underline;
}
A:ACTIVE {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66; 
    text-decoration :  underline;
}
A.navbar {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66;
    text-decoration: strong;
}
A.navbar:LINK {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66;
    text-decoration : strong;
}
A.navbar:VISITED {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66;
    text-decoration : strong;
}
A.navbar:HOVER {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66;
    text-decoration: none;
}
A.navbar:ACTIVE {
    font-family: Arial, Helvetica,sans-serif;
    font-size: 9pt;
    font-weight : bold;
    color: #FFCC66; 
    text-decoration : none;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Times New Roman;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: "d4af20";
}

.hrcolor {
    color : #FF0000;
}   




/* SAMPLE CSS TEST
td, tr, table, body, .text {
font-family:arial,verdana,helvetica; 
color: #666; 
font-size:11px; 
font-weight:normal;
}

form {
margin:0px;
}

#Container {
text-align: center;
margin: 0 auto;
background:#fff;
}

.background {
width: 806px;
text-align: center;
margin: 0 auto;
background:url(images/bg-sliver.gif) repeat-y;
}

.smtext01 {
font-size:10px;
color:#666;
font-weight:normal;
}

.smtext {
font-size:11px;
color:#666;
font-weight:normal;
}

.smredtext {
font-size:11px;
color:#CC0000;
font-weight:normal;
}

.wheeltext {
font-size:13px;
color:#CC0000;
font-weight:bold;
}

.wheeltextHdr {
font-size:22px;
color:#CC0000;
font-weight:bold;
}

a.smtext:link, a.smtext:visited {
font-size:11px;
color:#666
}

a  {  font-family: arial,verdana, Helvetica, sans-serif; color:006699; 
text-decoration:none;}
a:link { color:#cc0000;text-decoration:none;}
a:visited { color:#cc0000;text-decoration:none;}
a:hover {  color:#333; text-decoration:none;}


home a  {  font-family: arial,verdana, Helvetica, sans-serif; color:006699; 
text-decoration:none;}
home a:link { color:#505050;text-decoration:none;}
home a:visited { color:#cc0000;text-decoration:none;}
home a:hover {  color:#cc0000; text-decoration:none;}

END OF SAMPLE CSS TEXT  */
