/* 
    Document   : FAC
    Created on : Jun 20, 2009, 5:30:16 PM
    Author     : Dennis King
    Description:
        Main Style Sheet for FAC website
*/

body {
    background-color: #000000;
    font-family: Arial;
    font-size: 8pt;
    color: #ffffff;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

table.main {
    border-spacing: 0pt;
    padding: 0px;
    margin:0px;
    border-style: none;
    border-width: 0px;
    width: 100%;
    text-align:center;
}

table.main td, table.main th {
    padding: 0px;
    margin: 0px;
}

.centerme {
    text-align: center;
    width: 800px;
    margin-left:auto;
    margin-right:auto;
}

h2 {
   background-color:#8000FF;
    font-family: Arial;
    font-size: 10pt;    
}

img {
    border: none;
}

div.clsinfo {
    text-align:justify;
    margin-left:auto;
    margin-right:auto;
    margin:10px;
    font-family: Arial;
    font-size: 10pt;    
}

div.maincontent {
    text-align: center;
    width: 800px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #A6BFD5;
    border-bottom-color: #A6BFD5;
    border-left-color: #A6BFD5;
    border-right-color: #A6BFD5;
    margin-left:auto;
    margin-right:auto;
}

div.special {
    text-align:center;
    background-color:#3d2882;
    padding:5px;
}

div.announ {
    text-align:center;
    color:yellow;
    font-size:large;
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

a:active {
    text-decoration: none;
    color: #FFFFFF;
}

a.stdLink:link
{
    text-decoration: none;
    background-color:black;
    color: #A6BFD5;
    padding-left:5px;
    padding-right:5px;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}
a.stdLink:visited
{
    text-decoration: none;
    background-color:black;
    color: #A6BFD5;
    padding-left:5px;
    padding-right:5px;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}
a.stdLink:active
{
    text-decoration: none;
}
a.stdLink:hover
{
    text-decoration: underline;
    color: white;
}

.style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}



.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; }

.style7 {color: #FFFFFF}

.style10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #3d2882; }
