﻿body {font-family: Arial; font-size: 12pt; color:#1F1F1F}

A {color: #11408B; text-decoration: none}
A:link {color: #11408B; text-decoration: none}
A:active {color: #11408B; text-decoration: none}
A:visited {color: #11408B; text-decoration: none}
A:hover {color: #000000; text-decoration: underline}

A.buttonlink_off {color: #535353; text-decoration: none; font-weight:normal;}
A.buttonlink_off:link {color: #535353; text-decoration: none; font-weight:normal;}
A.buttonlink_off:active {color: #535353; text-decoration: none; font-weight:normal;}
A.buttonlink_off:visited {color: #535353; text-decoration: none; font-weight:normal;}
A.buttonlink_off:hover {color: #FFFFFF; text-decoration: none; font-weight:normal;}

A.buttonlink_onn {color: #FFFFFF; text-decoration: none; font-weight:normal;}
A.buttonlink_onn:link {color: #FFFFFF; text-decoration: none; font-weight:normal;}
A.buttonlink_onn:active {color: #FFFFFF; text-decoration: none; font-weight:normal;}
A.buttonlink_onn:visited {color: #FFFFFF; text-decoration: none; font-weight:normal;}
A.buttonlink_onn:hover {color: #FFFFFF; text-decoration: none; font-weight:normal;}

A.buttonlink_on {color: #FFFFFF; text-decoration: none; font-weight:normal;}
A.buttonlink_on:link {color: #FFFFFF; text-decoration: none; font-weight:normal;}
A.buttonlink_on:active {color: #FFFFFF; text-decoration: none; font-weight:normal;}
A.buttonlink_on:visited {color: #FFFFFF; text-decoration: none; font-weight:normal;}
A.buttonlink_on:hover {color: #FFFFFF; text-decoration: none; font-weight:normal;}

A.whitelink {color: #FFFFFF; text-decoration: none}
A.whitelink:link {color: #FFFFFF; text-decoration: none}
A.whitelink:active {color: #FFFFFF; text-decoration: none}
A.whitelink:visited {color: #FFFFFF; text-decoration: none}
A.whitelink:hover {color: #CCCCCC; text-decoration: underline}

td.button_off {cursor: pointer; align: center; text-align: center; font-size: 16pt; font-weight: normal; background-image: url(/images/button_off.gif);}
td.button_onn {cursor: pointer; align: center; text-align: center; font-size: 16pt; font-weight: normal; background-image: url(/images/button_onn.gif);}
td.button_on  {cursor: pointer; align: center; text-align: center; font-size: 16pt; font-weight: normal; background-image: url(/images/button_on.gif);}

div.boxes {margin-bottom: 18px; line-height: 150%; text-align: justify; border: 1px solid #c0c0c0;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
td.boxes {font-size: 11pt;}
div.newsbox {margin-top: 18px; line-height: 150%; text-align: justify; background-color: #eaeaea; border: 1px solid #c0c0c0;}

h1 {display: inline; font-size: 18pt; line-height: 150%; color: #11408B; font-weight: 600;}
img.slide {border: solid 2px #c0c0c0;}
td.content {padding-left:52px; padding-right:52px; line-height:140%;}

div.bubble {
   background: #11408B;
   padding: 10px 20px;
   -webkit-border-top-left-radius: 8px;
   -webkit-border-top-right-radius: 8px;
   -moz-border-radius-topleft: 8px;
   -moz-border-radius-topright: 8px;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   color:#ffffff;
   
}

div.bigbubble {
   background: #11408B;
   padding: 10px 20px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color:#ffffff;
   height:140px;
   width:125px;
   font-size:16pt;
}

td.subbubble_footer {
   background: #eeeeee;
   -webkit-border-bottom-left-radius: 8px;
   -webkit-border-bottom-right-radius: 8px;
   -moz-border-radius-bottomleft: 8px;
   -moz-border-radius-bottomright: 8px;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
   color:#ffffff;
   height:8px;
   
}

td.subbubble {
   background: #eeeeee;
   padding-top: 2px;
   padding-left:20px;
   padding-right:20px;   
   color:#666666;
   font-size:10pt;
   vertical-align:top;
}

td.subbubble_top {
   background: #eeeeee;
   padding-top: 12px;
   padding-left:20px;
   padding-right:20px;   
   color:#666666;
   font-size:10pt;
   vertical-align:top;
}

td.bracket_none{
	background-image:url(/images/bracket_none.gif);
	background-position:left top;
}
td.bracket_top{
	background-image:url(/images/bracket.gif);
	background-position:left top;
}

td.bracket{
	background-image:url(/images/bracket.gif);
	background-position:left center;
}

td.bracket_end{
	background-image:url(/images/bracket_end.gif);
	background-position:left center;
}