
	.TableBasic
	{
		background-color : #FFF;
		padding : 4;
		border : 1px solid #000;
	}

	.ListTD1
	{
		background-color : #D8D8D8;
		font-size : 10pt;
	}

	.ListTD2
	{
		background-color : #FFF;
		font-size : 10pt;
	}

	.ListTD1a
	{
		background-color : #D8D8D8;
		font-size : 8pt;
	}

	.ListTD2a
	{
		background-color : #FFF;
		font-size : 8pt;
	}

	.FieldNameTD
	{
		background-color :  #EEE;
		font-size : 10pt;
	}

	.FieldValueTD
	{
		background-color : #FFF;
		font-size : 10pt;
	}


	.FormTD1
	{
		background-color : #D8D8D8;
		font-size : 7pt;
	}

	.HeaderTD
	{
		background-color : #D8D8D8;
		font-size : 14pt;
	}

	.Button
	{
		font-size : 10pt;
		font-weight : 700;
		width : 135;
		height : 25;
	}

	.Button1
	{
		font-size : 9pt;
		font-weight : 500;
		width : 50;
		height : 20;
	}

	pre
	{
		font-size : 10pt;
		font-family : Times New Roman;
	}

	H6
	{
		page-break-before:always;
	}

.RedText
{
	color:red;
}

#rtcontent
{ 	/* Holds main content to right of left side links  */
	width: 540px;
	height: 350px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:15px;
	margin:2px 4px 12px 4px;
	padding:0px 4px 4px 0px;
	position: absolute;
    top: 146px;
    left: 240px;
	overflow: auto;
	scrollbar-face-color: #30999a;
	scrollbar-darkshadow-color: #30999a;
	scrollbar-3dlight-color: #30999a;
	scrollbar-arrow-color: red;
	scrollbar-highlight-color: #30999a;
	scrollbar-shadow-color: #146666;
	scrollbar-track-color: #ffffff;
}

#rtcontent2
{ 	/* Holds main content to right of left side links  */
	width: 540px;
	height: 420px;
    padding: 2px;
	font-family: Verdana, sans-serif, 'Trebuchet MS', 'Lucida Grande';
	font-size: 11px;
    position: absolute;
    top: 116px;
    left: 241px;
	overflow: auto;
	scrollbar-face-color: #30999a;
	scrollbar-darkshadow-color: #30999a;
	scrollbar-3dlight-color: #30999a;
	scrollbar-arrow-color: red;
	scrollbar-highlight-color: #30999a;
	scrollbar-shadow-color: #146666;
	scrollbar-track-color: #ffffff;
}

#rtcontent ul
{
	list-style: disc;
	margin: 0 0 12px 40px;
	padding: 0 6px 0 6px;
}

#rtcontent ol
{
	list-style: decimal;
	margin: 0 0 12px 46px;
	padding: 0 2px 0 6px;
}

#rtcontent li
{
	font-family: Verdana, sans-serif, 'Trebuchet MS', 'Lucida Grande';
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
	border: none;
	color: #146666;
}

#rtcontent a:link
{
	color: #146666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	margin:0px 0px 8px 0px;
	padding:0px;
	text-decoration: underline;
}

#rtcontent a:visited
{
	color: #cc0000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	margin:0px 0px 8px 0px;
	padding:0px;
	text-decoration: underline;
}

#rtcontent a:hover
{
	color: #2f3093;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: 800;
	margin:0px 0px 8px 0px;
	padding:0px;
	text-decoration: underline;
}

#rtcontent a:active
{
	color: #000000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: 500;
	margin:0px 0px 8px 0px;
	padding:0px;
	text-decoration: underline;
}

#rtcontent table
{
	margin: 0px 0px 0px 0px;
}

#rtcontent td
{
	font-size: 12px;
	color: #146666;
	/* border: 1px solid #2f3093;	*/
	padding: 0px 0px 0px 0px;
}

		#dhtmltooltip
		{
			position: absolute;
			left: -300px;
			width: 150px;
			border: 1px solid black;
			padding: 2px;
			background-color: lightyellow;
			visibility: hidden;
			z-index: 100;
			/*	Remove below line to remove shadow. 					*/
			/*	Below line should always appear last within this CSS	*/
			filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
		}

		#dhtmlpointer
		{
			position:absolute;
			left: -300px;
			z-index: 101;
			visibility: hidden;
		}
