﻿body, td 
{
	font-family:Arial, Verdana;
	color:Black;	
	font-size:.95em;
	
}

.PageHeading
{
	color: #243A69;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	}
.SmallText
{
	font-size:.75em;
	}
	
.TagPhrase
{
	font-weight: bold;
	}
	

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5F716D;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #9DACA9;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D9D4C3;
    border: 1px solid #2F4F4F;
    border-top: none;
    border-right: none; 
    padding: 5px;
    padding-top: 10px;
}

       #ticker-container {
        position:relative;
        overflow:hidden;
        width: 194px;
        height: 171px;
       background-image: url(../images/news_bg.jpg);
        background-repeat: no-repeat;
        margin-top:5px;
        margin-bottom:5px;
		
        
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#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: xx-small;
            font-weight: normal;
           
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
         
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
       
            text-decoration: none;
            padding-left: 2px;
        }