/* CSS Document */


	.contentblock 
	{
	border:0px solid ###ATTRIBUTES.BorderColor#;	
	background-color: ###ATTRIBUTES.TableColor#;
	}

				.link
				{
					color: black;
					text-decoration:none;
					font-weight:bold;
					font-size:10pt;
					font-family:Arial, Helvetica, sans-serif;
				}
				
				.link:hover{text-decoration:underline;
				color: black;font-size:10pt;
				}
				
				.link2
				{
					color: black;
					text-decoration:none;
					font-weight:bold;
					font-size:10pt;
					font-family:Arial, Helvetica, sans-serif;
				}
				
				.link2:hover{text-decoration:underline;
				color: black;font-size:10pt;
				}
				
				.header
				{
					color: black;
					text-decoration:none;
					font-weight:bold;
					font-size:14pt;
					font-family:Arial, Helvetica, sans-serif;
				}
				
				.header2
				{
					color: black;
					font-weight:bold;
					font-size:10pt;
					font-family:Arial, Helvetica, sans-serif;
				}
				
								
				.contentspace
				{
	color: black;
	text-decoration:none;
	font-weight:normal;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	margin: 3px;
	background-color: #CDE5C5;
				}
				
				
		.bodybkground {
	background-color: #006600;
	topmargin: 0;
	position: absolute;
	margin: 0px;
				}
.contentbkground {
	background-color: #CDE5C5;

}

