/* All the fun of the fair. */

/* Has a background image to create the panel across the top of the page. */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffff;
}

/* The panel on the left hand side is attached to this. */



p, ul, ol, table {
font:12px/16px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;

color: #000000;

font-style: normal;

text-decoration:normal;

font-weight: normal;

text-align: left;

background-color: transparent;

}



h1 {
font-size: 20px;
color:#000000;
font-weight: normal;
}

h2 {
font-size: 15px;
color:#000000;
font-weight: bold;
}

h3 {
font-size: 15px;
color:#000000;
font-weight: bold;
}

h6 {
font-size: 12px;
color:#000000;
font-weight: bold;
}

a {
font:12px/16px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
font-variant: normal;
text-decoration:underline;
font-weight:300;
text-align:left;
}
a:link {color:#blue;}
a:active {color:#blue;}
a:visited {color:#blue;}
a:hover {
color:#000000;
background-color:#DCDCDC;
}

