@charset "iso-8859-1";

body {
	background-color: #ffffff;
	background-image: url('images/background.gif');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top left;
	margin: 20px 20px 20px 30px;
}

p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
}

p.title {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	color: 000000;
	font-weight: bold;
	text-align: left;
}

p.welcome {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 26px;
	color: 000000;
	font-weight: bold;
}

p.mini {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: 000000;
}

li {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	list-style-type: square;

}

li.sub {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	list-style-type: circle;

}

p.copyright {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 9px;
	color: 000000;
}

.border {
  border: 1px solid #E5E5E5;
}