﻿
/* Master Page Classes */
html,
body{
	margin: 0px auto 0px auto;
	font-size:10pt;
    background-color: #ffffff;
    font-family: Arial;
    margin:0px;
    padding:0px;
    height:100%;
}

legend
{
	color:#00137f;
	font-weight:bold;
	font-size: 14px;
}

hr
{
    border: solid #D1D7DC 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

td.left-cell
{
    width:50%;
	text-align:right;
	border-bottom: solid 1px black;
}

td.right-cell
{
    width:50%;
	text-align:left;
	border-bottom: solid 1px black;
}

td.small-cell
{
    width:50px;
	border-bottom: solid 1px black;
	
}

td.msg-left-cell
{
	width: 10%;
	text-align:right;
	border-bottom: solid 1px black;
}

td.msg-right-cell
{
	width: 10%;
	text-align:left;
	border-bottom: solid 1px black;
}

td.header
{
	text-align:center;
	background-color: #D3D3D3;
}