BODY {
	margin-top:20px;
	margin-left:0px;
	font-family: trebuchet ms;
	font-size:11px;
	color:#000000;
	background-color: #FFFFFF;
}
TD, P, DIV, SPAN {
	font-family:  trebuchet ms;
	font-size:11px;
	color:#000000;
}

H1 {
	display:inline;
	color:#000066;
	font-size:16px;
	font-weight:bold;
	font-family:  trebuchet ms;
}

H2 {
	display:inline;
	color:#000066;
	font-size:13px;
	font-weight:bold;
	font-family:  trebuchet ms;
}
H3 {
	display:inline;
	color:#000066;
	font-weight:bold;
	font-size:11px;
	font-family:  trebuchet ms;
}
.menu {
	height:30px;
	background-image:url('/images/menu-bg.gif');
	background-repeat:repeat-x;
}

.menuLink {
	margin-right:14px;
	font-family: trebuchet ms;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space:nowrap;
	text-decoration: none;
}


.menuLink a {
	margin-right:14px;
	font-family: trebuchet ms;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space:nowrap;
	text-decoration: none;
}
.menuLink a:hover {
     margin-right:14px;
	font-family: trebuchet ms;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	white-space:nowrap;
	text-decoration: underline;
	
}
.white {
	font-family: trebuchet ms;
	color: #ffffff;
	font-size: 11px;
}
.white a {
	font-family: trebuchet ms;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.articleHeadline {
	padding-bottom:2px;
	font-family:  trebuchet ms;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}


.articleTextBox {
	background-color:#dfebfb;
	height:175px;
	width:154px;
     padding:6px 15px 0px 15px;
}

.articleText {
	font-family:  trebuchet ms;
	font-size:10px;
	line-height:12px;
	color:#000000;
}


.eventListBox {
	background-color:#dfebfb;
	height:140px;
	width:154px;
	overflow:hidden;
}

.eventList {
	font-family:  trebuchet ms;
	font-size:11px;
	color:#ff660b;
	font-weight:bold;
	text-decoration:none;	
}

.eventList a {
	font-family:  trebuchet ms;
	font-size:11px;
	color:#ff660b;
	font-weight:bold;
	text-decoration:underline;	
}

.moreLink a {
	font-family:  trebuchet ms;
	font-size:9px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;	
}
.moreLink a:hover {
	font-family:  trebuchet ms;
	font-size:9px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;	
}
.btmRow {
	background-color:#dfebfb;
	height:22px;
	width:163px;
	text-align:center;
}
.btmRow a {
	font-family:  trebuchet ms;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	text-decoration:none;
}
.btmRow a:hover {
	font-family:  trebuchet ms;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	text-decoration:underline;
}
.credit {
	font-family: trebuchet ms;
	font-size: 9px;
	font-weight:bold;
	color: #000066;
}
.credit a  {
	font-family: trebuchet ms;
	font-size: 9px;
	font-weight:bold;
	color: #000066;
	text-decoration: none;
}
.credit a:hover {
	font-family: trebuchet ms;
	font-size: 9px;
	font-weight:bold;
	color: #000066;
	text-decoration:underline;
}
.keys a {
	font-family: trebuchet ms;
	font-size: 9px;
	font-weight:bold;
	color: #000066;
	text-decoration: none;
}
.keys a:hover {
	font-family: trebuchet ms;
	font-size: 9px;
	font-weight:bold;
	color: #000066;
	text-decoration:none;
	cursor:text;
}

/* Stock Form Style */
.formName {
     font-family:  trebuchet ms;
     font-size:11px;
     color:black;
}
.formField {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-size:11px;
	color:#666666;
}
INPUT.formField {
	border:1px solid #666666;
}
SELECT.formField {
	border:1px solid #666666;
}
TEXTAREA.formField {
	border:1px solid #666666;
}
INPUT.formButton {
	border:1px solid #666666;
	background-color:#CCCCCC;
	color:black;
	font-size:11px;
}

