body{
	font-family: Arial, Helvetica, sans-serif;
}
.entersiteindiv {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bolder;
	color : White;
	background-color : #222250;
	cursor:pointer;
	cursor:hand
}

.entersiteindivon {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bolder;
	color : White;
	cursor:pointer;
	cursor:hand;
	background-color : #3F446C;
}

.entersiteorg {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bolder;
	color : White;
	background-color : #3F446C;
	cursor:pointer;
	cursor:hand
}

.entersiteorgon {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bolder;
	color : White;
	background-color : #222250;
	cursor:pointer;
	cursor:hand
}

.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 26px;
	color : #222250;
	font-style : italic;
	font-weight : 600;
}

.textindiv {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #676688;
}

a.textindiv:link {
	text-decoration:none;
}

a.textindiv:visited {
	text-decoration:none;
}

a.textindiv:hover {
	text-decoration:none;
	color : Navy;
}

.textorg {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ECECFF;
}

a.textorg:link {
	text-decoration:none;
}

a.textorg:visited {
	text-decoration:none;
}

a.textorg:hover {
	text-decoration:none;
	color : White;
}






