* {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12pt;
}
body	{
		margin:18px;
		}
h1	{
	color:#A4001D;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom:-8pt;

	}
h2	{
	font-size:14pt;
	color:#A4001D;
	margin-bottom:-8pt;
	font-weight: bold;
	}
h3	{
	margin-bottom:-12pt;
	font-size:12pt;
	color:#A4001D;
	font-weight: bold;

}

p.smalltext	{
		font-size:9pt;
		}
p a:link, p a:visited, p a:active {
									font-size:8pt;
									}
div#headercontainer {
					width:99%;
					height:28px;
					float:left;
					background:#babcbb;
					border:1px solid black;
					margin-bottom:20px;
					}
div#headercontainer img.logo{
					width:310px;
					height:28px;
					float:right;
					}
					
div#contentleft {
				width:54%;
				float:left;
				margin:4px 4px 4px 0;
				padding:4px;
				text-align:justify;
				}
div#contentright {
				width:38%;
				float:right;
				margin:4px 0 4px 0;
				padding:4px;
				text-align:justify;
				}