/* 
	IMPORTANT!!!!!
	!!!===== All css must begin with .Site with the exception of BODY and #mainTable =====!!!
	!!!===== This ensures no styling is applied to the AdminSystem =====!!!
*/

BODY
{
    MARGIN:0;
    font-family:Arial, Helvetica, Verdana, Sans-Serif;
    background:#c3c1c1;
}

/* ################################### Site IDs ################################# */

.Site .a
{
    display:block;
    width: 100%;
    text-decoration: none;
    background-position:center;
    background-repeat:no-repeat;
}
.Site .info
{
   font-size:110%;
   text-align:center;
   padding-top:10px;
}
.Site .smaller
{
    font-size:70%;
    padding-bottom:10px;
}

