
.text {
text-decoration: none;
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #000000;
}


.bold {
text-decoration: none;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #000000;
}

.heading {
text-decoration: none;
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #000000;
}


a  {
text-decoration: none;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #000000;
}

a:hover {
text-decoration: underline;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #000000;
}

a:visited {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #000000;
}

a:visited:hover {
text-decoration: underline;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #000000;
}

.smText {
text-decoration: none;
font-family: Arial;
font-size: 10px;
font-weight: normal;
color: #000000;
}

a.smLink  {
text-decoration: underline;
font-family: Arial;
font-size: 10px;
font-weight: bold;
color: #000000;
}

a.smLink:hover {
text-decoration: underline;
font-family: Arial;
font-size: 10px;
font-weight: bold;
color: #000000;
}

a.smLink:visited  {
text-decoration: underline;
font-family: Arial;
font-size: 10px;
font-weight: bold;
color: #000000;
}

a.smLink:visited:hover {
text-decoration: underline;
font-family: Arial;
font-size: 10px;
font-weight: bold;
color: #000000;
}


ul {
	list-style-type: square;
}

.WebWizRTEbutton {
	 border: #F4F4FB 1px solid;
}