<!--

body {
  background-color: #EEEEEE;
  background-image: url('../images/background.jpg');
}

body, td {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}

/* TITLE */

.title {
  font-family: Arial;
  font-size: 20px;
  color: #454545;
  font-weight: bold;
}

/* HEADER */

.header {
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 10px;
}

.header a:link {
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.header a:visited {
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.header a:hover {
  font-family: Arial;
  font-size: 12px;
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
}

/* FOOTER */

.footer {
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 4px;
}

.footer a:link {
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

.footer a:visited {
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

.footer a:hover {
  font-family: Arial;
  font-size: 12px;
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
}

/* MENU TOP */

.menu {
  font-family: Arial;
  font-size: 11px;
  color: #898989;
  font-weight: bold;
}

.menu a:link {
  font-family: Arial;
  font-size: 11px;
  color: #898989;
  font-weight: bold;
  text-decoration: none;
}

.menu a:visited {
  font-family: Arial;
  font-size: 11px;
  color: #898989;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

/* CONTENT */

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #4e5a6a;
  margin: 0px;
}

h2 {
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #2c659c;
  letter-spacing: 1px;
  margin: 0px;
}

.content a:link {
  font-size: 11px;
  color: #4e5a6a;
  text-decoration: underline;
}

.content a:visited {
  font-size: 11px;
  color: #4e5a6a;
  text-decoration: underline;
}

.content a:hover {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

/* FORM ELEMENTS */

fieldset { 
  margin: 0 0 2em 0; 
  padding: 10px; 
  border: 1px solid #2c659c;
}

legend { 
  padding: 2px; 
  background-color: #2c659c; 
  font-weight: bold; 
  color: #FFFFFF; 
  border: 1px solid #2c659c;
  width: 260px;
}

legend.small { 
  padding: 2px; 
  background-color: #2c659c; 
  font-weight: bold; 
  color: #FFFFFF; 
  border: 1px solid #2c659c;
  width: 120px;
}

label {
  font-size: 11px;
  line-height: 16px;
}

input { 
  background-color: #e5ebf3;
  border: 1px solid #2c659c;
  font-size: 10px;
}

input.txt {
  width: 260px;
}

input.radio {
  border: none;
  background-color: #e5ebf3;
}

select {
  width: 264px;
  font-size: 10px;
  background-color: #e5ebf3;
  border: 1px solid #2c659c;
}

textarea {
  width: 430px;
  height: 80px;
  background-color: #e5ebf3;
  border: 1px solid #2c659c;
}

//-->