/*************************************************
**                                              **
**           Copyright (c) Viga 1977            **
**                                              **
** 10.11.2009                                   **
*************************************************/

@import url("Global.css");

#LayoutBody table
{
	width: 100%;
}

#LayoutBody td
{
	vertical-align: top;
}

#CompanyName
{
	font-size: larger;
	font-weight: bold;
}

#CompanyRegister
{
	font-size: smaller;
}

#CompanyAddress,#CompanyLoc,#CompanyID,#CompanyRegister
{
	padding-top: 1em;
}

#Persons
{
	margin-top: 5em;
}

.PersonName
{
	font-weight: bold;
}

.PersonRole,.PersonPhone,.PersonEmail
{
	font-size: smaller;
}