.Header {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 20px;
	color: #FFCC00;
}

.Header_White {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

.Sub_Header_Bold {
	font-size: 14px;
	color: #FFCC00;
	font-family: Tahoma;
	font-weight: bold;
}

.Sub_Header_White {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
}
.Sub_Header {color: #FFCC00; font-family: Tahoma; font-size: 14px;}

.Normal_Text {color: #FFFFFF; font-family: Tahoma; font-size: 13px; }

.Normal_Text_Bold {color: #FFFFFF; font-family: Tahoma; font-size: 13px; font-weight: bold; }

.Link_White a {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
.Link_White a:link {
	text-decoration: none;
}
.Link_White a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Link_White a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.Link_White a:active {
	text-decoration: none;
	color: #FFCC00;
}



.Link_Yellow a {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}
.Link_Yellow a:link {
	text-decoration: none;
	color: #FFCC00;
}
.Link_Yellow a:visited {
	text-decoration: none;
	color: #FFCC00;
}
.Link_Yellow a:hover {
	text-decoration: underline;
	color: #FF9900;
}
.Link_Yellow a:active {
	text-decoration: none;
	color: #FF9900;
}
