a {
	text-decoration: none;
}

a:link, a:visited {
	border: none;
	text-decoration: underline;
	color:#333333}
	
a:hover, a:active {
	border: none;
	text-decoration: underline;
	color: #ffac58;
}


#body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:0px;
	margin-left:0px;

}


.idxcontent {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 30px;
}
.idxcontenttitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}

.content {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}


.clear {
clear: left;
}

.rightaligned {
z-index: 5;
text-align:right;
padding-right: 15px;
}

.leftaligned {
padding-left: 15px;
}
.centered {
padding-left: auto;
padding-right: auto;
width: 100%;
}