/* Defaults for entire page*/
body {background-color:#e0e0e0; max-width:1024px; margin: 0 auto; FONT-FAMILY: Arial,sans-serif;}


/* Title styles */
table.title {width:100%; padding:14px 0 0 8px;BACKGROUND: url(newImages/top.png) #fff repeat-x;}
.pageImage {padding:0px 4px 0px 0px; margin:0px; width:44px; height:44px;BACKGROUND: url(newImages/icon44w.png) no-repeat;}
.pageTitle {padding:0px; margin:0px; FONT-SIZE: 125%; FONT-WEIGHT: bold; COLOR: #0000c0;}
.pageLogo {padding:0px; margin:0px; FONT-SIZE: 110%; FONT-WEIGHT: bold; COLOR: #0000c0;}


/* Bar styles */
table.tbar {width:100%;border-collapse: collapse;}
table.tbar td {padding:1px 7px;}		/*Padding top+bottom,right+left*/
.bar {FONT-SIZE: 95%; BACKGROUND-COLOR: white; text-align:right;}


/* thin blue divider */
.rule {width:100%; height:2px; padding:0px;BACKGROUND: url(newImages/blue-rule.png) no-repeat;}
.space {height:2em; padding:0px;}


/* style for entire page */
.main {width:100%;background-color:white; padding:10px 0 0 5px; margin:0;}

/* style for tables inset in main page */
.inset{width:100%; padding:0; border-collapse: collapse;}
.paypal{width:100%; padding:6px 5px;}

table.foot {FONT-SIZE:70%;text-align:center; width:100%;BACKGROUND-COLOR: white;}


/* Header styles. Size relative to the text for table */
.hBig{FONT-SIZE:120%;COLOR: #0000c0;}
.hMed{FONT-SIZE:110%;COLOR: #0000c0;}
.hSml{FONT-SIZE:100%;COLOR: #0000c0;}


/* Text styles */
.big{FONT-SIZE:95%;}
.std{FONT-SIZE:83%;}


/* page styles */
.smlP{margin:0px; padding:3px 0 0 2px;}
.smlPCen{margin:0px; padding:3px; text-align:center}
.quest{COLOR: #0000c0;}
.answ{COLOR: #303030; margin:0; padding:2px 0 10px 20px;} /*Padding top,right,bottom,left*/


/* Bullet list with smaller indents and space between bullet lines*/
ul.ulStd {padding:2px 0 4px 16px; margin:0;}
ul.ulStd li {padding:2px 0; margin:0;}

/* Link styles */
A:link {COLOR: #336699; TEXT-DECORATION: underline}
A:visited {COLOR: #336699; TEXT-DECORATION: underline}
A:hover {COLOR: #336699; TEXT-DECORATION: none}
A:active {COLOR: #3366cc; TEXT-DECORATION: underline}
