.darkpink {background-color:#d7c4cd;}
body {bgcolor: #f8f2ed;color:#000000; font-family: Helvetica;}
.lightpink {background-color:#dbcdda;;}
.bgpink {background-color:#f8f2ed;}
.insidebg {background-color:#FFFFFF;}
.title {color:#4c0349; font-size: 24px;  font-weight: normal;}
.lines {border-bottom: 1px solid #dbc9d2; border-top: 1px solid #dbc9d2;}
.topics {font-size: 18px; color: #000000; text-align:center; font-weight:200;}
p {color:#000000; font-family: Helvetica; font-size: 12pt;}
div {color:#000000; font-family: Helvetica;}
li {	font-family: Helvetica;}
.welcome {	font-family: Helvetica;
	letter-spacing: 3px;
	color: #4a0544;
	font-weight: bolder;
	font-size: 14pt;}
h1 {font-family: Helvetica; color: #C63E30; font-size: 18px; font-weight: 300;}
.margins {padding: 5 10 10 10;}
.copyright {font-size: 10px;font-family: Helvetica; color: #000000; padding-left: 10px;}
a.nav {font-family:Helvetica; color: #000000; font-size: 11pt; font-weight: bold; line-height: 26px; text-decoration:none}
a.nav:hover  {font-family:Helvetica; color: #FFFFFF; font-size: 11pt; font-weight: bold; line-height: 26px; text-decoration:none}
a.topics {font-family:Helvetica; color: #000000; font-size: 18px; font-weight: 200;  line-height: 16px; text-decoration:none}
a.topics:hover  {font-family:Helvetica; color: #c73528; font-size: 18px; font-weight: 200;  line-height: 16px; text-decoration:none}
a.side {font-family:Helvetica; color: #91638b; font-size: 13px; font-weight: bold; text-decoration:none}
a.side:hover  {font-family:Helvetica; color: #62445e; font-size: 13px; font-weight: bold; text-decoration:none}
.subtitle {color: #c4433a; font-family: Helvetica; font-size: 10pt; font-weight: bold;}

.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 width:700;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #c4b0bc;
 font: bold 12px Verdana, sans-serif;
 width:700;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 font-family: Arial;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #c4b0bc;
 border-bottom: none;
 background: #c4b0bc;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #d4c3cd;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 width:700;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
 width:700;
}
.tabberlive#tab2 .tabbertab {
 height:300px;
 overflow:auto;
 width:700;
}

