﻿body 
{

}

ul
{
	font-family: sans-serif;
	font-size: small;
	color: #707070;
	list-style-type: disc;	
	margin-left: 25px;
}

dl
{
	font-family: sans-serif;
	font-size: small;
	color : #707070;
	margin-left: 10px;
	margin-right: 50px;
}
		
H1
{
	font-family: sans-serif;
	font-size: medium;
	color : #786ee1;
		margin-left: 10px;
	font-weight :bold;
}

H2
{
	font-family: sans-serif;
	font-size: small;
	color : #786ee1;
		margin-left: 10px;
	font-weight :bold;
}

H3
{
	font-family: sans-serif;
	font-size: small;
	color : #606060;
	font-weight :bold;
}

P
{
	font-family: sans-serif;
	font-size: small;
	color : #707070;
	font-weight :normal;
		margin-left: 10px;
}

table
{
	font-family: sans-serif;
	font-size: small;
	color : #707070;
	font-weight :normal;
}

p.indent
{
    margin-left: 10px;
}

ul.navbar {
 	font-family: sans-serif;
	font-size: 10pt;
	color : #786ee1;
	margin: 2px;
	top: 6em;
	left: 4em;
	width: 8em;
}
  
ul.navbar li {
	background: white;
	margin: 0.7em 0;
	padding: 0.1em;
	border-right: 0.6em solid #786ee1; 
  	font-family: sans-serif;
  }

ul.navbarLevel2 { 
 	font-family: sans-serif;
	font-size: 8pt;
	color : #707040;
 }

  
ul.navbarLevel2 li {
	background: white;
  	font-family: sans-serif;
  }

ul.navbar a {
  text-decoration: none 
}

