a {
    text-decoration: none;
    color: #990000;
    font-size: 12px;
}
a:visited {
    text-decoration: none;
    color: #990000;
    font-size: 12px;
}

body { 
		color: #000000;
        font-size: 12px;
        font-family:Arial, Helvetica, sans-serif;
        margin-top: 0px;
        margin-left: 0px; background-color:#cccccc;
}

#main {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    -moz-box-shadow: 0px 1px 25px rgba(0, 28, 55, 0.4);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 28, 55, 0.4);
    box-shadow: 0px 1px 25px rgba(0, 28, 55, 0.4);
    background-color: #fff;
}


#container {
    width: 960px;
    height: auto;
    background-color: #FFF;
    padding-left: 0px;
}

#footer {
    z-index: 100;
    display: block;
    margin: 0px;
    padding: 8px 0px;
    width: 960px;
    border-top: 1px solid #cccccc;
    background-color: #000000;
    color: #ffffff;
	  margin-right: auto;
    margin-left: auto;
}

    #footer a:visited {
        color: #ffffff;
    }

.footer-text {
    color: #ffffff;
}

    .footer-text a:visited {
        color: #ffffff;
    }

    .footer-text a {
        color: #ffffff;
    }

#footer a:hover {
    text-decoration: underline;
}

.header1	{color: #0063a3; font-weight: bold; font-size:14px;}
.header2	{color: #0063a3; font-weight: bold; font-size:12px;}
.header3	{color: #0063a3; font-weight: bold; font-size:11px;}
.redBold	{color: #990000; font-weight: bold; font-size:12px;}
.redlarge	{color: #990000; font-weight: bold; font-size:14px;}
.underline	{text-decoration: underline;}
.greentext      {color:#026365; font-size:12px;}

img {
	border-width: 0px;
	border-style: none;
}
