.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C2577;

}

.title {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
		color: #0C2577;
}

.subtitle {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
		color: #0C2577;
}

.smalltxt {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
		color: #0C2577;
}
.textarea {
	background-color : #CCDBD1;
	border : 1px solid #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	-moz-border-radius-bottomleft : 8px;
	-moz-border-radius-topright : 8px;
	padding-left : 7px;
	padding-right : 7px;

 }



/*Apply this class to the input buttons. Example:  <input type="submit" value="Submit" name="submit" class="button" />*/
.button {
	background-color : #CCDBD1;
	border: 1px solid #333399;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
/*Apply this class to a table tag to create a thin border.*/
.outline{
border: 1px solid #330099;
}


.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: medium ridge #000099;

}
.design {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
.stitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.tableBox {
	border: 2px solid #CCDBD1;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
		color: #0C2577;
}
.breakhere {
	page-break-before: always;

}
.BlackBox {
	border: 1px solid #000000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
		color: #0C2577;
}
.scheduleText {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
		color: #990066;
}