body {
	background : #515569;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input, textarea{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
select{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	text-decoration : underline;
	font-style : italic;
	font-weight : bold;
}
p, h1, h2, h3, h4, .pageHeader, ul,  li, .note, table, .h4WithouLineSpacing{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
}
.pageHeader{
	font-size : large;
	font-weight : bold;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}

.leftTableCell{
	width : 20px;
}
.footer{
	vertical-align:bottom;
	text-align:right;
}
.note{
	font-size: smaller;
}
.orangeBackground{
	background-color : #FFAE00;
}
.goldBackground{
	background-color : #FFC438;
}

.h4WithouLineSpacing{
font-weight : bold;
}