﻿body 
{
    background-color: #b3c8dc;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-attachment: fixed;
	border: none;
}
#topnav a
{
    font-family: Calibri;
    font-size: large;
   
}
#topnav a:link {
	color:  #ffffff;
text-decoration:none;
	}
	
#topnav a:visited {
	color:  #ffffff;
text-decoration:none;
	
	}
#topnav a:active {
	color:  #ffffff;
text-decoration:none;
	
	}
#topnav a:hover {
	color:  #ffffff;
	font-weight: bold;
text-decoration:none;
	
	}
	#tnav a:link {
	color:  #000000;
text-decoration:none;
	}
	
#tnav a:visited {
	color:  #000000;
text-decoration:none;
	
	}
#tnav a:active {
	color:  #000000;
text-decoration:none;
	
	}
#tnav a:hover {
	color:  #ffffff;
	font-weight: bold;
text-decoration:none;
	
	}
h1 {
  font-size: 15pt;
  font-family: Times;
  color: #0e76bc;
}

p {
  font-family: Tahoma;
  font-size: 12pt;
}

ul {
   font-family: Tahoma;
  font-size: 12pt;
}

a {
	color:  #0e76bc;
text-decoration:none;
}