	body,
	html {
		margin:0;
		padding:0;
		color:#000;
		font-size:10px;
		line-height:18px;
		font-family: Verdana;	

		}

/* DIV STYLES */

h1  {
	font-family : arial;
	color : #000000;
	font-size : 14px;
	font-style: italic;
	font-weight: normal;
	text-indent: 10px;
 }

.content  {
	color:#000;
		font-size:13px;
		line-height:18px;
		font-family: Verdana;
	 }


.datesrem  {
	font-family : Verdana;
	color : #ffffff;
	font-size : 9pt;
	 }

/* LINK COLOURS AND STYLES */
a:link { 
	font-family: Verdana;
		font-size: 13px;
        	color : #0abab5;
        	text-decoration : none;
	

	}
a:visited { 
	color : #0abab5;
			font-family: Verdana;
			font-size: 13px;
			text-decoration : none;
	

	}
a:hover { 
color : #63513d;
			font-family: Verdana;
			font-size: 13px;
        	text-decoration : none;
	

	}

.copyright {
	font-family: arial;
	font-size: 8pt;
	color: #ffffff;
}

		A.topnav:link  {
		font-family: Verdana;
		font-size: 11pt;
        	color : #ffffff;
        	text-decoration : none;
        }
        
        A.topnav:visited  {
        	color : #ffffff;
			font-family: Verdana;
			font-size: 11pt;
			text-decoration : none;
        }
        
        A.topnav:hover  {
        	color : #f7941e;
			font-family: Verdana;
			font-size: 11pt;
        	text-decoration : none;
        }



		A.contentnav:link  {
		font-family: Verdana;
		font-size: 13px;
        	color : #000000;
        	text-decoration : none;
        }
        
        A.contentnav:visited  {
        	color : #000000;
			font-family: Verdana;
			font-size: 13px;
			text-decoration : none;
        }
        
        A.contentnav:hover  {
        	color : #000000;
			font-family: Verdana;
			font-size: 13px;
        	text-decoration : none;
        }
#fade {
    display:none;
    background:#000;
    position:fixed;
    left:0; top:0;
    width:100%;
    height:100%;
    opacity:.80;
    z-index:9999; }
.popup_block {
    display:none;
    background:#fff;
    padding:10px;
    border:10px solid #f2e7e2;
    float:left;
	width:700px;
	height:260px;
    font-size:10;
    position:fixed;
    top:50%; left:50%;
    z-index:99999;
    -webkit-box-shadow: 0px 0px 20px #000; -moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
img.btn_close {
    float:right;
	
    margin:3px 3px 0px 0px; }
*html #fade { position:absolute; }
*html .popup_block { position:absolute; }

