/* CSS Document */

body{
color: #003399;
background-color:#FFFFFF;
}
	

			
	p{
text-align: justify;
font-size: 0.9em;
font-family: verdana, arial, helvatica, sans-serif;
font-style: normal;
line-height: 1.1em;
margin-left: 100px;
margin-right: 100px;
text-indent: 3em;
text-transform: none;
color: #003399;
background-color: inherit;
}

 
 .italic {
 text-align:center;
 font-size: 0.9em;
font-family: verdana, arial, helvatica, sans-serif;
font-style: italic;
font-weight:500;
line-height: 1.1em;
text-transform: none;
margin-left: 100px;
margin-right: 100px;
color: #009966;
background-color: inherit;
 }
 
 .text{
text-align: center;
font-size: 0.8em;
font-family: verdana, arial, helvatica, sans-serif;
font-style: normal;
font-weight: 500;
line-height: 1.3em;
text-transform: none;
color:#009999;
background-color: #ffffff;
text-decoration: none;

}
 
 a {
color: #000099;
background-color: #ffffff;
font-size: 0.9em;
line-height:1.3em;
font-family: Verdana, Arial,Helvatica, sans-serif;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

a:visited {
color: #000099;
background-color: transparent;
}

a:hover {
color: #009966;
background-color: transparent;
}

a:active {
color: #0000cd;
background-color: transparent;
}
 
.strong {
font-size: 1em;
font-family: arial, helvatica, sans-serif;
font-style: normal;
font-weight:600;
line-height: 1.2em;
text-transform: none;
color: #008b8b;
background-color: inherit;
 } 
  .line {
 text-decoration: underline;
 }	
