/* default font settings */
body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #000000; 
	background-color: #FFFFFF
	}
	
p, div, td, ol, ul, li, blockquote {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}	
/* end default */
	
/* exclusive for owrap - not shared with content well */
a.chnl { text-decoration : none }	
a.chnl:hover { text-decoration : underline }
	
.header {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold; 
        color: #990000;
        }

td.fstyle {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif; 
}
/* end owrap properties */

/* font stylings for shop & save search form */
a.shoplink1 {
font-family:arial,helvetica,sans-serif;
font-size:12px;
color:#a92929;
}
a.shoplink2 {
font-family:arial,helvetica,sans-serif;
font-size:11px;
}
/* end shop & save search form stuff */

table {
	font-size: x-small
	}

.error {  font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	color: #FF0000}

.standardbold {  font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: normal; 
	font-weight: bold}

.subscriptbold {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold}

.headline {  font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: bold}
	
.pagetitle {  font-size: large}
.mainheadline { font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold }

.subscript {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal}

.subscriptital {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: normal}

.standardital {  font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: italic; 
	font-weight: normal}