.blackbgcolor {
	background-color: #000000;
}
.greybgcolor {
	background-color: #1C1C1C;
}
.textfield {
	background-color: #1e1e1e;
	border: 1px solid #333333;
	color: #FFFFFF;
	width:120px;
}

.textfieldMulti {
	background-color: #1e1e1e;
	border: 1px solid #333333;
	color: #FFFFFF;
	height:50px;
	width:120px;
	
}


.callnow {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #f0ce06;
	text-decoration: none;
	
}

.greyborder {
	background-color: #000000;
	border: 1px solid #353535;
}
.greytext {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #AFAFAF;
	text-decoration: none;
}

a.greytext1:link 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;  
	
}
a.greytext1:visited
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;

}

.whitetext {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.greybgborder {
	background-color: #111111;
	border: 1px solid #313131;
}
.whiteheading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.yellowheading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #F0CE06;
	text-decoration: none;
}
.whitesmallheading {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smallgreytext {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #AFAFAF;
	text-decoration: none;
}
.smalltextfieldtext {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #AFAFAF;
	text-decoration: none;
}
.SmallText
{
	font-family: Arial;
	font-size: 8px;
	font-weight: normal;
	color: #AFAFAF;
	text-decoration: none;

}
.indextext {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}