@charset "utf-8";
/* CSS Document */
html  { 
  font-family:Verdana, Geneva, sans-serif;
  font-size:0.8em;
  line-height: 1.4em;
}

body {
  background:url('../../images/bg.gif');
  background-repeat:repeat-x;
  background-color:#003e63;
  margin:0px;
  padding:0px;
  color: #fff;
}

a, a:visited { color: #d5ebfa; text-decoration: none; }
a:hover { color: #a4d2e7; }

h1, h2, h3, h4 {
  margin:0px;
  padding:0px;
  margin-bottom: 5px;
}

p,img, form, ul, li, table{
    margin:0px; 
	padding:0px;
    text-decoration: none;
    border: 0;
    border-collapse: collapse;
}

.clearer { clear:both; height:1px; display:block; overflow:hidden; float:none; }
.splitter 
{
  margin-top:0px;
  margin-bottom:10px;
  border-bottom:#a4d2e7 1px dashed;
  display: inline-block;
  width:100%;
}


table { width: 100%; font-size:0.95em;  }
table th {
	padding-top: 4px;
	line-height:1.5em;
	font-weight: normal;
	text-align:left;
}
table td { margin:0px; padding:4px 0px 0px 0px; line-height:1.5em;	}
table tr, .table th { vertical-align:top; }

input {
	width: 250px;
	height: 20px;
	border: 1px solid #c0c0c0;
	padding: 2px;
	text-indent: 2px;
}

input:hover, .input:focus { background-color: #d5ebfa; }
textarea:hover, .textarea:focus { background-color: #d5ebfa; }


.textarea {
	width: 405px;
	height: 130px;
	border: 1px solid #c0c0c0;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: verdana;
	font-size: 11px;
}

.select {
	width: 206px;
	border: 1px solid #c0c0c0;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
}