body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
}

h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 12px;
	
}

h2{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	margin: 0px;
	margin-bottom: 0px;
}

h3{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin: 0px;
}

.title {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin: 0px;
	height: 100%;
	overflow: auto;
}

a:link, a:visited, a:active  {
    text-decoration: none;
    color:  #000000;
}

a:link img {
	border: none;
}

img {
	border: none;
}

a:hover {
    text-decoration: none;
}

.copyright {
	color: #555555;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
}

