/*  yellow: FFFF00  green: CCFF00  */

HTML, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
scrollbar-base-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFF00;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
color: #FFFFFF;
font-size: 11px;
}
.BGimg {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFF00;
}
h1 {
	font-size:16px;
	color:#CCFF00;
}
h2 {
	font-size:15px;
	color:#CCFF00;
}
h3 {
	font-size:14px;
	color:#CCFF00;
}
h4 {
	font-size:12px;
	color:#CCFF00;
}
h5 {
	font-size:11px;
	color:#CCFF00;
}
h6 {
	font-size:10px;
	color:#CCFF00;
}
hr {
	height: 1px;
	border: 0;
	color: #CCFF00;
	background-color: #CCFF00;
}

A.FooterNavLink:LINK, A.FooterNavLink:VISITED  {
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
A.FooterNavLink:HOVER  {
	text-decoration: line-through;
	color: #FFFF00;
	cursor: crosshair;
}
a.Links:link {
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
	word-wrap:break-word; 
	overflow-x:hidden
}

a.Links:visited {
	text-decoration: none;
	color: #CCCCCC;
	word-wrap:break-word; 
	overflow-x:hidden
}

a.Links:hover {
	text-decoration: none;
	background-image: url(images/animated_underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	color: #FFFF00;
}

a.Link:active {
	text-decoration: none;
}
.arcLinks a:link {
	font-size:10px;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
}

.arcLinks a:visited {
	font-size:10px;
	text-decoration: none;
	color: #CCCCCC;
}

.arcLinks a:hover {
	font-size:10px;
	text-decoration: none;
	background-image: url(images/animated_underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	color: #FFFF00;
}


a.NewsLinks:link {
	color: #CCFF00;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 8px;
}

a.NewsLinks:visited {
	color: #CCFF00;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 8px;
}

a.NewsLinks:hover {
	text-decoration: none;
	background-image: url(images/animated_underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	color: #FFFF00;
}

a.NewsLinks:active {
	text-decoration: none;
}
.navDivider {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.FooterCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.BodyCopy {
	font-size: 11px;
	line-height: 14px;
}
.NewsHeadline {
	font-size: 15px;
	color: #bed600;
	font-weight:bold;
	line-height: 18px;
}
.BodyCopyWhite {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
}
.MedCopy {
	font-size: 11px;
	line-height: 13px;
}
.SmallCopy {
	font-size: 10px;
	line-height: 13px;
}
input, textarea, select {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px outset #BED600;
}
input:focus, textarea:focus, select:focus {
	background-color: #bed600;
}
.footerBG {
	background-image: url(images/black_spacer.png);
}
.imgRight {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px solid #CCFF00;
}

input, select, textarea  {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 10px;
	color: #999;
	background: #000;
	border: #555 1px solid;
	padding: 2px;
}
input:focus, select:focus, textarea:focus {
	border: #fff 1px solid;
    color: #000;
}
input:hover, select:hover, textarea:hover {
	border: #FFFF00 1px solid;
    color: #fff;
}
.month {
	text-align:center
}
.day a:link,.day a:visited {
	background:#FFFF00;
	color:#000000;
	padding:1px;
	text-decoration:none;
}
.day a:hover{
	background:#CCFF00;
	color:#333333;
}
.endday a:link,.endday a:visited {
	background:#FFFF00;
	color:#000000;
	padding:1px;
	text-decoration:none;
}
.endday a:hover{
	background:#CCFF00;
	color:#333333;
}