
body {
    background-color : #000000;
    font-family : 'Courier [ibm]';
    font-size : 12pt;
    color : #c3c3c3;
    margin-left : 12pt;
  }

font {
    font-family : 'Courier [ibm]';
    font-size : 12pt;
    color : #c3c3c3;
  }

h3 {
    font-size : 14pt;
  }

td {
    text-align : left;
    vertical-align : text-top;
  }

a:link {
    color:#669966;
    background-color:transparent;
    text-decoration:none;
  }

a:visited {
    color:#6699cc;
    background-color:transparent;
    text-decoration:none;
  }

a:active {
    color:#999999;
    background-color:transparent;
    text-decoration:none;
  }

a:hover {
    color:#00c000;
    background-color:transparent;
    text-decoration:underline;
  }

a img {
    border: 0;
    text-decoration: none;
}

a img:hover {
    text-decoration: none;
}

#s_button_1 {
	height: 28px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	line-height: 28px;
}

#s_button_1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
        background-image: url(../images/sm-green.gif);
        background-repeat: no-repeat;
}

#s_button_1 a:hover {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	background-image: url(../images/sm-blue.gif);
	background-repeat: no-repeat;
}

