
a:link {
 color: #f5ac2c;
}
a:visited {
 color: #f5ac2c;
}
a:hover {
 color: #eebf6c;
 text-decoration: none;
}
a:active {
 color: #eebf6c;
}


.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
}
.regtextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}
.regtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.regtextitalicbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}
.regtextboldunder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.smalltextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.smalltextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.smalltextwhitefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.regtextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.regtextbolditalic {
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding:1px;
   	border:1px solid #000000;
	 }
	 
IMG.displayed_white_border {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding:3px;
   	border:1px solid #ffffff;
	 }
	 
IMG.displayed_black_border {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding:8px;
   	border:1px solid #ffffff;
	 }

