/* CSS Document */

p{
font-family:Verdana, sans-serif;
font-size:12px;
line-height:18px;
padding:3px;
}

.bold{
font-family:Verdana, sans-serif;
font-size:11px;
line-height:18px;
font-weight:bold;
color:#FF00FF;
}

.shadow {
	height: 1em;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);
}
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #DA0E8D;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation2{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #DA0E8D;
	text-decoration: none;
	display: inline;
	padding: 15px;
	width: 16px;
	
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation2:hover{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #DA0E8D;
	text-decoration: none;
	display: inline;
	padding: 15px;
	width: 16px;
	font-weight:bold;
	
}

