body, td, p, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial;
	font-size: 12px;
	padding-top: 5px;
	color: #13a4c3;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}


#navi a{
	display: block;
	background-color: #f5f5f5;
	margin-bottom: 1px;
	font-size: 13px;
	padding: 1px 2px 1px 5px;
	width: 113px;
	font-weight: bold; 
	text-decoration:none; 

}

*html #navi a{
	display: block;
	background-color: #f5f5f5;
	margin-bottom: 1px;
	font-size: 13px;
	padding: 1px 2px 1px 5px;
	width: 120px;
	font-weight: bold; 
	text-decoration:none; 

}


#navi a:hover{
	background-color: #e4e4e4;
	text-decoration:none; 
}

a:link, a:visited, a:active{
	text-decoration: underline; 
	font-weight:normal; 
	color:#13a4c3; 
}

a:hover {
	text-decoration:none; 
	font-weight:normal; 
	color:#13a4c3; 
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	text-decoration :none; 
	font-weight: bold; 
	color: #13a4c3; 
}


td.bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #999999;
	color: #ffffff;
	padding: 2px 5px 2px 5px;

}

td.bottom a:link, td.bottom a:active, td.bottom a:visited{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline

}

td.bottom a:hover{
	text-decoration: none;
}

table.bottom{
	margin-top: 10px;
}

hr{
	border-top: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	height: 0px;
	text-align: center;
	width: 95%;
	margin-top: 10px;
}