.mainbody{
	background-color : #71301D;
}
.helpbody{
	background-color : e4e4e4;
	
}
.fixed{
	
	clip: rect(25px, 10px, 10px, 25px); 
	overflow : hidden;
	max-height : 100px;
	min-height : 100px;
	table-layout : fixed;
	height : 100px;
}
.divfloat{
	position: relative; 
	float: left; 
	padding-bottom : 16px;
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 6px;
}
.divwidth45{width:45%;}
.divborder{border:thin black solid;}
.noborder{
	border : none;
}
.pointer{
	cursor : help;
}
table.color1{
	background-color : #F4F4F4;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : Black;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : 1px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 20px;
}
table.color2{
	background-color : #E4E4E4;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : Black;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : 1px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 20px;
}
table.allborder{
	border : 1px solid #CCCCCC;
	padding : 5px 5px 5px 5px;
	border-collapse : collapse;
}
table.fixed
{
	table-layout : fixed;
	overflow : hidden;
}
table.container
{
	width:1000px;
}

.textarea1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-bottom : 8px;
	padding-left : 10px;
	padding-right : 0px;
	padding-top : 15px;
	margin-right : 0px;
	margin-left : 0px;
	width : 100%;
}
.textarea2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-bottom : 2px;
	padding-left : 4px;
	padding-right : 0px;
	padding-top : 1px;
	margin-right : 0px;
	margin-left : 0px;
}
.button1a{
	background-image : url(../Images/button1.gif);
	background-repeat : no-repeat;
	background-position : bottom;
	padding-top : 7px;
	}
.button1{
	height : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-stretch : wider;
	color : #333333;
}
.button2{
	height : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :9px;
	color : #666666;
}
.button9{
	height : 30px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :12px;
	color : Black;
	font-weight : bold;
}
.button9:hover{
	border-top:2px SOLID #999999;
	border-left:2px solid #999999;
	background-color: #DDDDDD;
	text-shadow:#000000;
}
.button4{
	height : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :9px;
	color : Black;
	background-color : #FFCCCC;
	font-weight : bold;
}
.button5{
	height : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :9px;
	color : Black;
	background-color : #CC9999;
	font-weight : bold;
	}
.button6{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : Black;
	font-weight : bold;
	text-align : center;
	
}
.button6:hover{
	border-top:2px SOLID #999999;
	border-left:2px solid #999999;
	background-color: #DDDDDD;
}
.button7{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size:14px;
	display: block
	width: 145px;
	height: 30px;
	padding: 5px 40px 5px 30px;
	color:#FFFFFF;
	text-decoration: none;
	background:url(../Images/button2.gif ) no-repeat 0px 0px  ;
	
	
}
.button7:hover{
	background:url(../Images/button2.gif ) no-repeat 0px -30px  ;
}
.button8{
	
	background:url(../Images/PreviewWebsite.png ) no-repeat 0px 0px  ;
	padding: 15px 0px 15px 230px;
	
	
}
.button8:hover{
	background:url(../Images/PreviewWebsite.png ) no-repeat 0px -1px  ;
	}

