body		{
			padding : 0;
			margin : 0;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 11px;
			line-height : 140%;
			color : #002a52;
			}

h1			{
			font-size : 13px;
			color : #002a52;
			font-weight : bold;
			margin-bottom : 10px;
			}
			
h2			{
			font-size : 13px;
			color : #fff;
			font-weight : bold;
			margin-bottom : 10px;
			margin-top : 0px
			}
			
li			{
			font-weight : bold;
			padding : 3px;
			}
			
ul			{
			margin-left : 0;
			padding-left : 30px;
			margin-bottom : 20px;
			list-style-image : url(images/quadrat.gif);
			}

			
.footer		{
			font-size : 11px;
			color : #FFFFFF;
			}
			
.footer a	{
	      font-size : 11px;
     color: #FFFFFF;
     text-decoration: none
}

.footer a:hover{
     color: #FFFFFF;
     font-size : 11px;
     text-decoration : underline
}
			
a			{
			font-size : 11px;
			color : #002a52;
			font-weight : normal;
			text-decoration : none;
			}

a:hover		{
			font-size : 11px;
			color : #002a52;
			font-weight : normal;
			text-decoration : underline;
			}
			
.white		{
			font-size : 11px;
			color : #FFFFFF;
			}
			
.white a		{
			font-size : 11px;
			color : #FFFFFF;
			text-decoration:none;
			}
			
.white a:hover	{
			font-size : 11px;
			color : #FFFFFF;
			text-decoration:underline;
			}