
BODY
{
	font-family: Verdana, Arial;
	font-size: small;
	background-color: #FFFFFF;
	
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


H1
{
    font-size: xx-large;
    font-weight: bold;

	margin: 2em 2em 2em 2em;
}

H2
{
	font-size: medium;
	font-weight: normal;
	margin-right: 20px;
	margin-top: 20px;
}

H3
{
	font-size: small;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 20px;
	

}

P
{
	margin-left: 30px;
	margin-right: 25px;
	text-align: justify;
	font-size: 8pt;
}


LI
{
	margin-left: 30px;
	margin-right: 25px;
	text-align: justify;
	font-size: 8pt;
}


TABLE
{
	border-color: #000000;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


TABLE.BuildingTable
{
	margin-left: 140px;
	margin-right: 70px;
}


TABLE.ApplicationsTable
{
	margin-left: 140px;
	margin-right: 20px;
	
	text-size: small;
}


TABLE.HeaderTable
{
	background-image: url('http://hkmgruppen.com/images/hkmShadow.gif')
}


TR.TableHead
{
    background-color: #c19362;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid black;

}

TD.AlignTop
{
	vertical-align: top;
}

.LowerLine
{
	border-bottom: solid 2px black;
}

IMG
{
	border-style: none;
}

.HLine
{
	width: 600 px;
	height: 2 px;

}


.linktext
{
	font-weight: bold;
	font-size: 8pt;	

	text-decoration: none;

	color: black;
	Border: 0 px 0 px 0 px 0 px;
}

:LINK
{
	font-weight: bold;
	font-size: 8pt;	

	text-decoration: none;

	color: #444444;
	Border: 0 px 0 px 0 px 0 px;
}

:VISITED
{
	font-weight: bold;
	font-size: 8pt;		
	text-decoration: none;
	color: black;
	color: #444444;
}

.banner
{
	margin-top: 40px;
	margin-bottom: 2px;
}

.text_tiny
{
	font-size: 8pt;
	font-weight: normal;	
	font-style: normal;	
}

.menuArrow
{
	position: relative;
	top: 3px;
	left: 1px;
}

.FooterInfo
{
	margin-bottom: 20px;
}

.MenuLink
{
	font-family:Verdana, Arial;
	font-size: normal;
	margin-left: 1em;
	margin-right:1em;
	margin-top: 5px;
}

.MenuSubLink
{
	font-family:Verdana, Arial;
	font-size: normal;
	margin-left: 3em;
	margin-right:1em;
	margin-top: 5px;
}

.MarginLeft
{
	margin-left: 30px;
}

div#editIcons 
{
	position: relative;
	right: 150px;
}

.noborder
{
	border-style: none;
}


table.applications {
	font-size: 10pt;
	border: outset 100px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: rgb(220, 220, 220);
}

table.applications th {
	border-width: 1px 0px 0px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted none none none;
	border-color: gray gray gray gray;
	text-align: left;
	background-color: #909090;
}

table.applications td {
	border-width: 1px 0px 0px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted none none none;
	border-color: gray gray gray gray;
	background-color: white;
}


