/*
<link href="style.css" rel="stylesheet" type="text/css"> 
<style type="text/css"></style>
*/

body {
background-color: WHITE;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-image:url('images/bg_grad2.png');
}

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: 14px;
font-weight: normal;
color: #404040
a {text-decoration:none; color: blue;}
a:hover {color:#854202; text-decoration: underline;}
}

input {text-decoration: none; color: black; font-family: verdana;  font-size: 12;}
form {margin-top: 0; margin-bottom: 0;}

.plain {text-decoration: none; color: #404040; font-family: verdana;  font-size: 12; font-weight: normal;}
.plain a {color: blue; text-decoration: underline;}
.plain a:hover {color:#FF0000; text-decoration: none;}

.white_link {text-decoration: none; color: #404040; font-family: verdana;  font-size: 14; font-weight: bold;}
.white_link a {color: white; text-decoration: none;}
.white_link a:hover {color:black; text-decoration: underline;}

.white_link2 {text-decoration: none; color: #404040; font-family: verdana;  font-size: 14; font-weight: bold;}
.white_link2 a {color: white; text-decoration: none;}
.white_link2 a:hover {color:red; text-decoration: underline;}

.footer {text-decoration: none; color: #A4A4A4; font-family: verdana;  font-size: 10;}
.footer a {color: #A4A4A4; text-decoration: none;}
.footer a:hover {color:white; text-decoration: underline;}

.panel3 {background-image:url('images/panel3.png');}
.panel360 {background-image:url('images/panel.jpg');}
.panel_left {background-image:url('images/panel_left.jpg');}
.panel_right {background-image:url('images/panel_right.jpg');}

.header {background-image:url('images/header.png');}


