/*-----------------------------------------------

	home.css
	Company:iterate (www.iterate.com.au)
	Copyright © 2007, All rights reserved.
	Date Created: July 30, 2008 
	Last Edit: July 30, 2008 

------------------------------------------------*/

.bg {
	background-color: #E5E6E7;
}
#bgAlign {
  width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.bg1 {
	background-image: url('../images/menu_top_3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 800px;
	height: 282px;
}
.bg2 {
	background-color: white;
	width: 800px;
}
#tableAlign {
	position: relative;
	top: 178px;
}
.tableCellBlue {
	background-color: #2384C8;
	text-align: center;
}
.tableCellOrange {
	background-color: #F47320;
	text-align: center;
}
.tableCellLtBlue {
	background-color: #E3E8F5;
}
.tableCellHollow {
	width: 80px;
}
.tableCellHollow2 {
	width: 100px;
}
.menuLinkWhite {
	color: #FFFFFF;
	font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
}
.menuLinkBlue {
	color: #2384C8;
	font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
}
.menuLinkOrange {
	color: #F47320;
	font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
}
.headWhite {
	color: #FFFFFF;
	font-family: helvetica;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.headOrange {
	color: #F47320;
	font-family: helvetica;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.description {
	color: #3675C0;
	font-family: helvetica;
	font-size: 14px;
	text-decoration: none;
}
.descriptionLink {
	color: #3675C0;
	font-family: helvetica;
	font-size: 14px;
	text-decoration: underline;
}
.descriptionBold {
	color: #3675C0;
	font-family: helvetica;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.headingLtBlue {
	color: #3675C0;
	font-family: helvetica;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.descriptionGrey {
	color: #59595B;
	font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
}
.img {
	border: 0px;
}