body {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}

p {
	font-size: 14px;
	line-height: 20px;
	background-color: transparent;
	position: relative;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	background-color: transparent;
}

h1 {
 	font-size: 18px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 8px;
 }

h2 {
 	font-size: 15px;
	line-height: 19px;
	margin: 0;
 }

.text {
 	font-size: 14px;
	background-color: transparent;
	position: relative;
	line-height: 20px;
	margin: 0;
}

li {
 	font-size: 14px;
	background-color: transparent;
	position: relative;
	line-height: 20px;
	margin: 0;
}


/* NAVIGATION */

table.nav {
 background-color: #ffffff;
 }

table.nav td {
 margin: 0;
 padding: 1px 0 2px 0;
 }

table.nav td:link, table.nav td:visited {
 margin: 0;
 padding: 1px 0 2px 0;
 background-color: #f7fafa;
 }

table.nav td:hover {
	margin: 0;
	padding: 1px 0 2px 0;
	background-color: rgb(206,207,231);
}

table.nav td.dotline {
	margin: 0;
	padding: 0;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	margin: 5px;
	padding: 0;
	color: black;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	left: 0px
}
 
td.dotline { 
	background-image: url('images/dotlinehorizontal.gif'); 
	background-repeat: repeat-x; margin: 0; padding: 0 
}

td.spacer { 
	background-image: url('images/spacer.gif'); 
	background-repeat: repeat-x; margin: 0; padding: 0 
}

         
a:link {
	color: black;
	line-height: 20px;
	text-decoration: none;
/*	background-color: rgb(206,207,231); */
	background-color: white;
	padding-right: 0px;
	padding-left: 0px
}

a:visited {
	color: black;
	line-height: 20px;
	text-decoration: none;
/*	background-color: rgb(206,207,231); */
	background-color: white;
	padding-right: 0px;
	padding-left: 0px
}

a:hover {
/*	color: rgb(2,3,133); */
	color: black;
	line-height: 20px;
	text-decoration: none;
	background-color: rgb(158,164,209);
	padding-right: 0px;
	padding-left: 0px
}

a:active {
	color: black;
	line-height: 20px;
	text-decoration: none;
	background-color: rgb(206,207,231); 
	padding-right: 0px;
	padding-left: 0px
}



a.navtext:link {
	color: black;
	line-height: 25px;
	text-decoration: none;
	background-color: transparent;
	padding-right: 0px;
	padding-left: 0px;
	margin: 20;
}

a.navtext:visited {
	color: black;
	line-height: 25px;
	text-decoration: none;
	background-color: transparent;
	padding-right: 0px;
	padding-left: 0px;
	margin: 20;
}

a.navtext:hover, a.navtext:active {
	color: black;
	line-height: 25px;
	text-decoration: none;
	background-color: rgb(206,207,231);
	padding-right: 0px;
	padding-left: 0px;
	margin: 20;
}
