.main {
    border-style : solid;
    border-color : 787878;
    border-width : 1px;
}                                                                  

TABLE, TD, TR, BODY, P, UL, OL, LI, INPUT, SELECT, DL, DD, DT {

	font-family : Verdana;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #494949;
}

B {
	font-family : "Arial Black";
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #E22F23;
}

a {
	color: #000000;
	text-decoration:underline;
}

a:visited {
	color: #000000;
   text-decoration:underline;	
}

a:hover {

   text-decoration:underline;
   color: #000000;

		}


