* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.7em;
    text-align: center;
    color: #333;
    background: #fff;
    min-width: 980px;  
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	letter-spacing: .07em;
}

h1 { 
  font-size: 150%;
  color: rgb(52,52,52); 
}
h2 { 
  font-size: 1.0em;
  text-decoration: underline;
  color: rgb(0,153,102); 
}

h3 { font-size: 0.9em; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: rgb(51,153,51);
}
a:visited { color: rgb(0,102,51) border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: underline; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

span{
  font-size: 1em; 
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}

table {
  width: 100%;
  height: 100%;
  border-width: 0px; 
  border-collapse: collapse;  
  vertical-align: top;
}


html,body{
height:100%;
margin:0px;
padding:0px
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.display_none{
  display: none;
}

.display_block{
  display: block;
}