<!--
body {  
background-color: #D2D2D2; 
margin: 30px 0px 0px 0px; 
}

h1,h2,h3,h4,h5,h6,p,td,input,textarea{
font-family:verdana,arial,sans-serif;
color: #3c3c3c;
}

h1{
font-size:10pt;
font-weight:bold;
margin-bottom:3px;
padding-bottom:3px;
}

h2{
font-size:10pt;
font-weight:bold;
margin-bottom:3px;
}

h3{
font-size:8pt;
font-weight:bold;
margin-bottom:3px;
margin-left:15px;
color:#4c4c4c;
}

a:link {  color: #336633; text-decoration: none}
a:visited {  color: #669933; text-decoration: none}
a:hover {  color: #66CC33; text-decoration: underline}
a:active {  color: #cccccc; text-decoration: underline}

p.indenttext{
margin:0px 0px 0px 15px;
}

.h-bullet{
color:#35A301;
}

.view-site{
font-size:8pt;
font-weight:normal;
padding-left:15px;
}

td.main-area {
background-color: #FFFFFF;
height:400px;
}

td.content,td.content-left, td.content-right {
font-size:10pt;
background-color: #FFFFFF;
}

td.content {
padding:20px 20px 40px 40px;
}

td.content-left {
padding:20px 10px 40px 40px;
}

td.content-right {
padding:20px 20px 40px 20px;
border-left:dashed 1px #cecece;
font-size: 8pt;
}

td.home-content {
font-size:10pt;
padding:40px 40px 40px 40px;
background-color: #807E7E;
color:#FFFFFF;
}

td.sidebar {
padding:20px 0px 0px 0px;
background-color: #FFFFFF;
}

td.box-content {
font-size:8pt;
color:#666666;
padding:7px 10px 0px 12px;
background-image: url(http://www.michelcohen.net/images/box-bg.gif);
background-repeat: repeat-y;
}

td.form-label {
font-size:10pt;
font-weight:bold;
background-color: #FFFFFF;
}

.copyright{
float:right;
color:#FFFFFF;
}

.home-copyright{
font-size:7pt;
color:#666666;
padding: 5px 5px 0px 40px;
float:right;
}

.footer-text{
float:left;
}

td.footer-band {
font-size:10pt;
height:20px;
background-color: #339900;
}

td.footer{
font-size:7pt;
padding:20px 20px 20px 25px;
background-color: #807E7E;
color:#99FF33;
}

.footer-link{
font-size:8pt;
padding-right:15px;
padding-left:15px
}

a.footer-link:link {  color: #FFFFFF; text-decoration: none}
a.footer-link:visited {  color: #CCCCCC; text-decoration: none}
a.footer-link:hover {  color: #99FF33; text-decoration: underline}
a.footer-link:active {  color: #FFFFFF; text-decoration: underline}

.input{  
font-size: 10pt; 
font-weight: normal; 
border:solid 1px #999999;
width:280px;
margin-top:3px;
margin-bottom:7px;
}

textarea {  
font-size: 10pt; 
font-weight: normal; 
border:solid 1px #999999;
padding:3px;
width:280px;
height:150px;
margin-top:3px;
margin-bottom:7px;
}

input:focus, textarea:focus {
background-color:#E7F5DA;
}

.input-button{
width:91px;
height:21px;
border:0px;
}


-->