a			{
			color: #0153A4;
			}

h1			{
			font-size: 16pt;
			margin-bottom: 4px;
			}

h2			{
			font-size: 14pt;
			margin-bottom: 4px;
			font-weight: normal;
			}

td			{
			vertical-align: top;
			}

p			{
			text-indent: 0.5em;
			text-align: justify;
			}

.noindent		{
			text-indent: 0.0em;
			}

.notopmargin		{
			margin-top: 0px;
			}

.nobottommargin		{
			margin-bottom: 0px;
			}

			/* The IE bug is ONLY with borders. If you set the borders to transparent in IE,
			   they will be shown in the color of the text (not necessarily black indeed.)   */

			/* border-right-width: 0.5em;        */
			/* border-right-style: solid;        */
			/* border-right-color: transparent;  */
			/* border-bottom-width: 0.5em;       */
			/* border-bottom-style: solid;       */
			/* border-bottom-color: transparent; */

img.floatleftimage	{
			float: left;
			margin-right: 1.5em;
			margin-bottom: 0.5em;
			}

img.floatrightimage	{
			float: right;
			margin-left: 1.5em;
			margin-bottom: 0.5em;
			}

img.linknoborder	{
			border-style: none;
			}

.clearboth		{
			clear: both;
			}

ul.noindent		{
			margin-left: 0em;
			padding-left: 0em;
			}

ul.nobulletindent	{
			margin-left: 0em;
			padding-left: 1em;
			}

.rightalign		{
			text-align: right;
			}

.leftalign		{
			text-align: left;
			}

table			{
			border-collapse: collapse;
			}

.noborder		{
			border-style: none;
			}

