
/*  Standard stylesheet  */


/*	- - - - - - -  GENERAL  - - - - - - -  */

body {
	margin: 0px;
	background-color: #FFFFFF;
}

table {
  border-collapse: collapse;
}
td {
	border: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

ul, ol, li {
    border: 0;
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}

p {
	margin: 0px 0px 6px;
}

.idented {
    text-indent: 2em;
}


img, div {
    border: none;
    padding: 0px;
    margin: 0px;
}

hr {
    padding: 0px;
    margin: 0px;
    height: 1px;
    border-style: none;
    color: #666666;
    background-color: #666666;
}

a, a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #339900;
	font-weight: bold;
	text-decoration: underline;
}

.strong {
    font-weight: bold;
}

.hidden {
	visibility: hidden;
}


/*  - - - - - - -  FORM-TAGS  - - - - - - -  */

form {
	margin: 0px;
}




/*	- - - - - - -  main content  - - - - - - -  */

#mainContent {
  width: 100%;
}


/*	- - - - - - -  LOCAL  - - - - - - -  */

/*  Table  */

.w100pc {
    width: 100%;
}
.tableheig100pc {
    height: 100%;
}
.tablewh100pc {
    width: 100%;  height: 100%;
}


/*	Alignments  */

.lefttop {
	text-align: left;  vertical-align: top;
}
.leftmiddle {
	text-align: left;  vertical-align: middle;
}
.leftbottom {
	text-align: left;  vertical-align: bottom;
}
.centertop {
	text-align: center;  vertical-align: top;
}
.centermiddle {
	text-align: center;  vertical-align: middle;
}
.centerbottom {
	text-align: center;  vertical-align: bottom;
}
.righttop {
	text-align: right;  vertical-align: top;
}
.rightmiddle {
	text-align: right;  vertical-align: middle;
}
.rightbottom {
	text-align: right;  vertical-align: bottom;
}

/*  Line-heights ( <tr> )  */

.tr067pc {
	line-height: 67%;
}
.tr100pc {
	line-height: 100%;
}


/*	Cell-heights ( <td> )  */

.tdminscale,  {
	font-size: 1px;
}
.tdminfixed {
	height: 1px;
	font-size: 1px;
}

/*  end  */
