body {
	margin: 0;
	padding: 0;
	min-height: 768px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: #222; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: small;
}

/* dummy rule for IE5 cause of voice-family hack */
.dummy {}

img {
	border: 0;
}

a:link {
	color: #006699;
}

a:visited {
	color: #555;
}

a:hover {
	color: #287649;
}

div.pleft {
	margin-bottom: 1em;
}

div.pcenter {
	text-align: center;
	margin-bottom: 1em;
}

div.pjustify {
	text-align: justify;
	margin-bottom: 1em;
}

div.pright {
	clear: right;
	text-align: right;
	margin-bottom: 1em;
}

table caption {
	font-weight: bold;
	font-size: 85%;
	color: #585858;
	text-align: left;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.2em 0;
}

#content {
	line-height: 1.3em;
}

#content li {
	padding-bottom: 0.7em;
}

#content ul {
	list-style-image: url(pics/bullet.gif);
}

#content ul ul {
	list-style-image: url(pics/bullet3.gif);
}

#content ul ul ul {
	list-style-image: url(pics/bullet4.gif);
}

#content ul ul ul ul {
	list-style-image: url(pics/bullet5.gif);
}

#content ul ul ul ul ul {
	list-style-image: url(pics/bullet2.gif);
}

q:before { content: no-open-quote;  }
q:after  { content: no-close-quote; }


