.basic_12 {
	font-size : 1em;
}

.basic_10 {  
	font-size: .8em
	}
.event-head {
	font-size: 1.1em;
	font-weight: bold;
	color: #0000CC;
}
.event-subhead {
	font-size: .9em;
	font-weight: bold;
}
.event-text {
	font-size: .9em;
}
.event-month {
	font-size: 1.4em;
	font-weight: bold;
	height: 100%;
	width: 100%;
}
.event-date {
	font-size:.8em;
	text-align: center;
}

.event_box {
	background-color: #FFFBF0;
	clear: both;
	margin: 0 .1em 0 .1em;
	padding: 2px;
	/*line-height: 1.2;  hack for IE peekaboo bug*/
}

.event_date_box {
	width: 6em;
}

.event_text_box {
	border-left: 2px solid #0000CC;
	padding: .5em;
	margin-right: .5em;
}

input, textarea, select {
	border: 2px solid;
	border-color: #666 #ddd #ddd #666;
}

input:focus, textarea:focus, select:focus, input.sffocus, textarea.sffocus, select.sffocus {
	background: #cfc;
	border-color: #090;
}
