/* Copyright (C) 2005, CodeHouse.com. All rights reserved */

body {
   color: black;
   background: white;
   font-family: Verdana;   
}

a:link
{
   color: blue;   
}

a:visited
{
   color: purple;
}

a:hover
{
   color: red;
}

img {
   border: 0px none;
}

ul li, ol li {
   margin-bottom: 1em;
}

ul li {
   list-style-type: square;
}

img.ch-click-win {
   margin-left: 3px;
}

a.ch-click-win:link {
	background-color: #EBEBEB;
}

.ss-center {
   text-align: center;
}

.ss-left {
   text-align: left;
}

/*Align left in centered block*/
.ss-lic {
   margin: 0 auto;
   text-align: left;
}

/*Align center in centered block*/
.ss-cic {
   margin: 0 auto;
   text-align: center;
}

.ss-arrow {
  font-family: Arial;
}

.ss-sec-head {
   margin-bottom: 1em;
   font-weight: bold;
}

.ss-sec {
   margin-left: 25px;
}

.ss-mono
{
   font-family: Monospace;
}

#sid_dyno_footer_ad {
   margin-bottom: 30px;
}

#ss-footer {
   margin-top: 30px;
   font-size: smaller; 
}

#ss-born {
   margin-top: 2em;
}

#ss-mod {
   margin-top: .5em;
}

#ss-legal {  
   margin-top: 1.5em;
   font-size: 8pt;
   text-align: justify;
}

#sid-exclude {
   color: GrayText;
}