a:link.Menu{
	font-family: Abel;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: Black;
	text-decoration: none;
	background:none;
}
a:visited.Menu{
	font-weight: bold;
	color: Black;
	text-decoration: none;
	background:none;
}
a:hover.Menu{
	font-weight: bold;
	color: #f67f19;
	text-decoration: none;
	background:none;
}
a:link.LinkIcon{
	text-decoration: none;
	color:#131d5b;
}
a:visited.LinkIcon{
	text-decoration: none;
	color:#a4afff;

}
a:hover.LinkIcon{
	color: #f67f19;
}
a:link.m_Link{
	font-family: Abel;
	font-weight: normal;
	font-size:14px;
	color: white;
	text-decoration: none;
	background:none;
}
a:visited.m_Link{
	color: white;
}
a:active.m_Link{
	color: #ffd426;
}
a:hover.m_Link{
	color: #ffd426;
}
.SkinnyButton {
	font-family: calibri,tahoma;
	font-size: 11px;
	font-weight : none;
	color: Navy;
	border: solid 1px black;
	height:18px;
	background:#ece5ff;
}
.SkinnyButton:hover {
	background:#b4a3e5;
}
.TipsTitle{
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	padding-right:5px;
	color:white;
}
.Text{
	font-family: Abel;
	font-size: 15px;
	font-weight: normal;
	font-style: none;
	color: black;
	font-style: none;
}
.Message{
	font-family: Abel,Arial;
	font-weight: normal;
	font-size: 14px;
	color: black;
	font-style: none;
}
.Field{
	font-family: Abel;
	font-size: 14px;
	font-weight: none;
	font-style: none;
	color: #494949;
}
.Button3{
	font-family: Abel;
	font-size: 14px;
	font-weight : none;
	color: #ffffff;
	border: solid 1px navy;
	height:26px;
	border-radius:px;
	background:#6d87c3;
	border-radius:4px;
}
.Button3:hover{
	box-shadow:0px 0px 3px #333333;
	color: #ffffff;
	background:#3399ff;
}
.ComboBoxField{
	font-family: Abel,Arial;
	font-size: 18px;
	font-weight:normal;
	color:black;
	border:solid 1px #532A8A;
	background:#fff;
	width:100%;
	height:40px;
}
.SubTitle{
	font-family: Abel;
	font-size: 20px;
	font-weight: none;
	font-style: none;
	color: black;
}
.FieldLabel{
	font-family: Abel,Arial;
	font-weight: none;
	font-style: none;
	color:black;
}
@media (max-width: 799px) {
	.ResposibleWidth{
		width:100%;
	}
	.VideoWidth{
		width:100%;
	}
	.GridTableBorder{
		border-top:solid 1px silver;
	}
}
@media (min-width: 800px) {
	.ResposibleWidth{
		width:800px;
	}
	.VideoWidth{
		width:760px;
		height:570px;
	}
	.GridTableBorder{
		border-top:none 1px silver;
	}
}
.FontSize-Micro{
	font-size:10px;
}
.FontSize-Mini{
	font-size:14px;
}
.FontSize-Small{
	font-size:18px;
}
.FamilyIconBig{
	font-size:60px;
}
.FamilyIconMedium{
	font-size:38px;
}
.FamilyIconSmall{
	font-size:24px;
}
.FamilyIconMini{
	font-size:14px;
}
.FamilyIconMicro{
	font-size:10px;
}
.Orange{
	color:Orange;
}
.Navy{
	color:Navy;
}
.Red{
	color:Red;
}
.White{
	color:white;
}
.Gray{
	color:Gray;
}
.RoyalBlue{
	color:#27aae0;
}
.SilverStyle{
	color:#afafaf;
}
.Bold{
	font-weight: bold;
}