div#gal{
	float: right;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
}
.language a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;

}
.language:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: underline;
	font-size: 7pt;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;

}

.language:visited {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
        font-style: underline;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        color: #FFFFFF;
        text-decoration: none;

}

.language:hover {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
        font-style: underline;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        color: #FFFFFF;
        text-decoration: none;

}

.language:active {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
        font-style: underline;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        color: #FFFFFF;
        text-decoration: none;

}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #660000;
	text-decoration: none;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
}
.text {
	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}

img.png {
	background-image: expression(
		this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "images/pixel.gif"
	);
}

