
.white { font-family: Arial; font-size: 12px; color: #ffffff; weight: bold; }
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.whitebold { font-family: Arial; font-size: 14px; color: #ffffff; decoration: bold; }
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/************** Main Texts Property ********************/

.Title {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	color: #ffffff;
	font-family: Arial;
}

/***** description can be use for all plain text ******/

.Description {
	margin: 0px;
}

/************* Main Links Property *********************/

a.whitelinks:link {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
}
a.whitelinks:visited {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
}
a.whitelinks:active {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
}
a.whitelinks:hover {
	font-size: 11px;
	font-weight: bold;
	color: #EEEC01;
	text-decoration: underline overline;
	font-family: Arial;
}



a.navigation:link {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
}
a.navigation:visited {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
}
a.navigation:active {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
}
a.navigation:hover {
	font-size: 11px;
	font-weight: bold;
	color: #EEEC01;
	text-decoration: underline overline;
	font-family: Arial;
}

a.navigation-selected:link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline ;
}
a.navigation-selected:visited  {
	font-weight: bold;
	color: #000000;
	text-decoration: underline ;
}
a.navigation-selected:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline ;
}

