/* CSS Document */

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 8px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


body {
	background-image: url(images/sumtextb.jpg);
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
	padding: 8px;
	width: 150px;
	text-align: center;
	line-height: 1.5;
	display: block;
}

a:link {
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #9900FF;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFF66;
}
a:active {
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
}
ul {
	list-style-position: outside;
	list-style-image: url(images/sumbul1a.gif);
}
img {
	padding: 10px;
}
