.buttonNormal {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
}

.tableRedCell {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	color: #FF0000;
	font-weight: normal;
}

.tableRedCellBold {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	color: #FF0000;
	font-weight: bold;
}

.tableTotal {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	background: #FFFFB7;
	font-weight: bold;
}

.lightGrey {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	background: #eeeeee;
	font-weight: normal;
}

.margin {
	left-margin: 30px
}

.inputFields {
	font-family: verdana, arial, helv;
	font-size: 8pt;
	font-weight: normal;
	bgcolor: #FFFFFF;
	color: black;
}

.tableGrey {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	background-color: #fafad2;
	font-weight: normal;
}

.tableNormal {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	background-color: #C0C0C0;
	font-weight: normal;
}

.tableTitle {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	background-color: #AFE0BA;
	font-weight: bold;
}

.tableNormalLight {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	background-color: #ffffff;
	font-weight: normal;
}

.tableNormalDark {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	background-color: DCEDDD;
	font-weight: normal;
}

.tableNormalLight2 {
	font-family: verdana, arial, helv;
	font-size: 9pt;
	background-color: #ffffff;
	font-weight: normal;
}

.tableNormalDark2 {
	font-family: verdana, arial, helv;
	font-size: 9pt;
	background-color: faf0da;
	font-weight: normal;
}

.TitleYellow {
	font-family: verdana, arial, helv;
	font-size: 8pt;
	background-color: #fafad2;
	font-weight: bold;
	color: #000080;
}

.TableTotals {
	font-family: verdana, arial, helv;
	font-size: 7pt;
	background-color: #fafad2;
	font-weight: bold;
	color: #000080;
}

.TitlePeach {
	font-family: verdana, arial, helv;
	font-size: 12pt;
	background-color: #ffdead;
	font-weight: bold;
	color: #000080;
}

.TitlePeachSmall {
	font-family: verdana, arial, helv;
	font-size: 9pt;
	background-color: #ffdead;
	font-weight: bold;
	color: #000080;
}

.cellText {
	font-family: verdana, arial, geneva;
	font-size: 8pt;
	font-weight: normal;
	color: #8b4513;
}

.btn {
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-top: thin solid lavender;
	border-left: thin solid lavender;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	background-color: #666699;
	color: #ffffff;
	line-height: .85;
	padding-left: 1px;
	padding-top: 1px;
	cursor: hand;
}

.start {
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-top: thin solid lavender;
	border-left: thin solid lavender;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	background-color: #6666cc;
	color: #ffffff;
	line-height: .85;
	padding-left: 1px;
	padding-top: 1px;
	cursor: hand;
}

.mainstart {
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-top: thin solid lavender;
	border-left: thin solid lavender;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	background-color: #C0C0C0;
	color: #ffffff;
	line-height: .85;
	padding-left: 1px;
	padding-top: 1px;
	cursor: hand;
}

.mainbtn {
	BACKGROUND-COLOR: #455363;
	BORDER-BOTTOM: black thin solid;
	BORDER-LEFT: lavender thin solid;
	BORDER-RIGHT: black thin solid;
	BORDER-TOP: lavender thin solid;
	COLOR: #ffffff;
	CURSOR: hand;
	FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	LINE-HEIGHT: 0.85;
	PADDING-LEFT: 1px;
	PADDING-TOP: 1px
}


.mainlink:link {
    color: #ffffff;
    text-decoration: none;
	font-family: Arial;
	font-size: 7.0pt;
}
.mainlink:visited {
    color: cyan;
    text-decoration: none;
    font-family: Arial;
   	font-size: 7.0pt;
}
.mainlink:hover {
    color: #006600;
	background-color: #ffffff;
	filter:alpha(opacity=40);
	font-family: Arial;
   	font-size: 7.0pt;
	
}
@media print{
.pgbr {page-break-after: always;}
.nopgbr {page-break-after: avoid;}
.hide_print {display: none;}
}
