/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #99CCFF;
	line-height: 18px;
	padding: 3px;
	text-align: justify;
}
.bold_p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #33FFFF;
	line-height: 20px;
	padding: 3px;
}
.bullet_p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1px;
	font-weight: normal;
	color: #99CCFF;
}

.bulleted_list {
	color: #99CCFF;
	font-size: 12px;
	line-height: 14pt;
	list-style-type: circle;
	list-style-position: outside;
}

.cell {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #99CCFF;
	line-height: 14px;
	padding: 0px;
	text-align: left;
}
.cell_rt {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #99CCFF;
	line-height: 18px;
	padding: 3px;
	text-align: right;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #99FFFF;
	text-decoration: none;
	background-color: #CC3300;
	display: table-cell;
	width: 160px;
	text-align: center;
	}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3300;
	display: block;
	width: 160px;
	text-align: center;
	}

.section_leader {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #33FFFF;
	line-height: 12px;
	padding: 3px;
	list-style-position: outside;
	list-style-type: circle;
}

table_list {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #99CCFF;
	line-height: 14px;
	padding: 0px;
	text-align: left;
}

body {
  font-family: Verdana, sans-serif;
}

td {
	font-family: Verdana, sans-serif;
}

th {
	font-family: Verdana, sans-serif;
}

h1{
font-family:Copperplate Gothic Light;
font-size: 36px;
color: #CC3300;
letter-spacing: 3px;
}

h2{
	font-family:Copperplate Gothic Light;
	font-size: 24px;
	color: #CC3300;
	letter-spacing: 3px;
}

h3{
	font-family:Verdana, sans-serif;
	font-size: 18px;
	color: #33FFFF;
	letter-spacing: 1px;
	line-height: 20pt;
	text-decoration: underline;
}

h4{
	font-family:Verdana, sans-serif;
	font-size: 14px;
	color: #33FFFF;
}
