body {
	margin: 10;
	padding: 10;
	background-image: url(images/bgATM.gif);
/*	background-color:#cc9;
	background-color: #99f; */
	}
	
.normalTable {
	width: 760px;
	background-color: #fff;
	}

a.bottomLink {
	font: 10px Helvetica, Arial, sans-serif;
	color: #ccc;
	}

a.bottomLink:hover {
	text-decoration: none;
	}

.bottomText {
	font: 10px Helvetica, Arial, sans-serif;
	color: #ccc;
	background-color: #333;
	}

.normalText,
.normalTextBold,
.normalTextBoldRed,
.normalTextLink,
.normalTextRed,
.normalTextSmall,
.normalTextItalic,
.normalTextItalicBold,
.pageHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 22px;
/*	text-align: justify;  */
	}

.normalTextItalic {
	font-style: italic;
	}

.normalTextItalicBold {
	font-style: italic;
	font-weight: bold;
	}

.normalTextBold,
.pageHeader {
	font-weight: bold;
	}

a.normalTextBold,
a.normalTextCond {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 30px;
/*	margin-top: 36px; */
	font-weight: bold;
	}

a.normalTextBold:hover,
a.normalTextCond:hover {
	color: #c90;
	text-decoration: none;
	}

.tableTextBold {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	}
	
.normalTextBoldRed {
	font-weight: bold;
	color: red;
	}

.normalTextRed {
	color: red;
	}

.normalTextSmall {
	font-size: 10px;
	line-height: 14px;
	}

a.normalTextLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #093;
	}

a.normalTextLink:hover {
	text-decoration: none;
	}

a.normalTextSmall:link, a.normalTextSmall:visited, a.normalTextSmall:hover, a.normalTextSmall:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c90;
	text-decoration: none;
	}

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

a.mainNavLink,
.mainNavLink {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
 }
 
 a.mainNavLink:hover {
 	text-decoration: underline;
	}
	
.sidebar {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0000CC;
	width: 200px;
	text-align: center;
}
.productName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.contactForm {
	border: thick solid #CCCCCC;
}
