body {
	margin: 0px;
	background: #FFFFFF url('./images/gradient.png') repeat-y left;
}

.introtext {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.basictext {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.linkcategory {
	font-family: Tahoma, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}

.columntitle {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}


.calcboldleft {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
.calcnormleft {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}
.calcitalicleft {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}
.calcboldright {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
}
.calcnormright {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	text-align: right;
}


.aboutustext {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.servicestitletextleft {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.servicestextleft {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.servicestitletextright {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

.servicestextright {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

.calctextsmall {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
}

.calctextsmallbold {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.fieldlabel {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	padding-right: 5px;
}

.smallhr {
	padding-top:10px;
	padding-bottom:10px;
}

.button {
	background: url('./images/buttonback.png') top left repeat-x;
}

A.calclink:link {font-family: Arial; font-size: 12pt; font-weight:bold; font-style: normal; text-decoration: none; color: #000000;}
A.calclink:visited {font-family: Arial; font-size: 12pt; font-weight:bold; font-style: normal; text-decoration: none; color: #000000;}
A.calclink:active {font-family: Arial; font-size: 12pt; font-weight:bold; font-style: normal; text-decoration: none; color: #000000;}
A.calclink:hover {font-family: Arial; font-size: 12pt; font-weight:bold; font-style: normal; text-decoration: underline; color: #0000FF;}
A.link:link {font-family: Arial; font-size: 11pt; font-weight:bold; font-style: normal; text-decoration: underline; color: #1754AA;}
A.link:visited {font-family: Arial; font-size: 11pt; font-weight:bold; font-style: normal; text-decoration: underline; color: #1754AA;}
A.link:active {font-family: Arial; font-size: 11pt; font-weight:bold; font-style: normal; text-decoration: underline; color: #1754AA;}
A.link:hover {font-family: Arial; font-size: 11pt; font-weight:bold; font-style: normal; text-decoration: underline; color: #788EFE;}
