/*
 * This is the style sheet for the ContentModule
 */

.ContentModule {
	/*width: 530px;   for InSiAva and Hatfield 24/7 */
	width: 570px; /* for cobusdutoit.com */
	/*height: 300px;*/
	border: solid 0px #000000;
	padding: 1px;
	/*background-color: #cccccc;*/
}

body {
        font-family: FreeSans, Helvetica, Sans, Arial, Tahoma, Verdana;
        font-size: 8pt;
        text-align: justify;
}

#mainTable {
        position: absolute;
        top: 0;
        left: 0;
}

h1 {
	font-family: FreeSans, Helvetica, Sans, Arial, Tahoma, Verdana;
        font-size: 14pt;
        color: #333333;
        font-weight: normal;
}

h2 {
	font-family: FreeSans, Helvetica, Sans, Arial, Tahoma, Verdana;
        font-size: 12pt;
        color: #333333;
        font-weight: bold;
}

h3 {
	font-family: FreeSans, Helvetica, Sans, Arial, Tahoma, Verdana;
        font-size: 12pt;
        color: #333333;
        font-weight: normal;
}

td {
        font-family: FreeSans, Helvetica, Sans, Arial, Tahoma, Verdana;
        font-size: 8pt;
        color: #333333;
        text-align: justify;
}

p {
	font-family: FreeSans, Helvetica, Sans, Arial, Tahoma, Verdana;
        font-size: 8pt;
        color: #333333;
        text-align: justify;
        margin: 0;
        padding: 0;
}
