/*
<link href="style.css" rel="stylesheet" type="text/css"> 
<style type="text/css"></style>
*/

body {
background-color: #98988C;
background-image:url('images/bg.png'); 
background-repeat: repeat-x;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

ul
  {
  margin-top: 10;
  margin-bottom: 10;
  }

H2 {
display: inline;
font-family: arial;
font-size: 17;
font-weight: normal;
color: #FD9F4B
}

H1 {
display: inline;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
color: black;
}

form {margin-top: 0; margin-bottom: 0;}
input {text-decoration: none; color: black; font-family: verdana;  font-size: 12;}
select {text-decoration: none; color: black; font-family: verdana;  font-size: 12;}
textarea {text-decoration: none; color: black; font-family: verdana;  font-size: 12;}

.plain {text-decoration: none; color: black; font-family: verdana;  font-size: 12;}
.plain a {text-decoration:underline; color: blue;}
.plain a:hover {color:blue; text-decoration: none;}

.noline {text-decoration: none; color: black; font-family: verdana;  font-size: 12;}
.noline a {text-decoration:none; color: black;}
.noline a:hover {color:blue; text-decoration: underline;}

.fine {text-decoration: none; color: black; font-family: verdana;  font-size: 10;}

.caption {text-decoration: none; color: black; font-family: arial;  font-size: 18;}
.caption a {text-decoration:underline; color: #0066CC;}
.caption a:hover {color:#00FF00; text-decoration: none;}

.white {text-decoration: none; color: white; font-family: verdana;  font-size: 14; font-weight: bold;}
.white a {text-decoration:none; color: white;}
.white a:hover {color:#00FF00; text-decoration: underline;}

.nav {text-decoration: none; color: #c0c0c0; font-family: verdana;  font-size: 14; font-weight: bold;}
.nav a {text-decoration:none; color: #c0c0c0;}
.nav a:hover {color:#00FF00; text-decoration: underline;}

.nav_2 {text-decoration: none; color: #c0c0c0; font-family: verdana;  font-size: 12; font-weight: bold;}
.nav_2 a {text-decoration:none; color: #c0c0c0;}
.nav_2 a:hover {color:#00FF00; text-decoration: underline;}


.fine_grey {text-decoration: none; color: #c0c0c0; font-family: verdana;  font-size: 10;}

.footer {text-decoration: none; color: black; font-family: verdana;  font-size: 10;}
.footer a {text-decoration:none; color: black;}
.footer a:hover {color:blue; text-decoration: underline;}

.shadow_left {background-image:url('images/shadow_left.jpg');}
.shadow_right {background-image:url('images/shadow_right.jpg');}
.shadow_bottom {background-image:url('images/shadow_bottom.jpg');}

.char {text-decoration: none; color: #404040; font-family: verdana;  font-size: 12;}
.char a {text-decoration:none; color: blue;}
.char a:hover {color:blue; text-decoration: underline;}

.vito {text-decoration: none; color: #c0c0c0; font-family: verdana;  font-size: 10; text-decoration: underline;}
.vito a {text-decoration:none; color: #c0c0c0; text-decoration: underline;}
.vito a:hover {color:#FD9F4B; text-decoration: none;}
.vito {background-image:url('images/bg_vito.png');}


