.greenheader {
	font-size: 21px;
	font-weight: 600;
	text-transform: capitalize;
	color: #00FF00;
}

.RedLine {
	font-family: Times New Roman;
	font-size: 26px;
	font-weight: 600;
	font-style: normal;
	font-variant: normal;
	line-height: 50px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #FF0000;
	margin: 10px;
	height: 50px;
	width: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #999999;
	border-bottom-color: #8B8B8B;
	border-left-color: #CFCFCF;
	position: static;
}

.navigate {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	color: #000000;
	background-color: #FFFF00;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #999999;
	border-bottom-color: #4D4D4D;
	border-left-color: #C4C4C4;
	font-style: normal;
	line-height: 50px;
}
.cyan {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #B3FFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: justify;
}
.ImageBorder {
	border: 6px solid #F2D800;
}
.WhiteItalics {


	font-family: Times New Roman;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
}
.captionRight {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #FFFF00;
	text-align: right;
	vertical-align: middle;
	background-position: right;

}
.captionCentre {

	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #FFFF00;
	text-align: center;
	vertical-align: middle;
}
.captionLeft {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	color: #FFFF00;
	text-align: left;

}
.green {

	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 400;
	color: #00FF00;
	font-variant: normal;
	text-transform: none;
}
.cyanUnderlined {

	font-family: Times New Roman;
	font-size: 20px;
	font-weight: 400;
	color: #B3FFFF;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.yellow {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
	color: #FFFF00;
	text-align: center;
	vertical-align: middle;


}
.yellowUnderlined {
	font-family: "Times New Roman";
	font-size: 25px;
	font-weight: 400;
	text-transform: none;
	color: #FFFF00;
	text-align: center;
	text-decoration: underline;
}
.NavTop {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #CA0000;
	background-color: #FFFF00;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	border-top: 10px solid #FFFFFF;
	border-right: 10px solid #666666;
	border-bottom: 10px solid #333333;
	border-left: 10px solid #CCCCCC;

}
