* {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", sans-serif;
}

body {
    background-image: url('body.png');
    background-repeat: repeat-x;
    background-position: bottom center;
}

a {
   color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    color: #8C8C8C;
}

h1 {
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
}

a:hover {
    text-decoration: none
}

h2 {
    font-size: medium;
/*    border-bottom: 1px solid #E0E0E0;*/
    padding-bottom: 5px;
/*    margin-bottom: 10px;*/
}

p {
    margin-top: 1em
}

ul {
	padding-left: 30px;
	list-style-image: url(/img/okay.png);
}

a.footer {
   color: #000000;
   font-size: 12px;
}

a.checker {
   text-decoration: none;
   color: #000000;
}

a.checker_front {
   text-decoration: none;
   color: #000000;
   font-size: 13px;
}

a.topmenu {
   text-decoration: none;
   color: #000000;
   font-weight: bold;
}

a.topmenu:hover {
   text-decoration: underline;
   color: #000000;
   font-weight: bold;
}

a.fmenu {
   text-decoration: none;
   color: #FFFFFF;
   font-weight: bold;
}

a.fmenu:hover {
   text-decoration: underline;
   color: #FFFFFF;
   font-weight: bold;
}

