/* CSS Document */
body {
    background-color: #003366;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 14px;
	   font-weight: bold;
       color: #000000;
}
.text {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      color: #000000;
}
.text1 {
       font-family:Verdana, Arial, Helvetica, sans-serif;
       font-size: 12px;
	   font-style: oblique;
       color: #000000;
}
.text2 {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
	   font-style: italic;
       color: #000000;
	   text-decoration: underline;
}
.legal {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 9px;
       font-weight: normal;
       color: #000000;
	   line-height: 12px;
}
.copy {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     font-weight: normal;
     color: #FFFFFF;
	 text-align: center;
}
.copy1 {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
     color: #FFFFFF;
	 text-align: center;
}

DIV.textimage {
	MARGIN-BOTTOM: 10px;
}
DIV.textimage IMG {
	FLOAT: left; WIDTH: 150px;
}
DIV.clearer {
	CLEAR: left
}








