body, height{
height:100%;
width:100%;
}
.grey_textLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C3C3C;
	text-decoration: none;
}
.grey_textLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C3C3C;
	text-decoration: underline;
}
.white_textLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white_textLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.generalTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	text-decoration: none;
}
.smallTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3C3C;
	text-decoration: none;
}
.smallTxtLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3C3C;
	text-decoration: none;
	font-weight: bold;
}
.smallTxtLink:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3C3C;
	text-decoration: underline;
	font-weight: bold;
}
.largeHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3C3C3C;
	text-decoration: none;
	font-weight: bold;
}
.largeHeadingOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF8B02;
	text-decoration: none;
	font-weight: bold;
}
.mediumHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF8B02;
	text-decoration: none;
}

.mediumHeadingGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C3C3C;
	text-decoration: none;
}

.white_generalTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.menuBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FD8C02;
	font-weight: bold;
	position: relative;
	width: 100%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
	margin: 0px;
}

.menuBox:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3C3C;
	text-decoration: none;
	background-color: #FFC001;
	font-weight: bold;
	position: relative;
	text-indent: 0px;
	width: 100%;	
}
	
.smallTxtError {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
