/* CSS Document */

body {
	margin: 5px;
	padding: 0px;
	padding-bottom: 20px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
	color: #4D6175;
	text-align: justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:13px;
}

h1, h2, h3 {
	color:#3D6FA6;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom: 1em;
	text-align: left;
}

a {
	font-size:11px;
	color:#34A2D7;
	text-decoration:underline;
}

a img {
	border: thin none;
}


