/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */


* {
    margin:0;
    padding:0;
  }

body
{ 
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: 12px; 
	color: rgb(51,51,153); 
	font-weight: normal; font-style: normal; 
	background-color: rgb(187,221,255); 
	background-image: url("../assets/images/dhb_bg2.gif");
	background-repeat: no-repeat;
}

.TextObject 
{ 
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: 12px; 
	color: rgb(51,51,153); 
	font-weight: normal; 
	font-style: normal; 
	margin-bottom: 0pt;
}
h1 
{ 
	font-size: 24px; 
	color: rgb(51,51,153); 
	margin-bottom: 3pt;
}
h2 
{ 
	margin-top: 0pt; 
	margin-bottom: 3pt;
}
h3 
{ 
	background-color:#FFCC00;;
	margin-bottom: 3pt;
}

p 
{ 
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: 12px; 
	color: rgb(51,51,153); 
	font-weight: normal; 
	font-style: normal; 
	margin: 0pt;
}
H3 
{
	margin-bottom: 3pt;
}


H4 
{ 
	margin-bottom: 3pt;
}


H5 
{ 
	margin-bottom: 3pt;
}
H6 
{ 
	margin-bottom: 3pt;
}
