body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bgSide {
	background-image: url(../images/bg-side.gif);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
}
.bgFooter {
	background-color: #E4E4E4;
	background-image: url(../images/bg-bottom.gif);
	background-repeat: repeat-x;
}
.bgNotesPanel {
	background-color: #F7F7F7;
	background-image: url(../images/spacer-white3x.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.mainHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004681;
	text-decoration: none;
}
.mainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.footerLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
a.footerLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.mainLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004681;
	text-decoration: none;
}
a.mainLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004681;
	text-decoration: none;
}
a.mainLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.mainLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004681;
	text-decoration: none;
}
a.smallLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004681;
	text-decoration: none;
}
a.smallLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004681;
	text-decoration: none;
}
a.smallLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.smallLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004681;
	text-decoration: none;
}
.frmNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 300px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.frmError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 300px;
	border: 1px solid #CCCCCC;
	background-color: #E5ECF2;
	padding: 2px;
}

/*	ADDITIONS 

	ADDED BY 	: 	David Swain
	
	ADDED DATE 	:	5th October 2006
	
	USED IN		:	tech-data.asp
									
*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004681;
	margin: 20px 0px 10px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004681;
	margin: 15px 0px 10px 0px;
}

.Index {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Index a:link {
	text-align: right;
	color: #004681;
	text-decoration: none;
}


.Index a:visited {
	text-align: right;
	color: #004681;
	text-decoration: none;
}


.Index a:hover {
	text-align: right;
	color: #004681;
	text-decoration: none;
}


.Index a:active {
	text-align: right;
	color: #004681;
	text-decoration: none;
}

.indexLink {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.indexLink a:link {
	color: #004681;
	text-decoration: none;
}

.indexLink a:visited {
	color: #004681;
	text-decoration: none;
}

.indexLink a:active {
	color: #004681;
	text-decoration: none;
}

.indexLink a:hover {
	color: #004681;
	text-decoration: none;
}
