.noDisplay {display: none;} 
html,body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	
}
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.bodytext a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #568428;
	text-decoration:underline;
}

.bodytext a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #568428;
	text-decoration:underline;
}
.bodytext a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #88B55C;
	text-decoration:underline;
}
.bodytext a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #88B55C;
	text-decoration:underline;
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.footertext a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}

.footertext a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
.footertext a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
.footertext a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration:underline;
}
a:link  {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration:none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #98006A;
	letter-spacing: .3em;
	text-transform: uppercase;
	margin-bottom:10px;
	padding:0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #98006A;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom:2px;
	padding:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom:2px;
	margin-top:5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom:0px;
	margin-top:5px;
}

.calendar_today {
	border: 2px solid #FF0000;
}
.calendar_empty {

}
.calendar_post {
	background-color: #FFD884;
}

.calendar_post_today {
	background-color: #FFD884;
	border: 2px solid #FF0000;
}

.calendar_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.calendar_header {
	font-size: 12px;
	font-weight: normal;
	background-color: #73894A;
	color: #FFFFFF;
}


.calendar {
    width: 100%;
    border-collapse: collapse;
    font-size:0.9em;
}
.calendar td {
    border: 1px solid #999999;
    width: 90px;
    height: 90px;
    min-height: 90px;
}
.calendar th {
    font-weight: bold;
    color: #000000;
    background-color: #CCCCCC;
    border: 1px solid #999999;
    padding:10px;
}
.calendarToday {
    background-color: #CCCCCC;
}
.calendar p {
    margin: 0;
    padding:0;
    font-size:.85em;
}
.calendarEvent p {
    margin: 0;
    padding:0;
    font-size:.85em;
}


.weathertable {
	margin-left: 20px;
	border: 1px solid darkgrey;
}
.weathertable td {
	border: 1px solid darkgrey;

}

.weathertable th {
	border: 1px solid darkgrey;

}

.weather_high {
	color: #FF0000;
}

.weather_low {
	color: #0000FF;
}

.weathertexttable {
	margin-left: 20px;
}
.weathertexttable td {
	vertical-align: top;
}

.pagemenu {
	width: 200px;
	padding: 15px;
}

a.pagemenu:link  {
	font-size: 13px;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #98006A;
	text-decoration:none;
}

a.pagemenu:visited {
	font-size: 13px;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #98006A;
	text-decoration:none;
	
}
a.pagemenu:hover {
	font-size: 13px;
	letter-spacing: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #98006A;
	text-decoration:none;
}
a.pagemenu:active {
	font-size: 13px;
	letter-spacing: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #98006A;
	font-weight: bold;	
	text-decoration: none;
}
