body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

input {
	border:thin solid #5D554A
}

textarea {
	border:thin solid #5D554A
}

select {
	border:thin solid #5D554A
}

/************MainBody styles ******************/
#MainBody {
	padding:5px 5px 5px 5px;
}


/*********** #sectionLinks styles ***********/



#SectionLinks h3{
	padding: 10px 0px 2px 10px;
	
}

#SectionLinks a:link{
	text-decoration: none;
	color: Navy;
	width: 100%;
}

#SectionLinks a:visited{
	text-decoration: none;
	color: Navy;
	width: 100%;
}

#SectionLinks a:hover{
	background-color: #2F4F4F;
	color: White;
	font-weight: normal;
	text-decoration: underline;
	width: 100%;
}

.calText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9900;
		}
		
.calText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC9900;
}		

.calText2 a:hover{
	text-decoration:underline;
	color:#CC00CC;

}	


.calText2  a:link{		
	text-decoration: none;
}
		
.calText a:link{		
	text-decoration: none;
	}

.calText a:hover{
	text-decoration:underline;
	color:#CC00CC;
}
	
.calendarborder {
	border: thin solid #5D554A;
}

.PageHeader {
	font: small-caps bolder 20px sans-serif;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	border-bottom: medium ridge Navy;
}
.errMsg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-style:italic;
	font-size:12px;
	text-align:center;
	border:2px single gray;	
}


.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #6699CC;
}
.storyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.storyText a:link{		
	text-decoration: none;
	color:#3300FF;
	font-weight:bold;
	}

.storyText a:hover{
	text-decoration:underline;
	color:#CC00CC;
}



.longevity {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #999999;
	text-align:right;
}

@media print{
#SectionLinks {display:none}
}
