p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	margin: 0 0 5px 0;
}

p.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	margin: 5px 0 0 10px;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	color: #000;
	margin: 0 0 5px 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #000;
	margin: 0 0 0 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #000;
	margin: 0 0 5px 0;
}

hr {
	height: 1px;
	width: 100%;
	margin: 0 0 10px 0;
	border: none;
	border-top: 1px solid #ccc;
	noshade
}

img {
	border: none;
	margin: 0;
}

img a {
	text-decoration: none;
	border: none;
}

img.icons {
	border: none;
	margin: 0;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.nivoSlider {
    position:relative;
    width:650px; /* Change this to your images width */
    height:213px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
