.MainHeading {
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
}
.allTextBase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.warningText {
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.menuRow {

	font-weight: bold;
	font-size: x-small;
}
.innerTable {
	font-size: x-small;
	border: medium double #000000;


}
.innerTableHeader {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;

}
.innerTableRows {
	border: thin solid #000000;
	height: auto;
	width: auto;
	background-color: #999999;


}
.footnote {
	font-size: xx-small;
	font-style: italic;
	font-weight: bold;
}
.menuSelected {
	background-color: #CCCCCC;
	color: #FFFFFF;

}

.bold {
	font-weight: bold;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}


