/*This is the core style sheet of the site.*/

body { 

background-color: white;

color: black;

font-family: Verdana, Helvetica, Arial, sans-serif;

font-size: .8em;

}


body  {
    background-color : white;
    color : black;
    font-family : Verdana, Helvetica, Arial, sans-serif;
    font-size : 0.8em;
 }

body.b1 { 

background-color: black;

color: white;

font-family: Verdana, Helvetica, Arial, sans-serif;

font-size: .8em;

}

t1 {

font-size: .7em;

text-align: left;

}


h3 {

font-size: 1.em;

text-align: left;

letter-spacing: 5px;

}

h4 {

font-size: 1.2em;

text-decoration: underline;

}

p.h1
{
    font-size : 1em;
    text-align : right;
}

p.pc {

font-size: .7em;

text-align: left;

font-family: courier;

}

p.p0 {

font-size: .7em;

text-align: left;

}

p.p1 {

font-size: .7em;

text-align: right;

}

p.p2 {

font-size: .9em;

text-align: left;

}

p.p3 {

font-size: .7em;

text-align: left;

color: white;

}

p.p4 {

font-size: .9em;

text-align: left;

color: darkblue;

}

p.p5 {

font-size: .9em;

text-align: left;

color: red;

}

p.p6 {

font-size: .7em;

text-align: center;

}

p.footer 
{
font-size : 0.5em;
text-align : right;
font-weight : bold;
}

p.footerleft 
{
font-size : 0.55em;
text-align : left;
}

#coolmenu 
{
border : 1px solid black;
width : 150px;
background-color : #e6e6e6;
}

#h1 
{
color : red;
}
#h2 
{
color : black;
}

#coolmenu a {
font : bold 13px Verdana;
padding : 2px;
padding-left : 4px;
display : block;
width : 100%;
color : black;
text-decoration : none;
border-bottom : 1px solid black;
}

html > body #coolmenu a {
width : auto;
}

#coolmenu a:hover {
background-color : black;
color : white;
}

#cooltitle {
font : bold 13px Verdana;
padding : 2px;
padding-left : 4px;
display : block;
width : 100%;
color : gray;
text-decoration : none;
border-bottom : 1px solid black;
}

#tabledescription{

font: bold 12px Tahoma;

width: 150px;

height: 80px;

padding: 2px;

filter:alpha(opacity=0);

border-bottom: 1px solid black;

-moz-opacity:0;

}

