p {
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-left: 10px;
	}
p.right {
	float:right;
	padding: 10;
	}
p.left {
	float:left
}
img {
	}
img.right {
	float:right;
	margin: 5;
	}
img.left {
	float:left;
	margin: 5;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a.navbar:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
	padding-bottom: 20px;
}
a.navbar:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
	padding-bottom: 20px;
}
a.navbar:hover {
	color: #FFFF66;
	font-weight: bold;
	font-size: x-large;
	padding-bottom: 20px;
}
a.navbar:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
	padding-bottom: 20px;
}
