/* BODY class */
body {
	background: white url(/images/banner.jpg);
	background-repeat: no-repeat;

	margin-left: 0px;
	margin-top: 65px;
	padding: 0px;
}

/* Table classes */
table, tr, td {
  	font-size: 10pt;
}

/* A classes */
a:link, a:active {
	color: #2E3192; 
}

a:visited {
  	color: #484EF6; 
}

/* DIV classes */
DIV.menubar {
	background: #ffffff;
	background-repeat: no-repeat;
	margin-top: 0px;
	
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 750px;

	text-align: right;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #2E3192;
}

DIV.content {
  	width: 750px;
  	margin-top: 0px;
  	margin-left: 20px;

	padding-top: 10px;
  	font-family: sans-serif;
  	font-weight: normal;
  	font-size: 10pt;
  	color: black;
}

DIV.footer {
  	width: 750px;
  	margin-top: 12px;

  	font-family: sans-serif;
  	font-size: 9pt;
  	color: #2E3192;
}

/* Formatting classes */
.heading {
  	font-family: sans-serif;
  	font-weight: bold;
  	font-size: 14pt;
  	color: #2E3192;
}

.subtext {
  	font-family: sans-serif;
  	font-weight: normal;
  	font-size: 10pt;
  	color: #000000;
}

/*
li {
  	font-family: sans-serif;
  	font-weight: bold;
  	font-size: 10pt;
	color: #000000;
	list-style-type: disc;
}
*/

.tdmenu {
	width: 150px;
	text-align: center;
  	font-weight: bold;
}

td {
    font-family: arial, sans-serif;
}

td.label {
	background: #2E3192;
	color: #ffffff;
	font-weight: bold;
}

td.a {
	background: #2E3192;
	color: #ffffff;
	font-weight: bold;
}

td.odd {
	background: #dddddd;
}

td.even {
	background: #ffffff;
}

td.boldodd {
	background: #dddddd;
	font-weight: bold;
}

td.boldeven {
	background: #ffffff;
	font-weight: bold;
}

.navlink {
	color: #2E3192; 
	font-family: sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	}

a:link.navlink  {color : #2E3192;}
a:visited.navlink  {color : #2E3192;}
a:active.navlink  {text-decoration: none;}
a:hover.navlink  {text-decoration: none;}

.labellink {
	color: #ffffff; 
	font-family: sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	}

a:link.labellink  {color : #ffffff;}
a:visited.labellink  {color : #B8D2BE;}
a:active.labellink  {text-decoration: none;}
a:hover.labellink  {text-decoration: none;}
