

/* MAIN FONT STYLE*/

BODY, TD, P, LI, BLOCKQUOTE, .normal { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

.test { 
background-image: url(http://newpress.com/services/images/level2/level2_bg.gif);
 background-repeat : no-repeat;
 }

/* LINKS*/
A:link {color: #2021A8; font-weight: bold; text-decoration : none; font-family : Arial; }
A:hover { color: cc3300; text-decoration: underline; font-weight: bold; text-decoration : none; font-family : Arial; }
A:active {color: #2021A8; font-weight: bold; text-decoration : none; font-family : Arial; }
A:visited {color: #2021A8; font-weight: bold; text-decoration : none; font-family : Arial; }

.pagetitle { 
font-size: 14px;
font-weight: bold;
color : #00509D;
}

.pagetitlesub { 
font-size: 12px;
font-weight: bold;
color : #708090;
}

.copywright {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCCCCC;
}