body {
	background-color: #6086B5;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	scrollbar-face-color:#6086B5;
	scrollbar-highlight-color:#ECF2FD;
	scrollbar-3dlight-color:#A3B8D3;
	scrollbar-darkshadow-color:#345072;
	scrollbar-shadow-color:#9BB4D0;
	scrollbar-arrow-color:#DDE7F3;
	scrollbar-track-color:#DDE7F3;
}

tr, td, table, p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}


table.maintable {
background-color:#FFFFFF;

	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
	
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h5, BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}










hr {
	height: 5px;
	background-color: #6086B5;
	border-bottom-color: #6086B5

}

li {
display: list-item;

list-style-image: url(images/li.gif);
list-style-position: outside;
font-weight: normal;
}

ol {
display: list-item;
list-style-position: outside;
font-weight: normal;
list-style-type: decimal;
}


OL > OL { list-style: lower-roman;}

ul ul {
	list-style: lower-roman;
}



a:link {
	color: Blue;
}

a:visited {
color: Black;
	
}

a:hover {
color: Red;
	
}

a:active {
color: Purple;
	
}
.frontier {
	font-size: 9px;
	color: #F8F361
}
textarea {
	background-color: #DDE7F3;
	margin-bottom: 8px;
}
input {
	background-color: #DDE7F3;
	margin-bottom: 4px;
}

input.required {
	background-color: #FFE1E1;
	margin-bottom: 4px;
}
input.submit {
background-color: #FFB2B2; 
	margin-bottom: 4px;
}

.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadowbrash.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }