body {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
}

.no_topic_data {
	font-size: 12px;
	color: #1C3664;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.black {
	color: black;
}

.bblack {
	background-color: black;
}

.green {
	color: green;
}

.red {
	color: red;
}

.white {
	color: white;
}

.big {
	font-size: 16px;
}

.normal {
	font-size: 14px;
}

.small {
	font-size: 12px;
}

.smaller {
	font-size: 11px;
}

.buttonDefault {
	color: #FFFFFF;
	font-size: 12px;
	background-color: Black;
	text-decoration: none;
	font-weight: bold;
}

.buttonRed {
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #BF0000;
	text-decoration: none;
	font-weight: bold;
}

.buttonRedSmall {
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #BF0000;
	text-decoration: none;
	font-weight: bold;
}

.buttonBlue {
	color: #FFFFFF;
	font-size: 10pt;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.buttonBlueSmall {
	color: #FFFFFF;
	font-size: 9pt;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.buttonBlueSmaller {
	color: #FFFFFF;
	font-size: 8pt;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.buttonBlueSmallest {
	color: #FFFFFF;
	font-size: 7pt;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.buttonGreySmall {
	color: #990000;
	font-size: 8pt;
	background-color: #CACFD4;
	text-decoration: none;
	font-weight: bold;
}

