.sectiondivider {

	height: 40px;

	background-color: #f26d20;

}

.blackText_small {

	color: #000000;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;



}



.reminder {

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	color: #FF0000;

	font-weight: bold;

}



.success {

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

	color: #990000;

	font-weight: bold;

}





.intructionLine {

	margin: 4px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

}

.calendarHeader {

	background-color: #666666;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

}

.calendarContent {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #333333;

	background-color: #E4E4E4;

}



.OrangeButton

{

	font-family:Arial,sans-serif;

	background-color:#000000;

	background-image:url(images/button.jpg);

	border-style:solid;

	border-color:#999999;

	border-width:1px;

	width:200px;

	color:#FFFFFF;

	font-weight:bold;

	height: 40px;

}

.GreenButton
{
	font-family:Arial,sans-serif;
	background-color:#000000;
	background-image:url(images/button.jpg);
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	width:400px;
	color:#FFFFFF;
	font-weight:bold;
	height: 30px;
}


