a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #E41B5B;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #426CAD;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #47545E;
	text-decoration: none;
}

.regulartext {
	font-family: verdana;
	font-size: 12px;
	color: #47545E;
	text-decoration: none;
}
.bodytext {
	font-size: 12px;
	font-family: verdana;
	color: 47545E;
}
.box {
	height: 17px;
	width: 80%;
	border: thin solid #47545E;
	font-family: verdana;
	font-size: 10px;
	color: #47545E;
	text-decoration: none;
}
.boxReg {
	height: 17px;
	width:200px;
	border: thin solid #47545E;
	font-family: verdana;
	font-size: 10px;
	color: #47545E;
	text-decoration: none;
}
.boxContactText {
	height: 150px;
	width: auto;
	border: thin solid #47545E;
	font-family: verdana;
	font-size: 10px;
	color: #47545E;
	text-decoration: none;
}
.dropmenu {
	font-size: 10px;
	color: #47545E;
	text-decoration: none;
	list-style-type: none;
	font-family: verdana;
	word-spacing: 1px;
	width: 100%;
}
.button {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47545E;
	width: 80%;
}
.buttonBox {
	border: 1px solid #5D6366;
	height: 20px;
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #47545E;
}
.boxLogin {
	font-family: verdana;
	width: 85%;
	border: 1px;
	font-size: 10px;
	color: #990099;
	text-decoration: none;
	height: 12px;
	background-image: none;
}
.boxRegSmall {
	height: 20px;
	width:150px;
	border: thin solid #47545E;
	font-family: verdana;
	font-size: 10px;
	color: #47545E;
	text-decoration: none;
}
.greyborder {
	border: 1px solid #5D6366;
	padding:5px;
}
.DisplayNone {
	  display: none;
	 }