/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.content{
font-family: Georgia, Times New Roman, Times, serif;
font-size: small;
font-color: #000000;
}

a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #ffffff;
}

.blackheader{
font-size: medium;
font-weight: bold;
font-color: #000000;
}

.pinkheader{
font-size: medium;
font-weight: bold;
color: #C86F81;
}

.frame {
	border: 2px solid #666666;
}

.navBOT{
border-bottom-style: solid; 
border-bottom-color: #666666; 
border-bottom-width: 1px;
}

.navCUR{
background-color: #FFFFFF;
border-left-style: solid; 
border-left-color: #666666; 
border-left-width: 3px; 
border-right-style: solid; 
border-right-color: #666666; 
border-right-width: 3px; 
border-top-style: solid; 
border-top-color: #666666; 
border-top-width: 3px;
color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}


.nav{
border-left-style: solid; 
border-left-color: #666666; 
border-left-width: 1px; 
border-right-style: solid; 
border-right-color: #666666; 
border-right-width: 1px; 
border-top-style: solid; 
border-top-color: #666666; 
border-top-width: 1px;
border-bottom-style: solid; 
border-bottom-color: #666666; 
border-bottom-width: 1px;
}

.nav a:link,
nav {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
 
}
.nav a:hover,
nav-hover {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

.nav a:visited {
	color: #525252;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}