/*Home page style sheet starting from here*/
.ReadHeading {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: justify;
}
.Link {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;

}
a.Link:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;

}
.global-text {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4C4C4C;
	text-decoration: none;
	text-align: justify;
}
.red-text {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: justify;
}
.red-small {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;

}
.txtfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid #B7B7B7;
	height: 25px;
}
.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	border: 1px solid #CC0000;
}

