﻿body {
	background-image:url('../../images/global_bgpanel.png');
}

.Text {
	font-family:Trebuchet MS;
	font-size:14px;
	color:#959595;
}

.Text-Link {
	color:#44daff;
	text-decoration:none;
	cursor:pointer;
}

.Text-Link:HOVER {
	text-decoration:underline;
}

.Text-DarkBg {
	color:#ac9f8e;
}

.Text-Link-DarkBg {
	text-decoration:none;
}

.Text-Link-DarkBg:HOVER {
	color:#02BDEC;
	text-decoration:underline;
}

.Separator-DarkBg {
	color:#625548;
}

.FooterText-Link {
	font-size:15px; 
	text-decoration:none;
	color:#ffffff;
}

.FooterText-Link:HOVER {
	text-decoration:underline;
	color:#02BDEC;
}

.ErrorText {
	color:#ff0000;
}