/******************************************************************************/
/*                                BASiC Styles                                */

body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
  /*
    padding: 5px 5px 5px 5px;
    margin: 0px;
    border-style: none;
	*/
  width: 94%; /* IE HScrollBar*/
	background-color: #ffffff;
}

a, a:active, a:visited {
	color: red; /** #80B5D7; **/
	text-decoration: none;
}

a:hover {
	color: red; /* #30559C; */
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, form, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0px;
  padding: 0px;
}

hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
  /* border: dotted; */
}

ul {
  margin: 0px 0px 0px 20px ;
  padding: 0px 0px 0px 0px;
}

ol {
  margin: 0px 0px 0px 6px;
  padding: 0px 0px 0px 20px;
}

li {
	/* margin: 0px 0px 0px 12px;
	   padding: 0px; */
}



img {
	/* border:  0px; */
	/* margin:  0px; */
	/* padding: 0px; */
	/* vertical-align: middle;*/
}

textarea {
  overflow: auto;
}

input {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	background: #E9ECEF;
	color: #666666;
	/* font-size: 12px; */
}

select {
	border: solid 1px #CCCCCC;
	color: #666666;
	/* background: #E9ECEF; */
	/* height: 20px; */
  /* font-size: 12px; */
	/* font-weight: bold; */
}

td {
	font-size: 11px;
  /* vertical-align: top; */
}

/*                                BASiC Styles                                */
/******************************************************************************/

/******************************************************************************/
/*                               EDiTOR Styles                                */

.Code {
	background-color: #E9ECEF;
	border: #CCCCCC 1px solid;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	padding-left: 5px;
	padding-right: 5px;
}

/*                               EDiTOR Styles                                */
/******************************************************************************/
/******************************************************************************/
/*                                     Hh                                     */

h1 {
	font-size: 32px;
	font-weight: bold;
  /*display: inline;*/
}

h2 {
	font-size: 24px;
	font-weight: bold;
  /*display: inline;*/
}

h3 {
	font-size: 18px;
	font-weight: bold;
  /*display: inline;*/
}

h4 {
	font-size: 16px;
	font-weight: bold;
  /*display: inline;*/
}

h5 {
  display: inline;
	font-size: 13px;
	/*font-weight: bold;*/
}

h6 {
	font-size: 11px;
	font-weight: bold;
  /*display: inline;*/
}

.h1 {
	font-size: 32px;
	font-weight: bold;
}

.h2 {
	font-size: 24px;
	font-weight: bold;
}

.h3 {
	font-size: 18px;
	font-weight: bold;
	/* line-height: 14px; /* Maybe IE FiX ? */
}

.h4 {
	font-size: 16px;
	font-weight: bold;
}

.h5 {
	font-size: 13px;
	font-weight: bold;
}

.h6 {
	font-size: 11px;
	font-weight: bold;
}

table
{
  border-color: #efefef;
  border-collapse: collapse;
}

/*                                     Hh                                     */
/******************************************************************************/