@charset "UTF-8";
/* CSS Document */

.TextHeader {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #777;
}
.TextMain {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #555;
}
.TextScreen {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #23A4DC;
}
.TextPrint {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #F28B0C;
}
.Text3d {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #B9CD02;
}
.weblink a {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #777;
	display: block;
	width: 200px;
}
.weblink a:hover {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: 23A4DC;
}
.TrannyTextBG {
	background-image: url(images/content/tranny-text-bg.png);
	background-repeat: no-repeat;
}
.PrintButton a {
	display: block;	
}
.PrintButton a:hover {
	color: #F60;
}
