body{
	background-color: #99CC99;
    }

/******** Text ********/

p.header {
	color: #000000;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 7pt;
	text-align:right;
     }
	 
p.menu {
	color: #669966;
    font-family: Arial, Verdana, Courier New, sans-serif;
	font-size:12pt;
	font-weight: bold;
	text-align:center;
	}	 
	 
p.title {
	color: #669966;
    font-family: Arial, Verdana, Courier New, sans-serif;
	font-size:16pt;
	font-weight: bold;
	text-align:left;
	}

p.body {
	color: #666666;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-align:justify;
	line-height: 1.4;
    }
     

  
p.footnote {
	color: #000000;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 7pt;
	text-align:center;
     }

/******* Images ********/

img.main {
	height:200px;
	width:740px;
    }


/******** Links ********/

A.body:link { 
	color: #669966;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;  
    }

A.body:active {
	color: #99CC99;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline; 
    }

A.body:visited { 
	color: #669966;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: normal;
    }

A.body:hover {
	color: #99CC99;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
    }	
	
A.menu:link { 
	color: #669966;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;  
    }

A.menu:active {
	color: #99CC99;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline; 
    }

A.menu:visited { 
	color: #669966;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
    }

A.menu:hover {
	color: #99CC99;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
    }	
	
A.footnote:link { 
	color: #CC0000;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;  
    }

A.footnote:active {
	color: #000000;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline; 
    }

A.footnote:visited { 
	color: #CC0000;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	font-weight: normal;
    }

A.footnote:hover {
	color: #000000;
	font-family: Arial, Verdana, Courier New, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline;
    }
