/* CSS Document */

p {
	margin: 10px 5px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	}
table,tr,td,ul,ol {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	}
a:link,a:visited {
	color: #009;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}