/* CSS Document */


.bottom-border
{
    border-left-width:0px;
    border-left-color:#EFA000;
    border-left-style:solid;

    border-right-width:0px;
    border-right-color:red;
    border-right-style:solid;

    border-top-width:0px;
    border-top-color:#EFA000;
    border-top-style:solid;

    border-bottom-width:1px;
    border-bottom-color:gray;
    border-bottom-style:solid;
}

.orange {
	color: #fc8c02;
	}

.announce {
	border-top: 1px dashed #ffd400;
	border-bottom: 0px dashed #ffd400;
	margin: 0;
	margin-left: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	}

.announce p {
	font-size: 0.95em;
	}
iframe {
	height: 14em;
	}

