body
{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #72a5d1;
	color: #155b97;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
}
#content
{
	min-height: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background-color: #155b97;
	color: #ffffff;
}

#head h1
{
	margin-left: 180px;
}

#left
{
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #72a5d1;
	width: 180px;
	color: #155b97;
}

#leftcontent
{
	padding: 12px 0px 0px 20px;
	background: url(images/corner-top.png) no-repeat top right;
}
#leftbottom
{
	padding: 0px 0px 0px 20px;
	background: url(images/corner-bottom.png) no-repeat top right;
	height: 12px;
}

#maincontent
{
	margin-left: 180px;
	padding: 10px 30px 20px 30px; /*top right bottom left*/
}
#navi
{ margin-left: 0px; padding-left: 0px; }
#navi ul
{ margin-left: 0; padding-left: 10px; }
#navi li, #navi ul li
{ list-style: none; }


#addressfield ul, #addressfield ul li
{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#addressfield ul
{ margin-bottom: 20px; }

table
{
	margin: 0.1cm auto;
	border: 0px;
	border-spacing: 0;
}
th, td
{
	vertical-align: top;
	padding: 0 3px;
	text-align: left;
}
div, p
{
	padding: 0px 5px;
	text-align: justify;
}
dd { text-align: justify; }
img
{
	border: 0px;
	padding: 5px;
}
a img
{ margin: 0px; }
a
{
	background-color: inherit;
	color: #afd6fb;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	background-color: inherit;
	color: #afd6fb;
}
a:hover, a:focus
{
	background-color: inherit;
	color: #7fb7e8; /*#c5e3ff;*/
}
a.active, a.active:visited
{ color: #c5e3ff; }

#left a
{
	background-color: inherit;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#left a:visited
{
	background-color: inherit;
	color: #ffffff;
}
#left a:hover, #left a:focus
{
	background-color: inherit;
	color: #155b97;
}
#left a.active, #left a.active:visited
{ color: #0f3e6a; }

h1, h2, h3, h4
{
	margin: 0.5em 0; /* ou rl */
	background-color: inherit;
	color: #7fb7e8; /*#72a5d1;*/
	font-weight: bold;
	text-align: center;
}
h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; margin: .6em 0em .4em 0em; }
h4 { font-size: 100%; margin: .5em 0em .3em 0em; }
h1 a, h1 a:visited, h1 a:focus, h1 a:hover
{ color: #7fb7e8; } /*#72a5d1; }*/

.ind
{
	padding-left: 25px;
}
.odd { background-color: #0e518a; }
.center { text-align: center; }
.justify { text-align: justify; }
.errorbox
{
	padding: 3px;
	text-align: center;
	border: 2px solid #9b0d25;
}
.display { display: none; }
