img.yellowframe {
	border-width: 3px;
	border-style: ridge;
	border-color: #FFFF00;
	margin: 5pt
}

img.whiteframe {
	border-width: 3px;
	border-style: solid;
	border-color: #f0f0f0;
	margin: 5pt
}

a:link, a:visited, a:active {
	color: #000099;
	font-weight : bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-weight : bold;
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:active {
	font-size: 10pt;
	color: #FFFFFF;
}

a.white:hover {
	font-size: 10pt;
	color: #FFFF00;
}

a.yellow:link, a.yellow:visited, a.yellow:active {
	color: #FFFF00;
}

a.yellow:hover {
	color: #FF0000;
}

.smallprint {text-align: center; font-size: 8pt}

.smalltxt {font-family: Arial, serif; font-size: 8pt}

.mediumtxt {
	font-family: Arial, serif;
	font-size: 10pt;
}

.largetxt {font-family: Arial, serif; font-size: 12pt}

.verylargetxt {
	font-size: 14pt; 
	font-weight: bold;
	text-align: center;
}

.white_bg {
	background-color: #FFFFFF; 
	color: #000000;
}

.yellow_bg {
	background-color: #FFFF00; 
	color: #000000;
}

.black_bg {
	background-color: #000000; 
	color: #FFFFFF;
}

.grey_bg {
	background-color: #ABABAB; 
	color: #FFFFFF;
}

.indent {
	margin-left: 10pt;
	margin-right: 10pt;
}

.bold {
	font-weight : bold;
}

.centered {
	text-align: center;
}