/* ----- universal settings -----*/
* {padding: 0px; margin: 0px;}
body {background-color: #707591; font-family: verdana, san-serif;}


/* ----- typography ----- */
.content {font-size: 8pt; color: #000; padding: 0px 16px 0px 13px;}
.sidecontent {font-size: 8pt; color: #000; padding: 0px 5px 0px 18px;}
.enotify {font-size: 8pt; color: #000; padding: 40px 10px 0px 16px; line-height: 130%;}
.footer {font-size: 7pt; color: #fff;}
.copyright {font-size: 7pt; color: #fff; text-align: right; padding-right: 9px !important;}
.table {font-size: 8pt; color: #000;}


/* ----- unordered lists ----- */
ul li {margin-left: 16px !important;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #900;}
.content a:visited {text-decoration: none; color: #900;}
.content a:hover {text-decoration: underline; color: #900;}
.content a:active {text-decoration: none; color: #900;}
.footer a:link {text-decoration: none; color: #fff;}
.footer a:visited {text-decoration: none; color: #fff;}
.footer a:hover {text-decoration: underline; color: #fff;}
.footer a:active {text-decoration: none; color: #fff;}
.copyright a:link {text-decoration: none; color: #fff;}
.copyright a:visited {text-decoration: none; color: #fff;}
.copyright a:hover {text-decoration: underline; color: #fff;}
.copyright a:active {text-decoration: none; color: #fff;}