body {
    background-image: url(images/background.png); 
}

h1 {
	font-size: 14pt;
	color: #202060;
	font-weight: normal;
	font-family: Arial;
}

h2 {
	font-size: 12pt;
	color: #202060;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
}

h3 {
	font-size:12pt;
	color: #101050;
	font-weight: normal;
	font-family: arial;
}

p {
	font-size: 10pt;
	color: #505050;
	font-family: arial;
}

a {
	font-size: 10pt;
	color: #00316E;
	font-family: arial;
}

a:hover {
	color: #8080E0;
}

li {
	font-size: 10pt;
	color: #505050;
	font-family: arial;

}


th {
	background: #B9B9B9;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	font-family: arial;
}

td {
	font-size: 10pt;
	font-family: arial;
}

.backButton {
	color: #FFFFFF;
	background: #8080E0;
	font-weight: bold;
	text-decoration: none;
}
.backButton:hover {
	color: #8080E0;
	background: #FFFFFF;
}

.topButton {
	color: #FFFFFF;
	background: #8080E0;
	font-weight: bold;
	text-decoration: none;
}
.topButton:hover {
	color: #8080E0;
	background: #FFFFFF;
}


.lastMod {
	color: #808080;
	text-align: right;
	font-size: 8pt;
}

.menuOption {
    font-size: 11pt;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    background: #28467c;
}

.menuOption:hover {
    font-size: 11pt;
    color: #efb925;
    text-align: left;
    background: #28467c;
}

.quicklink_separator {
    font-size: 14pt;
    color: #efb925;
}

.footer {
	color: #00316E;
	font-size:small;
	text-decoration: none;
	text-align:center;
}

.footer:hover {
	color: #8080E0;
}

.highlight {
	font-size: 10pt;
	color: #505050;
	font-family: arial;
	background:#EFB925;
}
.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
