       <!-- Set the table height to be 100% of the browser ! -->

table {
     height: 100%;
}
.bg1 {
        background-color: #e1e1e1;
}
.headingtext, .textheading {
        color : #0189b4;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
        font-size : 14px;
	font-weight : normal;
}
.subheadingtext, .mainText {
        color : #888178;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
        font-weight : bold;
}
.maintext, .mainText {
        color : #888178;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
}
.orangetext {
        color : #888178;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
        font-weight : bold;
}
.whitetext {
        color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
        font-size : 10px;
	font-weight : normal;
}
.whitesubheadingtext {
        color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
        font-size : 16px;
        font-weight : normal;
}
.buttontext {
        color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
        font-size : 11px;
	font-weight : normal;
}
        <!-- Visited & un-visited links -->
a:link, a:visited {
        color : #888178;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size : 12px;
        font-weight : bold;
}
.tablecellgrey, .tableCellGrey {
/*	background-color : #DDDDDD; */
/*	background-color : #D0CCC4; */
	background-color : #EDE8E0; 
	color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
}
a.whitelink:link, a.whitelink:visited  {
        color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
        text-decoration : underline;
        font-size : 12px;
        font-weight : normal;
}
        <!-- Links turn blue when hovering -->
a.whitelink:hover {
        color : #0189b4;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
        <!-- Links turn blue when hovering -->
a:hover {
        color : #0189b4;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
.subtitletext, .subtitleText {
        color : #0189b4;
	font-size : 24px;
	font-family : Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.titletext, .titleText {
        color : #a9b0b4;
	font-size : 32px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height: 32px;
}
