.bird {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;

}

.straight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
	font-weight: normal;
	color: white;
}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	background-color: #000000;
}

.calendarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	background-color: #000000;
	text-decoration: none;

}

.reviewPageText {
	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #625245;
	background-color: #000000;
	text-decoration: none;

}

.reviewPageText2 {
	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #625245;
	background-color: #0D0D0D;
	text-decoration: none;

}

.reviewPageCaption{
	font-family: Times New Roman;
	font-size: 16px;
	font-style: bold;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #000000;
	text-decoration: none;

}
.reviewPageCaption2{
	font-family: Times New Roman;
	font-size: 16px;
	font-style: bold;
	font-weight: bold;
	color: #CCCCCC;
	background-color:#0D0D0D;
	text-decoration: none;

}

.cursor {  cursor: hand}






