<!--

body {
	margin-top: -1px;
}

h1 {
	font-size: 26;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #47719F; 
	font-style: normal; 
	font-weight: normal; 
	margin-top: 0; 
	margin-bottom: 0;
	}
	
h2 {
	font-size: 22; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ECC900;
	font-style: normal; 
	font-weight: normal;
	}
	
h3 {
	font-size: 18; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ECC900;
	font-style: normal; 
	font-weight: normal;
	}

h4 {
	font-size: 20; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ECC900;
	font-style: normal; 
	font-weight: normal;
	}

h5 {
	font-size: 18; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #47719F;
	font-style: normal; 
	font-weight: normal;
	}
	}

h6 {
	font-size: 16; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #47719F;
	font-style: normal; 
	font-weight: bold;
	}

p, li {
	font-size: 12;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	}
	
.name {
	color: #47719F;
	font-weight: bold;
	}
	
A:link { 
	color: #554444;
	}
	
A:visited { 
	color: #776666;
	}
	
A:hover {
	color: #776666;
	text-decoration:none;
	}
	
.big A:link { 
	color: #47719F;
	}
	
.big A:visited { 
	color: #47719F;
	}
	
.big A:hover {
	color: #ECC900;
	text-decoration:none;
	}

	
.contact {
	padding-left: 30px;
	padding-top: 30px;
	
}

.big {
	font-size: 14px;
	color: #47719F;
	}
	
.content {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
	}

hr {
	color: #CCCCCC;
	size: 1px;
	height: 1px;
	margin-top:0;
	margin-bottom:0;
	}

ul {
	list-style: circle;
	}




-->