.button3{
	background-color: #fff4a6;
   	background-image: -webkit-linear-gradient(top, #fff4a6 10%,#f5d665 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC) to(#EEE));
   	background-image:    -moz-linear-gradient(top, #fff4a6 10%,#f5d665 100%);
   	background-image:     -ms-linear-gradient(top, #fff4a6 10%,#f5d665 100%);
   	background-image:      -o-linear-gradient(top, #fff4a6 10%,#f5d665 100%);
   	background-image:         linear-gradient(top, #fff4a6 10%,#f5d665 100%);
	/*-pie-background: linear-gradient(to bottom, #fff4a6, #f5d665); */
   	-moz-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	box-shadow:inset 0px 0px 0px 0px #fff4a6;
   	border: solid 1px #84bbf3;
   	-webkit-border-radius: 12px;
   	-moz-border-radius: 12px;
   	border-radius: 12px;
	font-family:Verdana;
   	padding:5px 15px 5px 15px;
   	color: #009ec0;
   	-webkit-box-shadow: 0px 4px 4px 0px #737373;
      -moz-box-shadow: 0px 4px 4px 0px #737373;
           box-shadow: 1px 2px 2px 0px #4e4e4c;
	
	behavior: url(PIE.htc);
	font-size:12px; 
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
  
}
.button3:hover{
	color: #006b82;
	background-image: -webkit-linear-gradient(top, #f5d665 0%,#fff4a6 100%);
   background-image: -moz-linear-gradient(top, #f5d665 0%,#fff4a6 100%);
   background-image: -ms-linear-gradient(top, #f5d665 0%,#fff4a6 100%);
   background-image: -o-linear-gradient(top, #f5d665 0%,#fff4a6 100%);
   background-image: linear-gradient(top, #f5d665 0%,#fff4a6 100%);
   behavior: url(PIE.htc);

}
.button3a{
	background-color: 000000;
   	background-image: -webkit-linear-gradient(top, #009ec0 10%,#275909 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC) to(#EEE));
   	background-image:    -moz-linear-gradient(top, #009ec0 10%,#275909 100%);
   	background-image:     -ms-linear-gradient(top, #009ec0 10%,#275909 100%);
   	background-image:      -o-linear-gradient(top, #009ec0 10%,#275909 100%);
   	background-image:         linear-gradient(top, #009ec0 10%,#275909 100%);
	/*-pie-background: linear-gradient(to bottom, #fff4a6, #f5d665); */
   	-moz-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	box-shadow:inset 0px 0px 0px 0px #fff4a6;
   	border: solid 1px #84bbf3;
   	-webkit-border-radius: 12px;
   	-moz-border-radius: 12px;
   	border-radius: 12px;
	font-family:Verdana;
   	padding:5px 15px 5px 15px;
   	color: #fff4a6;
   	-webkit-box-shadow: 0px 4px 4px 0px #737373;
      -moz-box-shadow: 0px 4px 4px 0px #737373;
           box-shadow: 1px 2px 2px 0px #4e4e4c;
	
	behavior: url(PIE.htc);
	font-size:12px; 
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
  
}
.button3a:hover{
	color: #F9FC7A;
	background-image: -webkit-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: -moz-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: -ms-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: -o-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: linear-gradient(top, #275909 0%,#009ec0 100%);
   behavior: url(PIE.htc);

}
.button3b{  /*for disabled button */
	background-color: 000000;
   	
	/*-pie-background: linear-gradient(to bottom, #fff4a6, #f5d665); */
   	-moz-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	box-shadow:inset 0px 0px 0px 0px #fff4a6;
   	border: solid 1px #84bbf3;
   	-webkit-border-radius: 12px;
   	-moz-border-radius: 12px;
   	border-radius: 12px;
	font-family:Verdana;
   	padding:5px 15px 5px 15px;
   	color: #494949;
   	-webkit-box-shadow: 0px 4px 4px 0px #737373;
      -moz-box-shadow: 0px 4px 4px 0px #737373;
           box-shadow: 1px 2px 2px 0px #4e4e4c;
	
	behavior: url(PIE.htc);
	font-size:12px; 
	font-weight:bold;
	
	text-decoration:none;
  
}
.button3c{
	background-color: 000000;
   	background-image: -webkit-linear-gradient(top, #009ec0 10%,#275909 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC) to(#EEE));
   	background-image:    -moz-linear-gradient(top, #009ec0 10%,#275909 100%);
   	background-image:     -ms-linear-gradient(top, #009ec0 10%,#275909 100%);
   	background-image:      -o-linear-gradient(top, #009ec0 10%,#275909 100%);
   	background-image:         linear-gradient(top, #009ec0 10%,#275909 100%);
	/*-pie-background: linear-gradient(to bottom, #fff4a6, #f5d665); */
   	-moz-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	box-shadow:inset 0px 0px 0px 0px #fff4a6;
   	border: solid 1px #84bbf3;
   	-webkit-border-radius: 12px;
   	-moz-border-radius: 12px;
   	border-radius: 12px;
	font-family:Verdana;
   	padding:3px 15px 3px 15px;
   	color: #fff4a6;
   	-webkit-box-shadow: 0px 4px 4px 0px #737373;
      -moz-box-shadow: 0px 4px 4px 0px #737373;
           box-shadow: 1px 2px 2px 0px #4e4e4c;
	
	behavior: url(PIE.htc);
	font-size:11px; 
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
  
}
.button3c:hover{
	color: #F9FC7A;
	background-image: -webkit-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: -moz-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: -ms-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: -o-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: linear-gradient(top, #275909 0%,#009ec0 100%);
   behavior: url(PIE.htc);

}
.button3sm{
	background-color: 000000;
   	background-image: -webkit-linear-gradient(top, #009ec0 10%,#275909 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#CCC) to(#EEE));
   	background-image:    -moz-linear-gradient(top, #009ec0 10%,#275909 100%);
   	background-image:     -ms-linear-gradient(top, #009ec0 10%,#275909 100%);
   	background-image:      -o-linear-gradient(top, #009ec0 10%,#275909 100%);
   	background-image:         linear-gradient(top, #009ec0 10%,#275909 100%);
	/*-pie-background: linear-gradient(to bottom, #fff4a6, #f5d665); */
   	-moz-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	-webkit-box-shadow:inset 0px 0px 0px 0px #fff4a6;
	box-shadow:inset 0px 0px 0px 0px #fff4a6;
   	border: solid 1px #84bbf3;
   	-webkit-border-radius: 12px;
   	-moz-border-radius: 12px;
   	border-radius: 12px;
	font-family:Verdana;
   	padding:3px 10px 3px 10px;
   	color: #fff4a6;
   	-webkit-box-shadow: 0px 4px 4px 0px #737373;
      -moz-box-shadow: 0px 4px 4px 0px #737373;
           box-shadow: 1px 2px 2px 0px #4e4e4c;
	
	behavior: url(PIE.htc);
	font-size:10px; 
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
  
}
.button3sm:hover{
	color: #F9FC7A;
	background-image: -webkit-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: -moz-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: -ms-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: -o-linear-gradient(top, #275909 0%,#009ec0 100%);
   background-image: linear-gradient(top, #275909 0%,#009ec0 100%);
   behavior: url(PIE.htc);

}
.selectbox1{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	width : 100px;
}
.textbox1{
	height : 16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	vertical-align : top;
}
.textbox2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.textbox12{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.textbox3a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : #F4F4F4;
}
.textbox3b{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : #E4E4E4;
}
.bold{ font-weight: bold;}
.checkbox1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	height : 16px;
	vertical-align : middle;
}
.heading18{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
}
.heading20{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	margin-top : 0px;
	padding-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	line-height : 15px;
}
.heading16{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
}
.heading14{
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : 14px;
	line-height : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
}
.heading14NM{
	font-family : Georgia, Times New Roman, Times, seriff;
	font-size : 14px;
	line-height : 9px;
	margin-top : 0px;
	margin-bottom : 0px;
}
.heading12{
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : 12px;
	line-height : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
}
.heading10{
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : 10px;
	line-height : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
}

a.button1{
	color : White;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
a.button2{
	color : #808080;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
a.button1:hover{
	color : #808080;
}
a.menu, a.menu:visited{
	color : Black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a.menu:hover{
	color : #808080
}
a.menuw, a.menuw:visited{
	color : White;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a.menuw:hover{
	color : White;
	text-decoration : underline;
}
a.menuw14, a.menuw:visited{
	color : White;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
a.menuw14:hover{
	color : White;
	text-decoration : underline;
}
a.menu2, a.menu2:visited{
	color : Black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
a.menu2:hover{
	color : #666666;
}
a.menu9w, a.menu9w:visited{
	color : White;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
a.menu9w:hover{
	color : White;
	text-decoration : underline;
}
a.menu3, a.menu3:visited{
	color : Black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
a.menu3:hover{
	color : #666666;
}
a.menu4, a.menu4:visited{
	color : Black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border : 1px solid #999999;
	background-color : #E2E2E2;
	height : 20px;
}
a.menu4:hover{
	color : #666666;
}
a.menu5, a.menu5:visited{
	color : Black;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	height : 20px;
}
a.menu5:hover{
	color : #666666;
}
a.menu6, a.menu6:visited{
	color : Black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	height : 20px;
}
a.menu6:hover{
	color : #666666;
}
a.menu7, a.menu7:visited{
	color : Black;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a.menu7:hover{
	color : #808080;
}
a.link9, a.link9:visited{
	color : #cc3333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
}
a.link9:hover{
	color : #663333;
}
a.link10u{
	color : #872C2C;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
a.link10u:hover{
	color : #cc9999;
}

a.link10, a.link10:visited{
	color : #cc3333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}
a.link10:hover{
	color : #663333;
}
a.link10w, a.link10w:visited{
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}
a.link10w:hover{
	color : #CCCCCC;
}
a.link10-lh, a.link10-lh:visited{
	color : #cc3333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	line-height : 10px;
}
a.link10-lh:hover{
	color : #663333;
}
a.link10uu, a.link10uu:visited{
	color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}
a.link10uu:hover{
	text-decoration : underline;
	}
a.link11, a.link11:visited{
	color : #993333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
a.link11:hover{
	color : #663333;
}
a.link11u, a.link11u:visited{
	color : #993333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
}
a.link11u:hover{
	color : #cc9999;
}
a.link12, a.link12:visited{
	color : #cc3333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
a.link12:hover{
	color : #663333;
}
.link12n, a.link12n:visited{
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
.link12n:hover{
	color : White;
	text-decoration : underline;
}
a.link12u, a.link12u:visited{
	color :#993333;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a.link12u:hover{
	color : #cc9999;
}
a.link12w, a.link12w:visited{
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
a.link12w:hover{
	color : White;
	text-decoration : underline;
}
a.link12uu, a.link12uu:visited{
	color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}
a.link12uu:hover{
	text-decoration : underline;
	}
a.link16, a.link16:visited{
	color : #cc3333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
}
a.link16:hover{
	color : #663333;
}

a.link16a, a.link16a:visited{
	color : #A33A3A;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-decoration : none;
	font-weight : bolder;
}
a.link16a:hover{
	color : #663333;
}
a.link20, a.link18:visited{
	color : #cc3333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	text-decoration : none;
}
a.link20:hover{
	color : #663333;
}
a.link9ad, a.link9:visited{
	color : #663333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
}
a.link9ad:hover{
	color : #996633;
	text-decoration : underline;
}
.georgia{font-family: Georgia, Times, "Times New Roman", serif !important;}
.tnr{font-family: TimesNewRoman, Times, Baskerville, Georgia, serif !important;}
.script{font-family: "Brush Script MT", cursive !important;}
a.calendar1, a.calendar1:visited{
	color : Black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
a.calendar1:hover{
	color : #666666;
}
a.calendararrow, a.calendararrow:visited{
	color : White;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : 22px;
	cursor : hand;
}
a.calendararrow:hover{
	color : #CCCCCC;
}
div#banner
{
	max-width : 340px;
	overflow : hidden;
	min-width : 340px;
	max-height : 60px;
	min-height : 60px;
}
table.linedBlack
{
	border-top : medium solid silver;
	border-left : thin solid silver;
	border-right : thin solid silver;
	border-bottom : medium solid silver;
}
table.linedBlack5
{
	border-top : medium solid silver;
	border-left : thin solid silver;
	border-right : thin solid silver;
	border-bottom : medium solid silver;
	padding : 5px 5px 5px 5px;
}
table.linedBlackWht
{
	border-top : medium solid silver;
	border-left : thin solid silver;
	border-right : thin solid silver;
	border-bottom : medium solid silver;
	background-color : White;
}
table.linedBlackWhtFont
{
	border-top : medium solid silver;
	border-left : thin solid silver;
	border-right : thin solid silver;
	border-bottom : medium solid silver;
	background-color : White;
	color:#FFFFFF
}
table.linedBlackPad
{
	border-top : medium solid silver;
	border-left : thin solid silver;
	border-right : thin solid silver;
	border-bottom : medium solid silver;
	padding-left : 15px;
	padding-right : 15px;
}
table.linedBlacknotop
{
	border-left : thin solid silver;
	border-right : thin solid silver;
	border-bottom : medium solid silver;
}
table.pad15{
	padding-left : 15px;
	padding-right : 15px;
	
}
table.menu{
	border-right : double Black;
	border-left : double Black;
	padding-left : 5;
	padding-right : 5;
	border-bottom : double Black;
	border-top : double Black;
}
table.menu2{
	
	padding-left : 5;
	padding-right : 5;
	
}
td.buttontd1{
	background-image : url(../Images/button1.gif);
	background-repeat : no-repeat;
	background-position : bottom;
	padding-top : 7px;
	}
td.allborder{
	border-collapse : collapse;
	border-spacing : 1px;
	border : thin solid Silver;
	padding:2px 5px 5px 5px;
}
td.calendar{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 23px;
}
td.calendar0{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #FFCC00;
}
td.calendar1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #66FF99;
}
td.calendar2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #FFCC33;
}td.calendar3{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : #66FFCC;
}
td.calendar4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #99FF66;
}
td.calendar5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #99CCCC;
}
td.calendar6{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #99FF99;
}
td.calendar7{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #FFCC99;
}
td.calendar8{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #CCFF33;
}
td.calendar9{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	background-color : #FFCCCC;
}
td.form1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
}
td.sort{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	cursor : pointer;
	color : White;
}

/* **********top menu***************** */
table.menucontainer{
	width:100%;
}
table.mainmenu{
	width:80%;
}
table.tabs
{
	width:90%;
}
td.borderright{
	border-right-color : Maroon;
	border-right-style : solid;
	border-right-width : 1px;
	padding-left:20px;
	padding-right:20px;
}
td.tab{
	background-image : url(../Images/tab1.gif);
	background-repeat : no-repeat;
	background-position : bottom;
	padding-top : 7px;
	text-align : center;
	width:10%;
	}
a.menutab{
	color : White;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
	font-weight:bold;
}
a.menutab:hover{
	color : #808080;
}
/* ************End Menu*************** */	
td.text1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	
}
td.text10{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
td.text10j{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : justify;
}
td.text10h{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-top : 0px;
}
td.text11{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	}
td.text2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 15px;
}
td.text2w{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 15px;
	color : White;
}
td.text10light{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 15px;
	color : #5D5D5D;
}
td.text3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-bottom-color : #666666;
	border-bottom-style : solid;
	border-bottom-width : thin;
}
td.text4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-left : 40px;
	padding-right : 40px;
}
td.text5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	
}
td.text6{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	}
td.text9{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}
td.text9W{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : White;
}
td.skipsort{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
}
td.skipsortW{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
}
.text12{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.text12white{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#FFFFFF;
}

td.text12u{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #6C6C6C;
	text-decoration : underline;
}
td.text12uu{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
td.text14{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #434343;
	
}
td.text14u{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #6C6C6C;
	text-decoration : underline;
}
td.text14uu{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
td.text10LR{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-right-style : solid;
	border-right-width : 1px;
	border-right-color : Silver;
	padding-left : 3px;
	line-height : 15px;
	padding-top : 13px;
}
td.webtext1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	
}
td.text10bbox{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-left : thin solid silver;
	border-right : thin solid silver;
	border-bottom : medium solid silver;
	padding-left : 12px;
	padding-right : 12px;
}
td.text10uu{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
td.text10LT{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-top-color : Gray;
	border-top-style : solid;
	border-top-width : 1px;
}
td.text10tbox{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-left : thin solid silver;
	border-right : thin solid silver;
	border-top : medium solid silver;
}
td.webtext2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	}
td.white{
	background-color : White;
}
td.title1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
}
.font9{font-size : 9px;}
.font10{font-size : 10px;}
.font12{font-size : 12px;}
.font14{font-size : 14px;}
.font16{font-size : 16px;}
.font18{font-size : 18px;}
.font20{font-size : 20px;}
.font24{font-size : 24px;}
.font42{font-size:42px;}
.font48{font-size : 48px;}
.font56{font-size:56px;}
.font60{font-size:60px;}
.font64{font-size:64px;}
.font72{font-size:72px;}
.center{text-align: center}
.title1u{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;border-bottom-color : #666666;
	border-bottom-style : solid;
	border-bottom-width : thin;
	}
.title2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
}
.title3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	}
.title4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : Black;
}
.title5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #333333;
}
.title6{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : Black;
}
tr.stripe1{
	background-color : #F4F4F4;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
tr.stripe2{
	background-color : #E4E4E4;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
tr.stripe3{
	background-color : #F0BF4F;
	font-size : 10;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
tr.stripe1u{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom-color : #B3B3B3;
	border-bottom-style : solid;
	border-bottom-width : 4px;
}
tr.tabletop{
	background-color : Silver;
}
tr.graystrip{
	background-color : #944B4B;
}
span.pageNumborder{
	border : 1px solid Black;
	color : Black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
}
span.pagenum{
	color : Black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
hr.thinline{
	color : #993333
}
.newsl{
	 float: left; 
    margin: 4px; 
}
.newsr{
	 float: right; 
    margin: 4px; 
}
.newsc{
	 float: none; 
    margin: 4px; 
}
.highlighttext{
	color:#2864BD; 
	font-weight:bold;
}

.columnheading{
	background-color: #808080;
	color:#ffffff;
	padding:2px 4px 2px 4px;
	border-right:thin solid white;
	text-align:center;
}
.plans{height:500px;}
.red{color:red;}

