body {
		min-width:1000px;		/* Minimum width of layout - remove line if not required */
	}
	
h5 {
font-size: 13pt;
text-align: left;
color: black;
font-weight: bold;
}

h6 {
font-size: 12pt;
text-align: left;
color: black;
background-color: #D1D9EF;
padding: 6px 10px 6px 10px;
margin: 0 0 0px 0;
}

h6.addd {
font-size: 11pt;
text-align: left;
color: black;
background-color: #FFD293;
padding: 6px 10px 6px 10px;
margin: 0 0 0px 0;
}



table.thur {}
table.thur th {
	border-width: 1px 1px 1px 1px;
	padding: 14px 14px 14px 14px;
	border-style: dashed;
	border-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.thur td {
	border-width: 0px 0px 1px 0px;
	padding: 4px 4px 4px 14px;
	border-style: dashed;
	border-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
	}






#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;/* ccccccccccccccccccccccccccccccccccc */
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:transparent;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        /* ccccccccccccccccccccccccccccccccccc */
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:transparent;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        /* ccccccccccccccccccccccccccccccccccc */
        left:430px;         	/* Left column width + right column width */
        background:transparent;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
	/* ccccccccccccccccccccccccccccccccccc */
        margin:0 245px 0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        /* ccccccccccccccccccccccccccccccccccc */
        width:200px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        /* ccccccccccccccccccccccccccccccccccc */
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        /* ccccccccccccccccccccccccccccccccccc */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

