﻿a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited { color: #005CA2; text-decoration: none }
a:active { color: #0099FF; text-decoration: underline }
a:hover { color: #0099FF; text-decoration: underline }
.text_blue {
	
    font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-style: normal;
	color: #003399;
}
.text_blue_Bold {
	
    font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.text_black {
	
    font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.text_black_Bold {
	
    font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.text_super_black {
	
    font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.text_super_black_Bold {
	
    font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text_red {

	font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
}
.text_red_Bold {
	
    font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.text_White {

	font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
.text_White_Bold {

	font-family: Tahoma, "MS Sans Serif", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}