/* The following are styles for all elements of a type, i.e. "all" links in the page */
/* These styles are automatically applied to all elements of the specified type in the page */

body {background-color: #a30046; text-align: center;}
a img {border: none;}

/* The following are styles for elements that are likely to be repeated within a page, i.e. header text */
/* How to use them in the page - to use .xyz style, add class="xyz" to the desired html tag in the page */
/* For example - <p> with .is_blue becomes <p class="is_blue"> */

.page_head {color: #a30046; font-weight: bold; font-size: 16pt;}
.sublink_p {color: #a30046; margin-top: 0;}
.sublink {color: #a30046; text-decoration: none; font-size: 8.5pt; cursor: pointer;}
a.sublink:link {color: #a30046; text-decoration: none; font-size: 8.5pt;}
a.sublink:visited {color: #a30046; text-decoration: none; font-size: 8.5pt;}
a.sublink:hover {color: #a30046; text-decoration: none; font-size: 8.5pt;}
a.sublink:active {color: #a30046; text-decoration: none; font-size: 8.5pt;}
.textlink {color: #a30046; text-decoration: none; font-weight: bold; font-size: 8.5pt; cursor: pointer;}
a.textlink:link {color: #a30046; text-decoration: none; font-weight: bold; font-size: 8.5pt;}
a.textlink:visited {color: #a30046; text-decoration: none; font-weight: bold; font-size: 8.5pt;}
a.textlink:hover {color: #a30046; text-decoration: none; font-weight: bold; font-size: 8.5pt;}
a.textlink:active {color: #a30046; text-decoration: none; font-weight: bold; font-size: 8.5pt;}
.is_blue {color: #0a2c52;}
.menu_cell {width: 177px; background-color: #0a2c52; border-left: 1px solid #a30046; border-right: 1px solid #a30046;}
.header_table {width: 100%; margin-bottom: 8px;}
.header_cell {width: 20px; color: #562960; font-weight: bold; font-size: 10pt; white-space: nowrap; padding-right: 5px;}
.header_hr {width: 100%; height: 1px; border: 0px; color: #FFFFFF; background-color: #FFFFFF;}
.body {margin: 0px 0px 20px 0px;}
.full_hr {width: 100%; height: 1px; border: 0px; color: #a30046; background-color: #a30046; margin: 15px 0px 2px 0px;}
.ad_cell {width: 198px; background-color: #0a2c52; border-left: 1px solid #a30046; border-right: 1px solid #a30046; text-align: center; padding-bottom: 10px;}
.date_head {text-align: left; color: #ffffff; margin: 10px 10px 5px 5px; font-weight: bold;}
.date {text-align: left; color: #ffffff; margin: 0px 10px 0px 15px; font-weight: bold;}
.date_details {text-align: left; color: #ffffff; margin: 3px 10px 3px 20px;}
.content_table {width: 100%; text-align: left; background-color: #FFFFFF; border: 1px solid #a30046;}
.content_table_head {width: 100%; background-color: #a30046; color: #FFFFFF; font-weight: bold; padding: 5px 5px 5px 5px; font-size: 9pt;}
.content_white_cell {padding: 5px 5px 5px 5px;}
.content_green_cell {background-color: #cbc0ce; padding: 5px 5px 5px 5px; border-top: 1px solid #a30046; border-bottom: 1px solid #a30046;}
.content_link_table {margin-bottom: 8px;}
.content_link_cell {background-color: #0a2c52; color: #a30046; padding: 5px 5px 5px 5px; border: 1px solid #a30046;}
.expandable a {text-decoration: none; font-weight: bold; color: #a30046; font-size: 9pt;}
.expandable li {font-weight: bold; color: #0a2c52;}
.expandable ul {list-style-type: none; display: none;}
.expandable ul li {font-weight: normal;}
.expandable ul ul {list-style-type: disc; display: none;}
.expandable ul ul li {font-weight: normal; color: #626262;}
.centered_table {margin: 0 auto; text-align: left;}


/* The following are styles for unique elements within a page, i.e. the table which contains the image strip */
/* How to use them in the page - to use #xyz style, add id="xyz" to the desired html tag in the page */
/* For example - <div> with #container becomes <div id="container"> */
/* Note: since these are designed for use with unique elements, you sholdn't use them more than once per page */

#container {width: 780px; color: #626262; text-align: left; font: 8.5pt verdana,sans-serif; margin: 0 auto;}
#top_table {width: 780px; height: 95px; background-color: #FFFFFF; text-align: left; margin-top: 20px;}
#image_strip_table {width: 780px; height: 65px; background-color: #749741;}
#bottom_table {width: 780px; background-color: #FFFFFF; text-align: left;}
#content_cell {padding: 10px 10px 10px 10px;}
