/*@charset "ISO-8859-1";*/
/*#############################################################################
                Patches
#############################################################################*/

h1 {
            margin-top:		0;
}
h4 {
            margin-top:		1ex;
            margin-bottom:	1ex;
}
img {
            border:		0;
}
form {
            margin:		0;
            padding:		0;
}
table {
            border-spacing:	0;		/* <=> <table cellspacing="0"> */
}
th, td {
            padding:		0;		/* <=> <table cellpadding="0"> */
}

form  td {
            text-align:		left;		/* our buggy IE ... */
}


/*#############################################################################
                Fonts
#############################################################################*/

body, td, li {
            font-family:	Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
            font-size:		10pt;
}
th {
            font-family:	Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
            font-size:		12pt;
}

h1 {
            font-family:	'Times New Roman', Times, Algerian, serif;
            font-size:		24pt;
}
h2 {
            font-family:	Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
            font-size:		17pt;
}
h3 {
            font-family:	Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
            font-size:		14pt;
}
h4 {
            font-family:	Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
            font-size:		12pt;
}


/*#############################################################################
                Link Decoration
#############################################################################*/

/* HREF links with underlines just while hovering */

a:link,
a:visited {
            text-decoration:    none;
}

a:hover,
a:active,
a:focus {
            text-decoration:    underline;
}

a:hover.overlib {
            text-decoration:    none;
}


/*#############################################################################
                Common Element Classes
#############################################################################*/

ul.stretched  li,
ol            li {
            margin-top:		1ex;
}

ol.compact    li {
            margin:		0;
}


.page-break {
            page-break-before:	always;
}