A:visited {
	color : #b9a947;
	text-decoration : underline;
	font-weight: bold;
}

A:link {
	color : #b9a947;
	text-decoration : underline;
	font-weight: bold;
}

A:hover {
	color : #b9a947;
	text-decoration : underline;
	font-weight: bold;
}

A:active {
	color : #b9a947;
	text-decoration : underline;
	font-weight: bold;
}

.maincontent {
	font-size : 12px;
	line-height : 18px;
	font-family : Arial, Helvetica, sans-serif;
	color : #46749d;
}

.smallcontent {
	font-size : 10px;
	line-height : 16px;
	font-family : Arial, Helvetica, sans-serif;
	color : #46749d;
}

.whitecontent {
	font-size : 12px;
	line-height : 18px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}

hr {
border: 0;
color: #46749d;
background-color: #46749d;
height: 1px;
width: 100%;
text-align: left;
}
