/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.submit {
background:#415A68; 
color:#EEEEEE;
padding:2px; 
border:none;
}

a {
	color:#415A68;
}

a:hover {
	color:#555555;
}


/* In case Flash is off here is the default style for the Headers */
.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#555555;
}

/* Calendar Stylings */
.ascCaption {font-family: Arial; font-size: 16pt;color: #FFFFFF; background-color: #415A68; padding-left:10px; padding-right:10px;}
.ascWeekdays {font-family: Arial; font-size: 10pt;color: #666666; text-align: center; background-color: #FFFFFF; }
.ascDays {font-family: Arial; font-size: 10pt;  color: #666666; text-align: right; }
.ascEvents {font-family: Arial; font-size: 10pt; color: #415A68; text-align: left; background-color: #FFFFFF; }
