/* CSS File */

/**************************************
Main body style
***************************************/
	body {
		margin:0px 0px 0px 0px;
		background: #132D3F;
		color : #ffffff;
  
		}
	
	
	#main {
		border:0px solid #000; 
		width:750px;
		text-align : left;
		margin:0px 0px 0px 0px;
		}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#news {
		border:1px solid #000; 
		width:170px;
		background:#17364A;
		margin:40px 0px 0px 15px;
		}
		
	p,h1,h2,h3,pre {
		margin:10px 10px 10px 10px;
		}
		
	h1 {font-family : Arial, Verdana, sans-serif;
		font-size : 18pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFFFF;
        text-decoration : none;
		text-align : center;
    	padding-top:10px;
		}
	h2 {font-family : Arial, Verdana, sans-serif;
		font-size : 16pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFFFF;
        text-decoration : none;
		text-align : left;
    	padding-top:10px;
		}
	h3 {font-family : Arial, Verdana, sans-serif;
		font-size : 14pt;
        font-style : normal;
        font-weight : bolder;
        color : #FFFFFF;
        text-decoration : none;
		text-align : left;
    	padding-top:10px;
		}
 p { font-family : Arial, Verdana, sans-serif;
    	font-size : 10pt;
    	font-style : normal;
    	font-weight : normal;
    	}
	
li { font-family : Arial, Verdana, sans-serif;
    	font-size : 10pt;
    	font-style : normal;
    	font-weight : normal;
    	}
			
a:link {  color: #0000ff; font-weight : bolder; text-decoration: none}
a:visited {  color: #0000ff; font-weight: bolder; text-decoration: none}
a:hover {  color: #FFFFFF; font-weight: bolder; text-decoration: underline}
a:active {  color: #ff0000; font-weight : bolder; text-decoration: underline}
	
		
/**************************************
footer content
***************************************/	
		
#footer {
		border:0px solid #000; 
		background-image: url("../XML/images/head_08.jpg");
		width:800px;
		}
		

.footer1 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : normal;
    color : #ffffff;
    text-decoration : none;
	text-align: center;
               
}	
.footer2 {
	font-family : Arial, Verdana, sans-serif;
    font-size : 8pt;
    font-style : normal;
    font-weight : bolder;
    color : #0000ff;
    text-decoration : none;
	text-align: center;
}


/**************************************
Links in the footer section
***************************************/
a.footer1:link {  color: #0000ff; font-weight : bolder; text-decoration: none; text-align: center;}
a.footer1:visited {  color: #FF0000; font-weight: bolder; text-decoration: underline; text-align: center;}
a.footer1:hover {  color: #000000; font-weight: bolder; text-decoration: underline; text-align: center;}

a.footer2:link {  color: #000000; font-weight : bolder; text-decoration: none; text-align: center;}
a.footer2:visited {  color: #000000; font-weight: bolder; text-decoration: underline; text-align: center;}
a.footer2:hover {  color: #FFFFFF; font-weight: bolder; text-decoration: underline; text-align: center;}