﻿/* CSS Document */
body
{
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	background-color:#e7f3cf;
	
	}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
.style27 {color: green; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: smaller; }
.style29 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: smaller; font-weight: bold; }
.style31 {font-size: smaller}
.style33 {color: #000000; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: smaller; }
.left a:link{
	font-family:Arial;
	color:#E43651;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.left a:visited{
	font-family:Arial;
	color:#E43651;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	
}
.left a:hover{
	font-family:Arial;
	color:#A73B00;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}



.m a:link{
	font-family:Arial;
	color:#E43651;
	font-size:14px;
	text-decoration:none;
	}
.m a:visited{
	font-family:Arial;
	color:#E43651;
	font-size:14px;
	text-decoration:none;
	}
.m a:hover{
	font-family:Arial;
	color:#A73B00;
	font-size:14px;
	text-decoration:none;
	}
.tableborder{
	border:1px;
	border-style:solid;
	border-color:#663300;

	}
.tableborder1{
	border:1px;
	border-style:solid;
	border-color:#D3C9B4;

	}
.matter{
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	margin-left:10px;
	margin-right:5px;
	text-align:justify;
	
	}
.matter1{
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	}
.matter2{
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	margin-left:15px;
	margin-right:30px;
	text-align:justify;
	}
.matterwhite{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	
	}
.copyright{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	}
.hdr{
	font-family:Verdana;
	font-size:12px;
	color:#0033FF;
	font-weight:bold;
	}
.hdr1{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	}
.hdr2{
	font-family:Verdana;
	font-size:14px;
	color:#016E01;
	font-weight:bold;
	font-style:italic;
	}
.hdr3{
	font-family:Verdana;
	font-size:12px;
	color:#663300;
	font-weight:bold;
	margin-left:10px;
	text-align:left;

	}
	
	.hdr4{
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;

	}
.hdrfaq{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;

	}
	.trustimg{
	background-image:url(images/tust4.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
	.FreezePaneOff
{
    visibility: hidden;
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}
.FreezePaneOn
{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #666;
    z-index: 999;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    padding-top: 20%;
}
.InnerFreezePane
{
    text-align: center;
    width: 100%;
    height: 400px;
    background-color: #666;
    color: White;
    font-size: large;
    padding: 9px;
}