BODY {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

P, div, table  {
	font-size: 13px;
}
	
.title {
	color: #330033;
	font-weight: bold;
	font-size: 15px;
}

.small {
	font-size: 11px;
}

a:visited {
	color: #663366;
	background-color: transparent;
	text-decoration: underline;
	}
	
a:link, a:active {
	color: #0000CC;
	background-color: transparent;
	text-decoration: underline;
}	
a:hover{
	color: White;
	background-color: #663366;
	text-decoration: none;
}

a.nav:visited, a.nav:link, a.nav:active {
   font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #663366;
	background-color: transparent;
	text-decoration: none;

}

a.navhead:visited, a.navhead:link, a.navhead:active {
   font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #330033;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
   font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #330033;
	background-color: #CCCC66;
	text-decoration: none;
	
}
a.navhead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #663366;
	background-color: #CCCC66;
	text-decoration: none;
	font-weight: bold;
		}

a.bread:visited, a.bread:link, a.bread:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #663366;
	background-color: transparent;
	text-decoration: underline;
}	
a.bread:hover {
   font-size:11px;
	color: #330033;
	background-color: #CCCC66;
	text-decoration: underline;
	}
	
a.other:visited, a.other:link, a.other:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	background-color: #663366;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	
}	
a.other:hover {
   font-size:12px;
	color: #330033;
	background-color: transparent;
	text-decoration: none;
	
	}	
	
a.box:visited {
	font-size:12px;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}
	
a.box:link {
	font-size:12px;
	color: #CCCC66;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}	

a.box:hover {
	font-size:12px;
	color: #663366;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.boxtext {font-size:11px;	
color: #ffffff;
}	
		
.ttip {
	border:1px solid black;
	font-size:12px;
	layer-background-color:lightyellow;
	background-color:lightyellow
	}
	
.right {
	float: right;
}

#picleft{
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#picright{
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.captionleft{
	text-align: left;
	padding-top: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	}
