.Header_Text{
	color: #004287;
	font-family : Tahoma, Arial, sans serif;
	font-size : 25px;
	font-weight : bold;
	text-align:center;
}
.Title_Text{
	color: Black;
	font-family : Tahoma, Arial, sans serif;
	font-size : 18px;
	font-weight : bold;
}
.Normal_Text{
	color: Black;
	font-family : Tahoma, Arial, sans serif;
	font-size : 12px;
	font-weight : normal;
}
.Note_Text{
	color: Black;
	font-family : Tahoma, Arial, sans serif;
	font-size : 12px;
	font-weight : normal;
	font-style : italic;
}
.Subtitle_Text{
	color: #000033;
	font-family : Tahoma, Arial, sans serif;
	font-size : 14px;
	font-weight : bold;
}
.Important_Text{
	color: red;
	font-family : Tahoma, Arial, sans serif;
	font-size : 15px;
	font-weight : normal;
	font-style : italic;
}
.Recipes_Title{
	color: #7C1415;
	font-family : Tahoma, Arial, sans serif;
	font-size : 18px;
	font-weight : bold;
}
a.link{
	color: navy;
}
table.recipes a.link img{
	border:1px solid black;
}

div.error{
	color:red;
	font-weight: bold;
	font-size: 90%;
	font-family : Arial, sans serif;
}

table.bordertable td{
	background-color : White;
}