html
{
border:	1px solid #f00;
}

body
{
margin: 10%;
margin-top: 2%;
margin-bottom: 2%;
padding:	8px;
background-color: #fff;
font-family: Tahoma, sans-serif;
}

p
{
font-size: 10pt;
text-align: justify;
}

p.blank
{
position: absolute;
height:	1em;
bottom:	1em;
right:	1em;
font-size: 10pt;
text-align:right;
}

.unseen
{
visible:	hidden;
}

.mail
{
background-color: #fff;
color: #333;
font-size: 10pt;
position: absolute;
left: 90%;
top: 90%;
}

.meta
{
font-size:	10pt;
}

hr
{
color: #00f;
width: 80%;
}

h1
{
background-color: #fff;
color: #309;
font-size: 20pt;
letter-spacing: 1em;
word-spacing: 2em;
text-align: center;
}

h2
{
background-color: #fff;
color: #666;
font-size: 12pt;
text-align: center;
}

h3
{
background-color: #fff;
color: #666;
font-size: 8pt;
text-align: center;
}

h6
{
background-color: #fff;
color: #666;
font-size: 4pt;
text-align: center;
}

ul
{
font-size: 12pt;
}

blockquote
{
font-family:	tahoma, arial, sans-serif;
font-size:	10pt;
color:	#00f;
text-align:justify;
}

a
{
color: #00f;
text-decoration: none;
}

.logo
{
color: #309;
}

.logo:hover
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a:link img, a:visited img {border-style: none}


table
{
margin-right:	10%;
margin-left:	10%;
width:			80%;
text-align:		center;
font-size:		14pt;
font-family:	Tahoma, Arial, sans-serif;
empty-cells:	show;
padding:		1px;
border-collapse:collapse;
border: 		outset 2px;
}

.sub
{
margin-right:	0%;
margin-left:	0%;
width:			100%;
}

td
{
border: outset 1px;
}

td.note
{
border:			inset 1px;
border-color:	#f00;
background:		#ccc;
color:			#000;
text-align:		center;
font-size:		10pt;
}

.main
{
font-weight:	bold;
background:		#fff;
color:			#069;
text-transform:	uppercase;
}

.mam
{
color: #009;
font-weight: bold;
}

input.text
{
width:	80%;
}

input.button
{
width:			60px;
height:			40px;
margin-left:	80%;
font-size:		20pt;
font-weight:	bold;
background:		#00a;
color:			#fff;
}

textarea
{
margin-left:	10%;
}