


BODY.normal {	
	background-color : #D4E6ED;
}


p, h1, h2, h3, h4, h5, h6, a, li {
	color : #2B76AF;
	font-family : Arial,Helvetica;
}

p, a {
	font : 14px;
}

a {
	font-weight : normal;
}


table {
	margin-left : 0px;
	margin-top : 0px;
	padding-left : 0px;
	padding-top : 0px;
}

.italic {
	font-style : italic;
}

.bold {
	font-weight : bold;
}

.normal {
	font-weight : normal;
	font : 12px;
}

.small {
	font : 10px;
}

.monthHeader {
	font-weight: bold;
	color: #F8F8FF;
}

.recipeLink {
	font-weight : normal;
	font : 10px;
}

.eventRowOdd {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Gray;
}

.eventRowEven {
	background-color: #F8F8FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Gray;
}