H1  {
	font-size : 16pt;
	font-family : arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
	background-color: #CCCCFF;
}


H2  {
	font-size : 14pt;
	font-family : arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : black;
	background-color: #CCCCFF;
}


H3  {
	font-size : 12pt;
	font-family : arial, sans-serif;
	font-weight : bold;
	font-style : italic;
	color : black;
	background-color: #CCCCFF;
}


H6  {
	font-size : 10pt;
	font-family : Arial, Sans-Serif;
	font-weight : bold;
	font-style : normal;
	color : black;
	background-color: #CCCCFF;
}


BODY  {
	color : black;
	background: #CCCCFF url("/images/back01.jpg") fixed;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	margin: 0;
}


TD  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}


P  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}


A:link  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : blue;
}


A:hover  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}


A:visited  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #3D99F5;
}


A.cndark:link   {
	font-size : 10px;
	font-family : Arial, Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
	
}


A.cndark:visited   {
	font-size : 10px;
	font-family : Arial, Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
	
}


A.cndark:hover   {
	font-size : 10px;
	font-family : Arial, Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : #404040;
	text-decoration:none;

	
}

A.cndark:active   {
	font-size : 10px;
	font-family : Arial, Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;

	
}

div#header {
	position: absolute;
	top: 0;
	color: black;
	background-color: #CCCCFF;
	background-image: url("/images/back01.jpg");
	width: 760px;
	height: 42px;
        right: 0;
        bottom: auto;
        left: 0;
	text-align: left;
	z-index: 100;
}

div#nav  {
	color: #000000;
	background-color: #CCCCFF;
	background-image: url("/images/nav_back.jpg");
        width: 760px;
        height: 32px;
        right: 0;
        bottom: 0;
        left: 0;
	z-index: 100;
}

div#main {
	position: absolute;
        width: 760px;
	height: auto;
        top: 65px;
	right: 0;
	bottom: 32px;
	left: 0;

}
div#content {
        width: 471px;
        height: auto;
        top: 0;
        right: 0;
        bottom: 32px;
	margin-top: 5px;
        margin-left: 12px;
	z-index: 10;
      }

div#motif {
        position: absolute;
        width: 760px;
        height: auto;
        top: 42px;
        right: 0;
        bottom: auto;
        left: 0;
	z-index: 0;
	vertical-align: top;
      }
