﻿body 
{
	background-color:#CCCCCC; text-align:center; font-family: Arial; margin:0px; font-size:11px;
}

a { color:Blue; text-decoration:none; }
a:hover { text-decoration:underline; }

.Canvas { margin-left:15px; margin-right:15px; margin-top: 5px; background-color:White; border:solid 1px #404040; width:970px;  text-align:left; }

.MenuStatic { height: 30px; background-color:#B99A7B; border-collapse:collapse; }
.MenuStatic td
{
	 width:200px; text-align:center; font-size:12px; font-weight:bold; color:White; border-right:solid 1px black;
	 border-bottom:solid 1px black; border-top:solid 1px black;
}

.NewsHeading { font-size:16px; color:#731008; font-weight:bold; }
.NewsDate { color: #33588f;	font-size: 10px;}
.NewsHeadline { color:#730810;   font-weight: bold;}
.NewsBody { color: #464646; font-size:11px;}

.SectionHeading {  font-weight:bold; font-size:14px; color:#A8825C; }

.FAQ { font-size:12px; }
.FAQ a { text-decoration:none; color:Blue; }
.FAQ a:hover { text-decoration: underline; }

img { padding:0px; margin:0px; border-collapse:collapse;  }

#ticker-container {
        position:relative;
        overflow:hidden;
        width: 200px;
        height: 250px;
        background-color: ;
        background-repeat: repeat;
        padding: 2px;
        border:   ;
        }
	
#ticker {
		position:relative;
		width:200px;
	}
	
#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: 12px;;
            font-weight: normal;
            color: ;
            padding-left: 2px;
	}
	
#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            text-decoration: none;
            padding-left: 2px;
	}
        
#ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
            color: ;
            text-decoration: none;
            padding-left: 2px;
        }


