/**********************************************************************
/ BODY TEXT
/*********************************************************************/
.black-small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.black-small-bold, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.blue-small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #003399;
	text-decoration: none;
}

.blue-small-bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #003399;
	text-decoration: none;
}
/**********************************************************************
/ SUBHEADS
/*********************************************************************/
.black-subhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.black-subhead:hover
{
	text-decoration:underline;
}

.red-subhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #990000;
	text-decoration: none;
}

.red-subhead:hover
{
	text-decoration:underline;
}

.blue-subhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #003399;
	text-decoration: none;
}

.white-subhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
/**********************************************************************
/ CALENDAR
/*********************************************************************/
.CalenderDay 
{
	font-family: Tahoma;
	font-size: 9px;
}

.CalendarMonth 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC00;
}

.CalendarTable
{
	border: 2 outset;	
}

.AvailableDay
{
	font-family: Tahoma;
	font-size: 9px;
	background-color: Green;
	color: White;
}

.UnavailableDay
{
	font-family: Tahoma;
	font-size: 9px;
	background-color: Red;
	color: White;
}

.RedText 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
}
