/* CSS Document */
/*BOD begin /*/

.bod a {
color: #000000;
font-family: arial;
font-size: 12px;
font-weight:normal;
	text-decoration: underline;
	}
.bod:link {
	text-decoration: underline;
color: #000000;
font-family: arial;
font-size: 12px;
font-weight:normal;
}
.bod:visited {
	text-decoration: underline;
color: #000000;
font-family: arial;
font-size: 12px;
font-weight:normal;
}
.bod:hover {
	text-decoration: none;
color: #95AED6;
font-family: arial;
font-size: 12px;
font-weight:normal;
}
.bod:active {
	text-decoration: none;
color: #95AED6;
font-family: arial;
font-size: 12px;
font-weight:normal;
}
/*BOD END /*/

