﻿#BuletinBoard {
    list-style: none;
	margin: 20px;
	padding: 0px;
}
#BuletinBoard h1 
{
    font-size: 10pt;
    color:#77787B;
}
#BuletinBoard p {
    color:#77787B;
}
#BuletinBoard li {
	padding: 0;
	display:block;
}

#BuletinBoard li div {
    display: block;
    position: relative;
    text-decoration:none;
    width:230px;
}

#BuletinBoard li div .heading 
{
    background:transparent url(images/Tabs/Silver.png) no-repeat ;
    font-size:12pt;
    font-weight:bold;    
    padding:6px;   
    width:218px;
    color:#77787B;
}

#BuletinBoard li div .text
{
    background: white;
    padding:6px;
    width:218px;
}

#BuletinBoard .line
{
    border-bottom:1px dotted #77787B;
    display:block;
    margin:5pt 0;
    width:100%;
}

#BuletinBoard p.red
{
    color: Red;
}

#BuletingBoard p.flashing
{
    text-decoration:blink;
}

#BuletingBoard p.bold
{
    font-weight:bold;
}

