
#frontPage{
	padding-top: 0px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, san-serif;
}
#frontPage hr{
	height: 1px solid #000000;
}
#frontPage h1{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}
#frontPage h2,h3{
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	text-transform: capitalize;
}
#frontPage h2.question{
	font-size: 14px;
	font-weight: bold;
	text-indent: -23px;
	margin-left: 23px;
}

#frontPage h2.answer{
	font-size: 14px;
	font-weight: normal;
}
#frontPage li a{
	color: blue;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
}
#frontPage table li td a:hover{
	color: red;
}

#frontPage p a{
	color: blue;
}
#frontPage a{
	color: blue;
}
#frontPage a:hover{
	color: red;
}
	
#frontPage table td a{
	color: blue;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
}
#frontPage a:hover{
	color: red;
}
#frontPage ol li{
	list-style-type: decimal;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
}
#frontPage ul li{
	list-style-type: disc;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
}
#frontPage p.note{
	text-indent: -46px;
	margin-left: 46px;
}
#frontPage p.date{
	font-weight: bold;
}
#frontPage p.signature{
	text-align: right;
	white-space: nowrap;
	font-size: 14px;
	font-style: italic;
	padding-right: 200px;
	font-weight: bold;
}
#frontPage p{
	font-size: 14px;
}
#frontPage table{
	/*margin-left: 20px;
	margin-right: 20px;*/
	font-family: Arial, Helvetica, san-serif;
}
#frontPage table th{
	padding-bottom: 10px;
}
#frontPage table td{
	font-family: Arial, Helvetica, san-serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#frontPage table.resource{
	/*margin-left: 20px;
	margin-right: 20px;*/
	border: 1px solid #000000;
	font-family: Arial, Helvetica, san-serif;
}
#frontPage table.resource th{
	padding: 5px;
	border: 1px solid #000000;

}
#frontPage table.resource td{
	border: 1px solid #000000;
	font-family: Arial, Helvetica, san-serif;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#frontPage #list p{
	margin-bottom: 0px;
	padding-botton: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#frontPage h1.map{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#frontPage h1.map a{
	color: blue;
	font-size: 10px;
}
#frontPage h1.map a:hover{
	color: red;
}
#frontPage hr.map{
	margin-top: 0px;
	padding-top: 0px;
	height: 1px solid #000000;
}

table#search {
	border: 1px solid #333333;
	border-collapse: collapse;
	width: 500px;
}
table#search th{
	border: 1px solid #333333;
	background-color: #dfdfdf;
	padding: 3px;
}
table#search td{
	
}

