BODY {
	color : #000000;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : small;
	text-align : left;
}

A {
	color : #C8A331;
	font-weight: normal;
}

A:hover {
	color: red;
	font-weight: normal;
	 }
	 
A:visited {
	color: #C8A331;
	font-weight: normal;
	 }
	 
A:link.main {
color : #333300;
font-family : arial, sans-serif;
font-size : 11;
font-weight: bold;
text-decoration: underline;
}

A:visited.main {
 color: #808000;
 font-size : 11;
	font-weight: bold;
	text-decoration: underline;
}

A:hover.main {
 color: green;
 font-size : 11;
 font-weight: bold;
 text-decoration: underline;
}

A:active.main {
 color: green;
 font-size : 11;
 font-weight: bold;
 text-decoration: underline;
}



A:link.sub {
color : #0E137B;
font-family : arial, sans-serif;
	font-size : 12;
	font-weight: normal;
}

A:visited.sub {
 color: #0E137B;
 font-size : 12;
	font-weight: normal;
}

A:hover.sub {
 color: #333300;
 font-size : 12;
 font-weight: normal;
}

A:active.sub {
 color: teal;
 font-size : 12;
}

A:link.top {
color : #C8A331;
font-family : arial, sans-serif;
	font-size : 12;
	font-weight: normal;
}

A:visited.top {
 color: #C8A331;
 font-size : 12;
	font-weight: normal;
}

A:hover.top {
 color: red;
 font-size : 12;
 font-weight: normal;
}

A:active.top {
 color: teal;
 font-size : 12;
}







h1 {
font-family: bold  arial,sans-serif; 
 color: #000000; 
 margin: 0px; 
 padding: 0px;
 font-style: normal;
 font-size: 14px;
 
 
}
	
h2 {
font-family: bold  arial,sans-serif; 
 color: #0E137B; 
 margin: 0px; 
 padding: 0px;
 font-style: normal;
 font-size: 12pt;
 font-weight:bold
 
}
	
	
h4 {
font-family: arial;
 color: #808000; 
 margin: 0px; 
 padding: 0px;
 font-style: normal;
 font-size: 14px;
 

 
}	

h1.home {
font-family: arial;
 color: #808000; 
 margin: 0px; 
 padding: 0px;
 font-style: normal;
 font-size: 14px;
 

 
}	


p.caption  {
	text-align: center;
	font size: 10px;
	font-family: arial,sans-serif;
	margin: 0%;
	}
	
	
	
p.notes  {
	text-align: center;
	font size: 10px;
	font-family: arial,sans-serif;
	color: red;
	margin: 0%;
	}
	
	
	
ul {
font-family: arial, sans-serif;
font-size: 8pt;
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
background-color: #ffffff;
text-indent: 0px;
list-style-position: outside;
list-style-image: url('images/bullet.gif');
list-style-type: square;
padding: 10px;
margin: 10px
}