#calculator {
	width: 100%;
}
td {
	font-size: 12px;
	font-weight: normal;
}

th {
	font-size: 12px;
}

.small {
	font-size: 10px;
}

.formLabel {
	font-size: 12px;
	font-weight: bold;
}

.listitems {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
}

.formLabel2 {
	font-size: 10px;
	font-weight: bold;
}

.medium {
	font-size: 12px;
	font-weight: bold;
}

.big {
	font-size: 16px;
	font-weight: bold;
}

.xbig {
	font-size: 21px;
}

.expanded {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.greenarrowlist {
	list-style-position: outside;
	list-style-image: url(../images/greenarrow.jpg);
/*	margin-left: 24px;
	margin-right: 2px;
*/}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

.tableborder {
	border: 1px solid #cccccc;
}

.greyshadowbot {
	background-image: url(../images/greyshadowbot.jpg);
	background-repeat: repeat-x;
}

.greyshadowrt {
	background-image: url(../images/greyshadowrt.jpg);
	background-repeat: repeat-y;
}

.white {
	color: #FFFFFF;
}

.calcdark {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin-right: 6px;
}

.calclight {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


.marginsleftright {
	margin-right: 12px;
	margin-left: 12px;
}

a.redbold:hover {
	text-decoration: underline;
}

.vertborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.redbold {
	font-weight: bold;
	color: #A63936;
	text-decoration: none;
}

.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}

.greybold {
	font-weight: bold;
	color: #041D45;
	text-decoration: none;
}
.grey {
	color: #082149;
}

.whitechecklist {
	list-style-position: outside;
	list-style-image: url(../images/whitecheck.jpg);
	margin-top: 10px;
}

.blackcrosslist {
	list-style-position: outside;
	list-style-image: url(../images/blackcross.jpg);
	margin-top: 10px;
}

.biggreen {
	font-size: 16px;
	font-weight: bold;
	color: #CBFF00;
}

.horzborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.inputmarginright {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	margin-right: 4px;
	background-color: #FFFFFF;
}

.inputmarginleft {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-right: 4px;
	background-color: #FFFFFF;
}

a.greybold:hover {
	text-decoration: underline;
}

