/* CSS Document */

BODY
{
	/*
	font-family: Arial;
	font-size:13px;	
	font-family:"Times New Roman", Times, serif;
	font-size:14px; 
	font-size:10.5pt; */
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;				
	font-weight: normal;
	width:80%;
	text-align:center;
	margin:auto;
}
#MTABLE
{
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666633;
	border-left-color: #666633;
}

TABLE
{
	background-color:#ffffff;
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;
	/* font-size:14px; */
	/* font-size:10.5pt; */
}
input
{
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;
}
select
{
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;
}

#pl
{
	width:100%;
}
#pl a
{
    text-decoration: none;
}
#pl a:link
{
    color: #4A4A4A;
}
#pl a:visited
{
    color: #4A4A4A;
}
#pl a:hover
{
    text-decoration: underline;
    color: #4A4A4A;
}

#c1
{
	color: #3366FF;
}

#c2
{
	color: #4C5B1A;
}

.butt
{
	font-size:70%;
}

.mainb
{
	font-weight:bold;
	font-size:1.4em;
}

.subb
{
	font-weight:bold;
}

/*
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
*/
img.floatLeft { 
    float: left; 
    margin: auto; 
}
img.floatRight { 
    float: right; 
    margin: auto; 
}

.ControlNum {
	float: right;
	width: 15%;
	text-align:center;

	
}
.ControlNumBox{
	border-style: solid;
  border-width: 2px;
	width: 100%;
	text-align:center;
	padding:6px;
}
.Shares {
	float: left;
	width: 10%;
	text-align:center;	
}

.SharesBox{
	border-style: solid;
  border-width: 2px;
	width: 80%;
	text-align:center;
	padding:6px;
}

.SharesIndent {
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;				
	/* font-size:10.5pt; */
	text-align:left;
	margin:auto;
	margin-left:150px;
}
.DirCheckBox input[type="checkbox"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;     /* not currently supported */
    -o-appearance: radio;      /* not currently supported */
}

.VoteOpts {
	text-align:center;
	margin:auto;
}

.VoteOptsInner {
	margin-left: auto;
    margin-right: auto;
    width: 6em
}

.VoteOptsIndent {
	text-align:left;
	margin:auto;
	margin-left:100px;
}

.VoteOptsIndent2 {
	text-align:left;
	margin:auto;
	margin-left:20px;
}

.VoteOptsIndentNA {
	text-align:left;
	margin:auto;
	margin-left:25%;
}

.VoteOptsIn {
	text-align:left;
	margin:auto;
	margin-left:10px;
}
	
.BigText {
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;				
	/* font-size:16px;*/
	font-size:12pt;
	font-weight:bold;
	text-align:left;
}

.LeftText {
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;				
	/* font-size:14px; */
	/* font-size:10.5pt; */
	text-align:left;

}	

.AddressText {
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;				
	/* font-size:16px;*/
	/* font-size:10.5pt; */
	/*font-weight:bold;*/
	text-align:left;
}

.OwnerText {
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;				
	/* font-size:16px;*/
	/* font-size:10pt; */
	/*font-weight:bold;*/
	text-align:center;
}


h5 {
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;				
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

.ErrorMsg {
	color:#FF0000;
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;				
	font-size:1.25em;
	font-weight:bold;
	text-align: center;
}

h4 {
	color:#FF0000;
	font-family: "Calibri", Arial, sans-serif, "Times New Roman", Times, serif;				
	font-size:1.25em;
	font-weight:bold;
	text-align: center;
}

.tl {
	text-align:left;
}	

p.breakhere {
	page-break-before: always;
 }
 
span.highlight {
  background-color: red;
	color: white;
}

.breakhere {
	page-break-before: always;
 }
 
.highlight {
  background-color: red;
	color: white;
}

.ownerpropinfo {
	font-weight: bold;
	font-size: 1.2em;
}
.ownerinfo{
	float: left;
	width:15%;
	text-align: left;
	background-color: red;
}
.propinfo {
	margin-left: 15%;
	text-align: center;
	background-color: orange;
}