/* CSS Document */

h2 {
	font: normal 1.4em Optima, Georgia, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 15px 0px 10px 5px;
	padding: 4px 3px 5px 20px;
	text-align: left;
	font-weight: normal;
	border-bottom: dotted 1px;
	border-bottom-color: #666666;
	border-right: dotted 1px;
	border-right-color: #666666;
	line-height: 1.2em;
	font-size: 20px;
	background-color: #B6CEEE;
	}
h2:first-line {font-size: 16px
    }
	
h3 {
	font: normal 1.4em Optima, Georgia, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 15px 0px 10px 0px;
	padding: 4px 3px 5px 20px;
	text-align: left;
	font-weight: normal;
	border-bottom: dotted 1px;
	border-bottom-color: #666666;
	border-right: dotted 1px;
	border-right-color: #666666;
	line-height: 1.2em;
	font-size: 20px;
	background: #dff4fd;
	}	

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: inherit;
	font-weight: bold;
	text-transform: none;
	background-color: #FFC;
	display: marker;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: 120%;
	margin-bottom: 20px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 10px;
	border: dashed 2px #FFCC00;
	border-bottom-color: #FF9933;
	margin-left: 50px;
	margin-right: 50px;
}
p {
	line-height:1.4em;
	padding:8px 2px 10px 20px;
	margin:0 0 0 0;
	text-indent: 0px;
}
li {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	list-style: url(none) none;
}
style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
body,td,th {
}
body {
	margin-left: 20px;
	margin-top: -5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	text-decoration: underline;
	color: #003366;
	background-color: #FFFF99;
}
a:active {
	text-decoration: none;
	color: #003366;
	font-size: 14px;
}
i {
	list-style-image: url(images/blackdots.png);
	list-style-position: inside;
	list-style-type: none;
	padding: 5px 0px 0px 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 15px;
	font-weight: bold;
	}
.highlight {
	background-color: #FFFFCC;
	}
