/* CSS Document */

/* Page paragraph formatting */
p {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.heading1
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.pageName
{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.styleFooterBig
{
	font-size: 16px;
	font-weight: bold;
}

.stylusDescription
{
	font-size: 16; 
	font-style: normal; 
	color: #000000; 
	font-family: Papyrus; 
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;	
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	text-align: left;
	background-color: #E7E7E7;
}

ul {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

ol {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.bullet {
	list-style-type: disc;
	list-style-position: outside;
}

.ulInsideBullet {
	list-style-type:circle;
	list-style-position:inside;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.ulOutsideBullet {
	list-style-type:circle;
	list-style-position:outside;
}