﻿/*
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
*/
/*
	GLOBAL ELEMENTS
*/
*{
	margin: 0;
	padding: 0;
}
table{
  border-width: 0px;
	border-spacing: 0px;
	width: 100%;
	height: 100%;
}
tr{
	background: #D8852A;
}
td{
	vertical-align: bottom;
	text-align: center;
}
img{
	border: 0;
}
body, input, div, p{
	font-size: 13px;/*96.81%; /* 13px */
	font-family: Arial, Verdana, "Sans-Serifa";
}
a{
	font-weight: bold;
}
h1{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .8em;
	color: #D8852A;
}
h2{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .3em;
}
h3{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .3em;
}
p{
	line-height: 1.3em;
	/*letter-spacing: .1em;*/
	/*margin-bottom: 1em;*/
	/*text-indent: 2em;*/
}
a{
	color: #D8852A;
}
a:hover{
	color: #BD7321;
}
a:active{
	color: #BD7321;
}
/*
	GLOBAL CLASSES
*/
.clear{
	clear: both;
}
.separator{
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.link{
	cursor: pointer;
	cursor: hand; /* to set in IE */
}
.white{
	color: #FFFFFF;
}
.white:hover{
	color: #FFFFFF;
}
.red{
	color: #D8852A;
}
.justify {
	text-align: justify;
}
.right {
	float: right;
}
.msg {
	margin-top: 10px;
}
ul.none {
	list-style-type: none;
}
/*
	FORM
*/
.row{
	clear: both;
	height: 1.8em;
}
.row .label {
	float: left;
	width: 100px;
	margin-top: 3px;
}
.row .field {
	float: left;
}
textarea {
	width: 19.8em;
	height: 7em;
}
.field input {
	width: 12.5em;
}
.more {
	float: right;
	text-decoration: none;
	font-size: 16px;
}
.hidden {
	display: none;
}
h3 .normal{
	font-size: 13px;/*96.81%; /* 13px */
}
