.field_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.notes {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

.field_output {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #333333;
}
.notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #FFCC33;
	font-style: italic;
}
.standardsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
.standard {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
}
.StandardLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
}
.SmallText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
}
.balanced {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #093;
	font-style: italic;
}
.field_clear {
	font-family: Courier New, Courier, monospace;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.section_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.section_header_checkout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.DayTransit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150px;
	font-style: normal;
	font-weight: normal;
	clip: rect(10px,auto,10px,auto);
}

DIV.page { page-break-before: always}

.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FF9900;
	border: thin outset #CCCCCC;
	font-weight: bolder;
	color: #000066;
	font-style: normal;
	cursor: pointer;
	background: -moz-linear-gradient(top, #FFCC33 0%, #FFDA75 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFCC33), color-stop(100%,#FFDA75)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC33', endColorstr='#FFDA75',GradientType=0 ); /* ie */
	text-decoration: none;
	padding: 3px;
}
.buttonssub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFCC33;
	border: thin outset #CCCCCC;
	font-weight: bold;
	color: #333;
	font-style: normal;
	cursor: pointer;
	text-decoration: none;
	padding: 3px;
}
.verified {
	background-color: #00CC33;
	padding: 3px;
	border: 2px none #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
.error {
	background-color: #FF0000;
	padding: 3px;
	border: 2px none #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
.checkout_div {
	padding: 5px;
	width: 800px;
	border: thin solid #CCC;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: 10px;
}

