/* ----- universal settings -----*/
body {padding:0px; margin:0px; background-color: #eaece9; font-family: georgia, serif;}


/* ----- typography ----- */
.content {font-size: 9pt; color: #auto;}
.trinkets {font-size: 8pt; color: #auto;}
.small {font-size: 8pt; color: #auto;}
.table {font-size: 8pt; color: #auto;}
.footer {font-size: 9pt; color: #auto;}
.copyright {font-size: 9pt; color: #auto; text-align:center;}


/* ----- other ----- */
.image {border:3px solid #cccccc;}


/* ----- positioning ----- */
.content {padding-left: 25px; padding-right: 25px;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #6c4a53;}
.content a:visited {text-decoration: none; color: #6c4a53;}
.content a:hover {text-decoration: underline; color: #6c4a53;}
.content a:active {text-decoration: none; color: #6c4a53;}
.trinkets a:link {text-decoration: none; color: #6c4a53;}
.trinkets a:visited {text-decoration: none; color: #6c4a53;}
.trinkets a:hover {text-decoration: underline; color: #6c4a53;}
.trinkets a:active {text-decoration: none; color: #6c4a53;}
.table a:link {text-decoration: none; color: #6c4a53;}
.table a:visited {text-decoration: none; color: #6c4a53;}
.table a:hover {text-decoration: underline; color: #6c4a53;}
.table a:active {text-decoration: none; color: #6c4a53;}

.footer a:link {text-decoration: none; color: #000;}
.footer a:visited {text-decoration: none; color: #000;}
.footer a:hover {text-decoration: underline; color: #000;}
.footer a:active {text-decoration: none; color: #000;}
.copyright a:link {text-decoration: none; color: #000;}
.copyright a:visited {text-decoration: none; color: #000;}
.copyright a:hover {text-decoration: underline; color: #000;}
.copyright a:active {text-decoration: none; color: #000;}


/* ----- backgrounds ----- */
.content {background-image:url('sub_content_bg.gif');}
.trinkets {background-image:url('sub_content_bg.gif');}
