@charset 'utf-8';
/* CSS Document */
html {
  height:100%;
 }
 
body {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: transparent none no-repeat;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
}

font, th, td, p, div {
  FONT-FAMILY: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; FONT-SIZE: 12px
}

hr {
  border: 2px solid #ffffff;
}

 a:link,a:active,a:visited,a.postlink {
  color:#FFFFFF;
  text-decoration:none;
}


a:hover,a.topictitle:hover {
  text-decoration:underline
}

h1 {
  display:block;
  text-indent: 0px;
  color:#8b87af;
  font-size: 14px;
  margin:0 0 0 5px;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
  display:block;
  text-indent: 0px;
  color:#8b87af;
  font-size: 13px;
  margin: 0px 0 5px 10px;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
}

h3 {
  display:block;
  text-indent: 0px;
  color:#796666;
  font-size: 13px;
  margin: 0px 0 5px 10px;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  width:auto;
}

h4 {
  display:block;
  text-indent: 0px;
  color:#993300;
  font-size: 15px;
  margin: 0 0 0 0;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  width:auto;
  border-bottom-style: solid;
  border-top-color: #AE5D10;
}

blockquote {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #275e6d;
}

p {
  padding: 6px;
}

.content_welcome 	 {BACKGROUND: none; COLOR: #FFFFFF; TEXT-ALIGN: justify;padding: 5px 5px; FONT-SIZE: 11px; margin:10px 10px 10px 10px;}
