body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4C59;
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f3;
}

h1 {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #D32E4D;
}
h2 {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #2E3066;
}
h3 {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}
p {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
}
a:link { 
text-decoration: underline; 
color : #56659D; 
}
a:hover { 
text-decoration: underline; 
color : #56659D; 
}
a:visited,a:hover { 
text-decoration: underline; 
color : #56659D; 
}
.top-menu-link {
	FONT-SIZE: 11px;
	COLOR: #000;
	TEXT-DECORATION: none;
	background-color: #665E9F;
}
.navmenu {
	border-top-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 0px; 
	z-index: 100; 
	border-left-color: #FFFFFF; 
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	visibility: hidden; 
	font: 14px; 
	width: 250px; 
	position: absolute; 
	background-color: #2E3066; 
	border-right-width: 1px; 
	
}
.navmenu a {
	padding-right: 0px; 
	display: block; 
	padding-left: 10px; 
	border-bottom-width: 1px; 
	border-bottom-color: #ccc; 
	padding-bottom: 5px; 
	margin: 0px; 
	width: 100%; 
	color: #FFFFFF; 
	text-indent: 5px; 
	padding-top: 2px; 
	text-decoration: none;

}
.navmenu a:hover {
	background-color: #C6596D;
	text-decoration: none;
	color: #FFFFFF;
}
.navmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
a.wht:link { 
text-decoration: none; 
color : #ffffff; 
}
a.wht:visited { 
text-decoration: none; 
color : #ffffff; 
}
a.wht:hover { 
text-decoration: underline; 
color : #FFFFFF; 
}
a.wht:active {
color: #FFFFFF;
}

.homehd {
	font-size: 1.3em;
	font-weight: bold;
}

.pink {
	color: #FFFFFF;
	background-color: #C6596D;
}
.white {
	background-color: #FFFFFF;
}
li {
	list-style-position: outside;
	list-style-image: url(graphics/arrow.gif);
	margin-right: 30px;
}


.footer {
	background-image: url(graphics/spots.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 63px;
	
}
.phrase {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}

