.bodyTextNone a:link
{
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
}		

.bodyTextNone a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

.tableLeftMargin
{
	margin-left: 8px;
}

.textbox
{
/*	border-bottom: 1px solid #69C; */
	border-left: 1px solid #69C;
	border-right: 1px solid #69C;
	padding: 8px;
	width: 270px;
	background-color: #EEE;
}

.boxHeadMidBg
{
	background: url('../images/boxHeadMidBg2.gif'); 
	background-repeat: repeat-x;
	height: 24px;
	width: 230px;
	text-align: center;
}

.boxHeadLftBg 
{
	background: url('../images/boxHeadLftBg2.gif');
	width: 20px; 
	height: 24px; 
	repeat: no-repeat; 
}

.boxHeadRgtBg 
{
	background: url('../images/boxHeadRgtBg2.gif');
	width: 20px; 
	height: 24px; 
	repeat: no-repeat; 
}

.boxBottomMidBg
{
	line-height: 9px;
	width: 230px;
	background-color: #EEE;
	border-bottom: 1px solid #69C;
}

.boxBottomLftBg 
{
	background: url('../images/boxBottomLftBg.gif');
	width: 20px; 
	height: 10px; 
	repeat: no-repeat; 
}

.boxBottomRgtBg 
{
	background: url('../images/boxBottomRgtBg.gif');
	width: 20px; 
	height: 10px; 
	repeat: no-repeat; 
}

a.linkHeadingGreen:link
{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}		

a.linkHeadingGreen:visited
{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}		

a.linkHeadingGreen:hover
{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

div.hr
{
	border: 1px thin solid #DDDDDD;
	line-height: 1px;
}

div.topParagraph
{
	margin-top: 0px;
	margin-bottom: 10px;
}