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

body {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #ECECEC;
	background-image: url(images/bluebar.jpg);
	color: #27475A;
	background-repeat: repeat-x;
	height: 100%;
}

p { margin-top: 2px; margin-bottom: 2px; }


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

H2 {
display: inline;
font-family: verdana;
font-size: 13;
font-weight: bold;
color: #116B9D
}

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: black; font-family: verdana;  font-size: 12;}
.plain a {text-decoration:none; color: blue;}
.plain a:hover {color:blue; text-decoration: underline;}

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

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

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

.title {text-decoration: none; color: #116B9D; font-family: verdana;  font-size: 13; font-weight: bold;}
.title a {text-decoration:none; color: #116B9D;}
.title a:hover {color:blue; text-decoration: underline;}

.title_white {text-decoration: none; color: #FFFFFF; font-family: verdana;  font-size: 14; font-weight: bold;}

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

.panel {text-decoration: none; color: #27475A;; font-family: verdana;  font-size: 12; line-height: 200%;}
.panel a {text-decoration:none; color: blue;}
.panel a:hover {color:blue; text-decoration: underline;}

.bg_wire {text-decoration: none; color: #27475A;; font-family: verdana;  font-size: 12; line-height: 200%;}
.bg_wire {background-image:url('images/bg_wire.png');}

.panel_bg {text-decoration: none; color: black; font-family: verdana;  font-size: 12;}
.panel_bg a {text-decoration:none; color: blue;}
.panel_bg a:hover {color:blue; text-decoration: underline;}
.panel_bg {background-image:url('images/panel_bg.png');}

.menubar {text-decoration: none; color: #666666; font-family: arial;  font-size: 12; font-weight: bold;}
.menubar a {text-decoration:none; color: #666666;}
.menubar a:hover {color:blue; text-decoration: underline;}

.header {text-decoration: none; color: #8DA6AD; font-family: verdana;  font-size: 14; font-weight: bold;}
.header a {text-decoration:none; color: #8DA6AD;}
.header a:hover {color:blue; text-decoration: underline;}

.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;}

.header_bg {background-image:url('images/header_bg.png');}
.header_bg_line {background-image:url('images/header_bg_line.png');}
.menubar_bg {background-image:url('images/menubar_bg.png');}
.bg_panel_top {background-image:url('images/panel/t.png');}
.bg_panel_left {background-image:url('images/panel/l.png');}
.bg_panel_right {background-image:url('images/panel/r.png');}
.bg_panel_bottom {background-image:url('images/panel/b.png');}


