body
{
        background-color: #ffffff;
        font-family: Arial;
        color: #333333;
        font-size: 10pt;
        margin: 1cm;

}
a:link
{
        font-family: Arial;
        color: #333333;
        font-size: 10pt;
        text-decoration: none;
}
a:visited
{
        font-family: Arial;
        color: #333333;
        font-size: 10pt;
        text-decoration: none;
}
a:hover
{
        font-family: Arial;
        color: #333333;
        font-size: 10pt;
        text-decoration: underline;
}
a:active
{
        font-family: Arial;
        color: #333333;
        font-size: 10pt;
        text-decoration: none;
}
ul
{
	margin-left: 20px;
	margin-bottom: 0px;
	list-style-type: circle;
	color: #333333;
}
.main
{
	width: 16cm;
}
.name
{
        font-family: Verdana;
        color: #333333;
        font-size: 16pt;
        font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
	width: 350px;	
}
.address
{
        font-family: Arial;
        color: #333333;
        font-size: 8pt;
	vertical-align: top;
	padding-bottom: 10px;
	text-align: right;
}
.address:link
{
        font-family: Arial;
        color: #333333;
        font-size: 8pt;
        text-decoration: none;
}
.address:visited
{
        font-family: Arial;
        color: #333333;
        font-size: 8pt;
        text-decoration: none;
}
.address:hover
{        font-family: Arial;
        color: #333333;
        font-size: 8pt;
        text-decoration: underline;
}
.address:active
{
        font-family: Arial;
        color: #333333;
        font-size: 8pt;
        text-decoration: none;
}
.header
{
        background-color: #E0E0E0;
        color: #333333;
        font-family: Arial;
        font-size: 12pt;
        padding-left: 12px;
        font-weight: bold;
}

.title
{
        font-family: Arial;
        color: #333333;
        font-size: 10pt;
        font-weight: bold;
	text-align: left;
	width: 300px;
	vertical-align: bottom;
}
.city
{
	font-family: Arial;
        color: #333333;
        font-size: 8pt;
        text-align: right;
	width: 100px;
        vertical-align: bottom;
}
.date
{
	font-family: Arial;
        color: #333333;
        font-size: 8pt;
        text-align: right;
        vertical-align: bottom;
	padding-right: 1cm;
}
.comp
{
	font-family: Arial;
        color: #333333;
        font-size: 10pt;
        font-weight: bold;
	font-style: italic; 

}
.comp1
{
        font-family: Arial;
        color: #333333;
        font-size: 10pt;
        font-weight: bold;
	width: 150px;
	vertical-align: top;
}
.des
{
        font-family: Arial;
        font-size: 10pt;
        color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1cm;
	padding-right: 1cm;
}
.des1
{
        font-family: Arial;
        font-size: 10pt;
        color: #333333;
	vertical-align: top;
}
