p {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: light;
	color: #000000;
}
.Content-NORMAL {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: light;
	color: #000000;
}
.Content-TINY {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-weight: light;
	color: #000000;
}
.smallheads {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	font-style: normal;
	font-variant: normal;
}
.Content-BOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.Content-TITLES {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.Content-NORMAL_BOLDWHITE
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    TEXT-DECORATION: None
}
.IntroCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 18px;
	font-style: italic;
	font-weight: light;
	color: #666666;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 9px;
	font-weight: light;
	color: #FFFFFF;
}
.library
{
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	color: #999999;
}	
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	border: none;
}.TOP {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
A.lcopyright:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    TEXT-DECORATION: underline
}
A.lcopyright:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    TEXT-DECORATION: underline}
A.lcopyright:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
    BACKGROUND-COLOR: #;
    TEXT-DECORATION: none
}
.Overline-SMALL {
	top: auto;
	border-top: thin solid #006600;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: overline;
	font-style: normal;
}
.Overline-NORMAL {
	top: auto;
	border-top: thin solid #006600;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: overline;
	font-style: normal;
}
ul {
	list-style-position: outside;
	list-style-image: url(imgs/bullet.gif);
	list-style-type: disc;
	line-height: 18px;
}.test {
	font-family: arial;
	font-size: 3px;
	color: #000000;
}
.Months {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
}
.Section {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.image-r {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}
.golftbl {
float: right;
padding-left: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: strong;
}
body
{
        /*ie needs this*/
        margin:0px;
        padding:0px;
        /*set global font settings*/
        font-size:10px;
        font-family:Tahoma,Verdana,Arial;
}
#banners
{
        width:500px;
        height:275px;
        border:2px solid #cccccc;
}

#banners div
{
        width:500px;
        height:250px;
        display:none;
        margin:0px;

}

#banners #banner1
{
        display:block;
}

#banners div span
{
        width:350px;
        position:relative;
        display:block;
        top:-150px;
        line-height:1.5em;
        left:10px;
        background:#fff;
        font-size:1.2em;
        padding:5px;
        opacity:0.7;//standard
        filter:alpha(opacity=50);//internet explorer
        -moz-opacity:.50;//older firefox versions
        
}

#banners ul
{
        width:auto;
        height:25px;
        background:#0063DC;
        margin:0px;
}

#banners ul li
{
        display:inline;
        width:10px;
}

#banners ul li a
{
        text-decoration:none;
        padding:5px;
        line-height:2.5em;
        margin:5px;
        color:#fff;
        height:25px;
        font-weight:bold;
}

#banners ul li a:hover
{
        background:#fff;
        color:#0063DC;  
}

