/* CSS Document */

body {

	margin: 0px;
	padding: 0px;
	background-color: #0D4073;
	background-image: url(../images/global/footer.gif);
	background-repeat: repeat-y;
	
	font-family: "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333333;

}

h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 16px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 14px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

a {
	color: #336699;
}

p.indent {
	margin-left: 20px;
}

