/* Reset Defaults
============================================================================== */
body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 100%;}

* {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,
blockquote,ul,ol,dl,
fieldset,address { margin-bottom: 1em; }
address,abbr,acronym { font-style: normal; }
a:link, a:visited { text-decoration: none; color: #c00; }
a:hover, a:active { text-decoration: underline; color: #e90; }
a {	outline: none; }
abbr { border: none; font-style: normal;}
img { border: none; }

/* Text Defaults 
============================================================================== */

h1 { font-size: 2.0em; margin: 0.4em 0; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }
p1 { line-height: 18px; font-family: Verdana,Helvetica,Univers; font-size: 9pt;  text-decoration:none; font-weight:normal; margin: 0px; }
p2 { line-height: 18px; font-family: Verdana,Helvetica,Univers; font-size: 10pt;  text-decoration:none; font-weight:normal; margin: 0px; }
h1,h2,h3 { font-weight: normal; }
h4,h5,h6 { font-weight: bold; }
h2,h3,h4,h5,h6 { margin: 1.2em 0 0.8em; line-height: 1.2em; }
table,th,td { font-weight: normal; vertical-align: top; text-align: left; font-size: 1.0em; }
ul,ol { padding: 0 0 0 0; margin: 0 0 0 0;}
dl {}
dl dt {}
dl dd {}


/* Global
============================================================================== */
.align-left {
	text-align: left;
	}
.align-right {
	text-align: right;
	}
.align-center {
	text-align: center;
	}	
.align-justify {
	text-align: justify;
	}
	
ul.no-bullets {
	list-style-type: none;
}
