/* Presentation Settings */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
}

html, body {
	width: 100%;
	height: 100%;
}

a:link { color: #2B8BC7; }
a:visited { color: #2B8BC7; }
a:hover { color: #4AAEEB; }
a:active { color: #2B8BC7; }

h1,
h2 { margin-bottom: 20px; }

h1 { font-size: 24px; color: #427888; }
h2 { font-size: 18px; color: #427888; }

p {
	color: #666666; /*#6CBBE4*/
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 10px;
}

div.content-box {
	padding: 20px;
	width: auto;
	height: auto;
	line-height: 20px;
	border-width: 0;
	text-align: justify;
}