body {
	/*background: #00426B;*/
	background: White;
	color: #ddddee;
	}

#indexBody {

	}

body, p, td {
	font-family: arial, helvetica, verdana, sans;
	font-size: 8pt;
	color: #003366;
	}

a {
	font-family: verdana, sans, tahoma, arial, helvetica;
	font-size: 10pt;
	color: #003366;
	text-decoration: none;
	}

a:hover {
	color: #3399cc;
	text-decoration: underline;
	}


#contentContainer {
	border: solid 2px #00426B;
	}

#content {
	border: solid 2px #ffffff;
	}

#topLogo {
	width: 300px;
	}
#topLogoGap {
	background: #ffffff;
	width: 0px;
	}
#topCompanyName {
	color: #006699;
	width: 0px;
	text-align: right;
	vertical-align: top;
	}
.topMenu {
	/*width: 90px;*/
	}

.menuImage {
	background: #000000;
	}

.subMenu {
	width: 100%;
	text-align: center;
	}



/* Buttons */
.button {
	background: url(../images/bullet.gif) left no-repeat;
	font-family: verdana, sans, tahoma, arial, helvetica;
	font-size: 10pt;
	color: #003366;
	text-align: left;
	text-decoration: none;
	}

.button_o {
	background: url(../images/bullet.gif) left no-repeat;
	font-family: verdana, sans, tahoma, arial, helvetica;
	font-size: 10pt;
	color: #006699;
	text-align: left;
	text-decoration: underline;
	}

.button_d {
	background: url(../images/bullet_o.gif) left no-repeat;
	font-family: verdana, sans, tahoma, arial, helvetica;
	font-size: 10pt;
	color: #006699;
	text-align: left;
	text-decoration: underline;
	}
/* End Buttons */



/* General formatting */
img {
	border: solid 1px #000000;
	}
.noBorder {
	border: none;
	}
/* End General formatting */



/* Padding & Alignment */
.pad10 {
	padding: 10px;
	}


/* Heading section */
h1 {
	font-size: 14pt;
	}
h2 {
	font-size: 12pt;
	}
h3 {
	font-size: 10pt;
	}

h4 {
	font-size: 9pt;
	}






