.justified {  text-align: justify; letter-spacing: normal; word-spacing: normal; white-space: normal}


.standard_justify_text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	text-align:justify;

}


.standard_text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
}

A.graylink {
	color:#333333;
	text-decoration:none;
}
A.graylink:hover {
	color:#666666;
	text-decoration: none;
}

A.normallink {
	color:#0000DD;
	text-decoration:underline;
}

A.normallink:visited {
	color:  #000099;
	text-decoration:  underline;
}


A.normallink:hover {
	color:  #FF0000;
	text-decoration:  underline;
}

A.normallink:active {
	color:  #0000FF;
	text-decoration:  underline;
}.subject_heading {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

A.submenu {
    display: block;
	font-family: Arial;
	text-decoration:  none;
	color:  #000000;
}


A.submenu:visited {
	color:  #000000;
	text-decoration:  none;
}


A.submenu:hover {
	color:  rgb(128,0,0);
	text-decoration:  none;
    background-color: rgb(204,204,204);
}

A.submenu:active {
	color:  #DD1111;
	text-decoration:  none;
}

