a:active {
	text-decoration: none;
	color: #000000;
}

a:link { 
	text-decoration: none; 
	color: #000000;
}

a:visited { 
	text-decoration: none; 
	color: #000000;	
}

a:hover { 
	text-decoration: underline; 
	color: #000000;
}

.defaultFont {
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	color: #000000;
	font-size: 8pt;
}

.smallFont {
	font-family: Verdana, Arial;
	font-style: normal;
	color: #000000;
	font-size: 7pt;
}

.topicFont {
	font-family: Tahoma, Verdana, Arial;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	font-size: 9pt;
}

.titleFont {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.inputText {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.inputButton {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

.inputButtonRed {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #DFBCBC;
}