body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Main Styles */
.normalTxt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.lineTitle{ /* Page Title Stlye*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px dashed #cccccc;
	/*padding: 5px 5px 5px 5px;*/
}

#mainContent{
	/*valign: top;*/
}

/* Left Side Styles */
#leftSide{
	/*width: 500px;	/* Does not work in FireFox, just IE */
	/*height: 600px;*/
	background-color: #ffffdd;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	/*position: relative;*/
	vertical-align: top;
}
.lfNormalTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:
}
.lfIndentTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px 10px 0px 10px;
}

/* RightSide Styles */
#rightSide{
	width: 210px;	/* Does not work in FireFox, just IE */
	/*height: 600px;*/
	background-color: #dddddd;
	border-top: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	border-left: 1px dashed #cccccc;
	/*position: relative;*/
	vertical-align: top;
}
#rightSideCounter{
	width: 210px;	/* Does not work in FireFox, just IE */
	background-color: #dddddd;
	border-top: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	border-left: 1px dashed #666666;
	position: relative;
	vertical-align: top;
}


/* Miscellaneous Style */
#hspacer{
	width: 10px;	/* Does not work in FireFox, just IE */
	height: 600px;
}
#vspacer10{
	/*width: 500px;	/* Does not work in FireFox, just IE */
	height: 10px;
}
#vspacer5{
	height: 5px;
}

