.Header_Text{
	color: White;
	font-family : Arial, sans serif;
	font-size : 25px;
	font-weight : bold;
}
.Title_Text{
	color: White;
	font-family : Arial, sans serif;
	font-size : 15px;
	font-weight : bold;
}
.Normal_Text{
	color: White;
	font-family : Arial, sans serif;
	font-size : 15px;
	font-weight : normal;
}
.Subtitle_Text{
	color: White;
	font-family : Arial, sans serif;
	font-size : 20px;
	font-weight : bold;
}
.Important_Text{
	color: red;
	font-family : Arial, sans serif;
	font-size : 15px;
	font-weight : normal;
	font-style : italic;
}
a.link{
	color: white;
}

div.error{
	color:red;
	font-weight: bold;
	font-size: 90%;
	font-family : Arial, sans serif;
}
.navlink {
    color:#fff;
    font-weight:bold;
    font-size:90%;
    text-decoration:none;
}