@charset "utf-8";
/* CSS Document */

* { 
padding : 0;
margin : 0;
} 

html, body { 
height : 100%;
width : 100%;
font : 12px Arial, Helvetica, sans-serif;
background: #cdd8da;
} 

p	{
	line-height: 125%;
	margin-bottom: 6px;
}

a.external-link-new-window,
a.download,
a.internal-link,
a.mail	{
	color: #027590;
	font-weight: bold;
	text-decoration: none;
}

a.external-link-new-window:hover,
a.download:hover,
a.internal-link:hover,
a.mail:hover	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


