body, td, div, a
{
	font-family: verdana;
	font-size: 10pt;
}

.pageTitleText
{
	color: #000000;
	font-size: 14pt;
}

.menuBarText
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuBarText:hover
{
	text-decoration: underline;
}

.downloadText
{
	color: #ACC152;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.bottomText
{
	color: #336699;
	font-size: 8pt;
	text-decoration: none;
}

.littleText
{
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}

.headingText
{
	color: #336699;
	font-size: 14pt;
}

.subHeadingText
{
	color: #336699;
	font-size: 10pt;
	font-weight: bold;
}

.indentedText
{
	margin-left: 10px;
}

.downloadText:hover, .bottomText:hover, .littleText:hover
{
	text-decoration: underline;
}

.mainContent
{
	background-image: url("../images/bodyBackground.gif");
	background-repeat: repeat-x;
	padding: 15px 15px 15px 15px;
}

.yellowRoundedRectangle:before
{
	line-height: 0.1;
	font-size: 1px;
	background: transparent url("../images/yellowBoxTop.gif") no-repeat top;
	margin: -15px -15px 0 -15px;
	height: 15px;
	display: block;
	border: none;
	content: url("images/yellowBoxTop.gif");
}

.yellowRoundedRectangle
{
	background: transparent url("../images/yellowBoxBackground.gif") right repeat-y;
	padding: 15px;
	margin-bottom: 1em;
}

.yellowRoundedRectangle:after
{
	display: block;
	clear: both;
	padding-top: 15px;
	line-height: 0.1;
	font-size: 1px;
	content:  url("../images/yellowBoxBottom.gif");
	margin: -15px;
	height: 8px;
	background: transparent url("../images/yellowBoxBottom.gif") scroll no-repeat bottom ;
}