p {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style : normal;
}
.bold{
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-style : normal;
}
.link{
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style : normal;
	line-height :20px;
}
.dottedLiney { BACKGROUND-IMAGE:  url(images/black_dotliney.gif); BACKGROUND-REPEAT: repeat-y; BACKGROUND-COLOR: white }
.dottedLinex { BACKGROUND-IMAGE:  url(images/black_dotlinex.gif); BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR: white }
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a.sub {
	color: blue;
	text-decoration: none;
}
a.sub:hover {
	color: blue;
	text-decoration: underline;
}
