/* CSS Document */
body { font-family:"Times New Roman", Times, serif
		font-size:12px;
	  	color:#000000;
	  }
a:link {
		text-decoration:none;
		}
a:visited  {
		text-decoration:none;
		}
a:hover {
		text-decoration:underline;
		}
a:active {
		text-decoration:none;
		}
.title {
		font-size:36px;
			}
.boldtext {	font-size:16px;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif; }
.textnormal {font-size:14px;
			 font-family:Arial, Helvetica, sans-serif;}
.boldcolor {font-size:16px;
			color:#010066;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			}
.legal {
		font-size:9px;
		}