
/*

NEED ONE (1) SINGLE STYLE SHEET FOR THE WHOLE WEB SITE

*/

body { background: #fff; }
.MainTb img { display: none; }
.OuterMenuTd { display: none; }


/****************************** TEXT FORMATTING *******************************/
body { font-size: 11pt; font-family: "Times New Roman", Times, serif; }


/****************************** LINK FORMATTING *******************************/
body { color: #000; !important; }
font { color: #000; !important; }
a, a:visited, a:hover, a:active { color: #1b3ddf; text-decoration: underline; }
.b { font-size: 1.3em; line-height: 1.3em; }


