﻿* {
margin:0;
padding:0;
}

/* Set initial font styles  */
body {
   text-align: left;
   font-family: 'Trebuchet MS', Lucida Sans Unicode, Lucida Grande, Lucida Sans, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10pt; 
   background-color: #FFF;
}

/* set font size for all divs, this overrides some body rules */
div {
   font-size: 10pt; 
}
h1 {font-size: 14pt;padding: 0 0 10px 0; }


p {
   padding-bottom: 12px;
}
/* Text Hyperlinks */
a, a:link, a:active, a:visited 
{   
    text-decoration: none;
    color: #AAAAAA;
}
a:hover 
{
    text-decoration: underline;
    color: #333333;   
}





/* ============================================================= */
.general_image 
{
    border: solid 1px #000;   
}

/* Container Layout CSS */
#container 
{
    margin: 0px auto;
    padding: 10px;
    width: 650px;
    background-color: #FFFFFF;
    min-height: 500px;
}

/* Content CSS */
#content 
{
    clear:both;
}
/* Footer CSS */
#footer 
{
    text-align:center;
    color: #DDDDDD;
    font-size: 11px;
       
}

.clr {clear:both; height:1px;}

/* Past Collections Page CSS*/
.past_table, .current_table {
    border: 0;
    width: 600px;
    margin: 0 auto;
    font-size: 12px;
}
.past_table td, .current_table td {
    width: 33%;
    text-align: center;
    vertical-align: top;
}
.past_divider, .current_divider
{
    border: none 0; 
    border-top: 1px solid #ADB6D2;/*the border*/
    width: 90%;
    height: 1px;    /*whatever the total width of the border-top and border-bottom equal*/
    text-align: center;
    margin: 20px auto; 
  
}
