body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #09112b;
	line-height: 20px;
	background-image: url(images/bg.gif);
}
.coltop
        {
            width: 800px;
            background-image: url('images/line.jpg');
            vertical-align:bottom
        }
        
.imgbor
{
    border-color: #09112b;
    border: 1;
}

.bcol
        {
            width: 800px;
            background-image: url('images/bline.jpg');
            vertical-align:bottom;
            height:25px;
           
        }
.leftcol
        {
            background-image: url('images/sider.jpg');
            text-align: center;
            vertical-align: top;
            width: 150px;
        }
.rtcol
        {
            width: 650px;
            background-image: url('images/color2.jpg');
            text-align: center;
            vertical-align:text-top;
        }
        
.rtcol1
        {
            font-size: 6pt;
	        color: #09112b;
            width: 650px;
            background-image: url('images/color2.jpg');
            text-align: center;
            vertical-align:text-top;
        }
 
        
.col
        {
            width: 650px;
            background-image: url('images/color2.jpg');
            text-align: left;
            vertical-align:text-top;
        }
        
.dater {
	font-size: 10pt;
	color: #000000;
	background-color: #ddc591;
	text-align: right;
}



h1 {
	font-size: 13pt;
	color: #67513a;/*themecolour2%0;*/

}

h2 {
	font-size: 11pt;
	color: #67513a;/*themecolour2%0;*/

}

a:link {
	color: #09112b;
}
a:visited {
	color: #09112b;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #09112b;
}

.highlightbox {
	background-color: #67513a;
	padding: 4px 30px;
	border: 1px solid #6D0404;
	color: #FFFFFF;
}