/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #96C0E6;
	padding-right: 15px;
	padding-left: 15px;
}

.highlight_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #96C0E6;
}

a:link {
	color: #96C0E6;
}
a:visited {
	color: #96C0E6;
}
a:hover {
	color: #852384;
}
a:active {
	color: #96C0E6;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	list-style-position: outside;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 14px;
	letter-spacing: 0.05em;
	word-spacing: normal;
	list-style-type: square;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.image_right {
	float: right;
	padding-right: 20px;
	padding-left: 10px;
}

.image_left {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
