/*------------------------------------------*/
/* Golf Screen Stylesheet             		*/
/*------------------------------------------*/

/* =HTML Elements
---------------------------------------------------- */
body {
 	background: #fff;
    font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin:3;
	}
	
td {
    font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000
	}
	
a {
	color: #3333CC;
	}
	
a:hover {
	color: #006f3c;
	}
	
/* =header (
---------------------------------------------------- */
#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
    font-family:Verdana,Arial, Helvetica, sans-serif;
    font-size:12px;
	font-weight: bolder;	
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	border-left-color:#999999;
	border-right-color:#999999;
	border-bottom-color:#999999;
	padding:8px 16px 8px 20px;
	text-align:center;
	}
	
#navigation a:hover {
	background: #006f3c;
	color:##999999;
	}
	
#logo 	{
	font:Verdana,Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #CCCCCC;
	letter-spacing:.2em;
 	line-height:30px;
	}

#monthformat {
	border-bottom: 1px dashed #006f3c;
	}
		
#dateformat {
	font:Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCCCCC;
	letter-spacing:.2em;
	}
#dateformatblack {
	font:Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	letter-spacing:.2em;
	}
	
#dateformat a {
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #99CC66;
	letter-spacing:.1em;
	}
	
/* =class 
---------------------------------------------------- */	 
.bodyText {
    font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
  	}
.bodyText14 {
	font-size: 14px;
	font-weight: normal;
	  	}
.bodyTextblack {
 	color:#000000;
   } 
.TextBlack14 {
	font-weight:bold;
	font-size: 14px;
	color:#000000;
    }

.pageName{
	font-size: 20px;
	font-weight:bold;
	color: #006f3c;
	line-height:28px;
	letter-spacing:.16em;
	}	
.subHeaderblue {
	font-size: 11px;
	font-weight:bold;
	color: #003366;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font-size: 20px;
	color: #006f3c;
	line-height:30px;
	}
	
.quoteltgreen {
	font-size: 20px;
	font-weight:bold;
	color: #99CC66;
	line-height:30px;
	}

.quoteBlue {
	font-size: 18px;
	font-weight:bold;
	color: #003366;
	}
	
.quoteBluesm {
	font-size: 14px;
	font-weight:bold;
	color: #003366;
	}
	
.smallText {
	font-size: 11px;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font-size: 12px; 
	font-weight:bold;
	color: #FFFFFF; 
	line-height:16px;
	text-decoration: none;
	}

.navTextRed {
	font-size: 11px;
	color: #993300;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.alignCenter { 
    text-align: center;
	}

.alignLeft { 
    text-align: left;
	}

.alignRight { 
    text-align: right;
	} 

\.floatRight75 { 
    float: right;
	padding: 0 75px 3px 20px;

	}

.imageFloatLeft { 
	float: left;
	padding: 0 5px 3px 0;
    }

.imageFloatRight { 
	float: right;
	padding: 0 20 3px 5px;
    }

.contentTitle {
	border-bottom: 2px solid #333;
	margin: 0 6px 6px 0;
	padding: 0 0 0 0;
    }


	/* =Print Elements
---------------------------------------------------- */
.hideForPrint {
	display: none !important;
	visibility: hidden !important;
}
