.head {
	 					color : black;
	 					font-family : Arial, Helvetica, sans-serif;
	 					font-size : 12px;
	 					font : bold;
	
	 				}
					.head2 {
	 					color : black;
	 					font-family : Arial, Helvetica, sans-serif;
	 					font-size : 12px;
	 					font : bold;
	                    text-decoration : underline;
	 				}
	 				.subhead {
	 					color : black;
	 					font-family : Arial, Helvetica, sans-serif;
	 					font-size : 12px;
	 					font : bold;
	 				}

	 				.body {
	 					color : black;
	 					font-family : Arial, Helvetica, sans-serif;
	 					font-size : 12px;
	 				}
					.body1 {
	 					color : black;
	 					font-family : Arial, Helvetica, sans-serif;
	 					font-size : 12px;
	 				}

	 				.link:link {
	 					color : "#45497F";
	 					font-family : Arial, Helvetica, sans-serif;
	 					font-size : 11px;
	 					font-weight : bold;
	 				   text-decoration : none;
	 				}
	 				.link:Visited {
	 					color : "#45497F";
	 					font-family : Arial, Helvetica, sans-serif;
	 					font-size : 11px;
	 					font-weight : bold;
	 					text-decoration : none;
	 				}
	 				.link:hover {
	 					color : orange;
	 					font-family : Arial, Helvetica, sans-serif;
	 					font-size : 11px;
	 					font-weight : bold;
	 					text-decoration : none;
	 				}
					.mark {
	 					color : orange;
	 					font-family : Arial, Helvetica, sans-serif;
	 					font-size : 11px;
	 					font-weight : bold;
	 					text-decoration : none;
	 				}
