@charset "UTF-8";
/* CSS Document 
--- the layout of this document is based on de layout of the html
--- each parent container is named in the comment and contains 
--- the direct elements inside it
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#000000;
}

p, address { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	line-height: 20px;
	color:#000000;
	margin-bottom:12px;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FF3399;
	margin-bottom:20px;
}

h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	margin-top:7px;
}


ul {
	margin-left:20px;
	list-style-type:square;
	margin-bottom:12px;
}

td {
	vertical-align:top;
	text-align:left;
	font-size:12px;
}

th {
	vertical-align:top;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

table {
	width:100%;
	border:none;
}
