﻿body {
}

#PanelLayout
{
    background:transparent;
    height:250px;
    width:400px;
    border-color:Green;
    border-width:2px;
    position:absolute;
    top:200px;
    left:420px;
    font-family:Arial;
    font-size:12px;
    color:Olive;
   
}

#LogoLayout
{
    position:absolute;
    left:580px;
    top:375px;
}

#ImageLayout
{
    position:absolute;
    left:417px;
    top:195px;
}

#BackToHomePageLayout

{
    position:absolute;
    left:667px;
    top:525px;
    border:solid 1px olive;
    background:white;
    font-family:Arial;
    font-size:12px;
}

.ButtonPanelLayout
{
    position:absolute;
    left:415px;
    top:520px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.ButtonStyle1
{
    width:20px;
    border:solid 1px olive;
    font-family:Arial;
    margin:0px;
}

.ButtonStyle2
{
    width:20px;
    border:solid 1px olive;
    font-family:Arial;
    margin:0px;
    background:gray;
}

a
{
	text-decoration:none;
}

a:hover
{
	font-weight:bold;
}

a:visited
{
	color:Olive;
}

a:active
{
	color:Olive;
}

a:link
{
	color:Olive;
}


    

