body
{
    font-family: arial;
    font-size: 12pt;
    color: blue;
    list-style-type: disc;
    background-color: aliceblue;
}

p a:link
{
			color: blue;
}

p a:active
{
			color: yellow;
}

p a:visited
{
			color: aliceblue;
}

p a:hover
{
			color: blue;
}

hr
{
    color: blue;
    height: 2px;
}

h1
{
    font: bold 26px Arial;
    color: blue;
    text-align: center;
}

h2
{
		font: bold 20px Arial;
		color: blue;
		text-align: center;
		padding-top: 10px;
}

.Disclaimer
{
    font: italic 10px Arial;
    color: Red;
}

.MasterHeader
{
    border-bottom-style: solid;
    border-bottom-color: Blue;
}

.MasterSubHeader
{
    border-bottom-width: thin;
    padding-bottom: 2px;
    height: 10px;
    border-bottom-style: solid;
    border-bottom-color: Blue;
    vertical-align: top;
}

.MasterFooter
{
    border-top-width: thin;
    padding-top: 2px;
    height: 10px;
    border-top-style: solid;
    border-top-color: Blue;
    vertical-align: bottom;
    font: italic 10px Arial;
    color: Blue;
    text-align: right;
    height: 10px; 
}

.Menu
{
    vertical-align: top;
}

.PlaceHolder
{
    padding-left: 10px;
    vertical-align: top;
}

.ModalBackground
{
    background-color: Gray;
    filter:alpha(opacity:70);
    opacity: 0.7;
}

.ModalPopUp
{
    background-color: aliceblue;
    border-width: 3px;
    border-style: solid;
    border-color: Blue;
    padding: 3px;
    width: 420px;
}