﻿body {   
    margin: 0px;   
    height: 100%;
    }
A:link {
    text-decoration: none;
    color: #666;
    }
A:visited {
    text-decoration: none;
    color: #666;
    }
A:active {
    text-decoration: none;
    color: #666;
    }
A:hover {
    text-decoration: underline; 
    color: red;
    }

.PageTitle_Black
{
	font-family: "Segoe UI", "Myriad Pro", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.PageTitle_Blue
{
	font-family: "Segoe UI", "Myriad Pro", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #000066;
}
.SubTitle_Black{
	font-family: "Segoe UI", "Myriad Pro", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.Bodytext_Black{
	font-family: "Segoe UI", "Myriad Pro", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.Bodytext_Black_Bold{
	font-family: "Segoe UI", "Myriad Pro", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.SubTitle_Orange
{
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #FF6600;
	font-family: "Segoe UI", Arial, sans-serif;
}

.PageFooter
{
    font-family: "Segoe UI" , Arial, sans-serif;
    font-size: 10px;
    text-decoration: none; 
    font-style: normal;
    color: #999 !important;
}
.ReciboBodyText {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	border-width: 0px;
}
.ReciboBodyCenter {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	border-width: 0px;
	text-align: center;
}
p {
	font-family: "Segoe UI", "Myriad Pro", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
td.bottom
{
   vertical-align: bottom; /* Align all text in the cell to the bottom of it */
   bottom: 0px; /* Let 0px between the text and the page's bottom */
}

    
.footer2 {   
    width: 99%;   
    border: 0px #000000;
    height: 50px;   
    position: absolute;   
    bottom: 0;
    }
    
.MenuCenter {
	text-align: center;
}
