A {
	color: #00F;
	font-weight: bold;
	font-size: 90%;
}
A:Hover {
	color: #F00;
}
A.NonBold {
	color: #00F;
	font-weight: normal;
	font-size: 90%;
}
A.NonBold:Hover {
	color: #F00;
}
BODY	{
	color: #000;
	background-color: #FFF;
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 14pt;
}
DIV, P {
	color: #000;
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 11pt;
}
DIV.nboard	{
	text-align:center;
	color: #000;
	font-family: "Tahoma";
	font-size: 16pt;
}
H1	{
	text-align: center;
	color: #000;
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 35pt;
}
H2	{
	text-align: center;
	color: #000;
	font-family: "Tahoma";
	font-size: 20pt;
}
H3	{
	text-align: center;
	color:#000;
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 12pt;
}

.italic		{
	text-align: center;
	color: #000;
	font-family: "Tahoma";
	font-style: italic;
	font-size: 16pt;
}
.signature	{
	text-align: center;
	color: #000;
	font-family: "Tahoma";
	font-style: italic;
	font-size: 16pt;
	font-weight: bold;
}
.bold		{
	text-align: center;
	color: #000;
	font-family: "Tahoma";
	font-weight: bold;
	font-size: 16pt;
}
/* Custom Identifiers */
.DefinitionText {
	font-size: 9pt;
	color: #777;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 5px;
}
A.DefinitionLink {
	font-size: 9pt;
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
A.DefinitionLink:HOVER {
	color: #888;
	text-decoration: underline;
}
.tblSubHead {
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}
.tblSubVal {
	text-align: left;
	text-indent: 15px;
	font-weight: normal;
	font-family: "Courier New";
	font-size: 10pt;
}
.tblSubLnk {
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
}
.ctrLstBox {
	width: 175px;
	background-color: #CCC;
	font-family: "Courier New";
}
.mainTbl {
	background-color: #DADADA;
}

