body			{font: 11pt	Verdana, Geneva, Tahoma, "Lucida Sans Unicode", Calibri, Arial, Helvetica, sans-serif;	}
.sanss			{font-family:	Verdana, Geneva, Tahoma, "Lucida Sans Unicode", Calibri, Arial, Helvetica, sans-serif;	}
.jacute			{font-family:	         Geneva, Tahoma, "Lucida Sans Unicode", Calibri, Arial, Helvetica, sans-serif;	}
.serif			{font-family:	Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;}
.monospace		{font-family:	Consolas, "Lucida Console", Monaco, "Courier New", Courier, monospace;			}

.font08			{font-size:	8pt;	}
.font09			{font-size:	9pt;	}
.font10			{font-size:	10pt;	}
.font11			{font-size:	11pt;	}
.font12			{font-size:	12pt;	}
.font14			{font-size:	14pt;	}
.font16			{font-size:	16pt;	}

.smaller2		{font-size:	71%;}
.smaller		{font-size:	83.3%;	}
.larger			{font-size:	120%;	}
.larger2		{font-size:	141%;	}

.pad04			{padding:	4pt;	}

.nowrap			{white-space:		nowrap;		}

.bold			{font-weight:		bold;		}
.italic,.ital		{font-style:		italic;		}
.underline,.underl,.undr
			{text-decoration:	underline;	}

.nobold			{font-weight:		normal;		}
.noitalic,.roman	{font-style:		normal;		}
.nounderline		{text-decoration:	none;		}

.automargin,.centered,.middle
			{margin:		auto;		}
.horautomargin		{margin-left:		auto;		margin-right:	auto;	}
.noTopMargin		{margin-top:		0px;		}

.left			{text-align:		left;		}
.center			{text-align:		center;		}
.right			{text-align:		right;		}
.justify		{text-align:		justify;	}

.vtop			{vertical-align:	top;		}
.vcenter		{vertical-align:	middle;		}
.vbottom		{vertical-align:	bottom;		}

a:link			{text-decoration: underline;	color: blue;	}
a:visited		{text-decoration: underline;	color: blue;	}
a:hover			{text-decoration: underline;	color: blue;	background-color: yellow;}
a:active		{text-decoration: underline;	color: red;	}

.noscrollbars		{overflow:hidden;	}
.invisible		{display: none;		visibility: hidden;	}
.visible		{display: block;	visibility: visible;	}

.noborder		{border: 0px;			}
.border,table,th,td	{border: 1pt solid black;	border-collapse: collapse;	}
th,td			{padding: 1pt;			}
th			{text-align: left;		}

.displayBox		{width:800pt;	min-width:800pt;	max-width:800pt;	}
.narrowerDisplayBox	{width:550pt;	min-width:550pt;	max-width:550pt;	}

.columns2		{column-count:2;	column-gap:20pt;	}
.columns3		{column-count:3;	column-gap:20pt;	}

.forceColBrkBefore	{-webkit-column-break-before:always;	page-break-before:always;	break-before:column;	}
.avoidColBrkInside	{-webkit-column-break-inside:avoid;	page-break-inside:avoid;	break-inside:avoid;	}

.error			{color: red;			}
