﻿/* CSS Document */
body
 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*class is used in the site's footer*/
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blacktext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.redtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9f0000;
	text-decoration: none;
}
.ProductsPagePanelTextBold{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #000000;
	text-decoration: none;

}
.producttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f0fff7;
	text-decoration: none;
}
.blacktextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.contacttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #f0fff7;
	text-decoration: none;
}
.producttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.whitetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.yellowheading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #d5d352;
	text-decoration: none;
}

.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cee2fc;
	text-decoration: none;
}
.whitetextsmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.blacktextsmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.border {
	border: 1px solid #000000;
}
.innerheading {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 19px;
}
.textbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	height: auto;
	border: 1px solid #6985c3;
}
.greenheading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #aaecc8;
}
.linktext {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #d0e7fd;
	text-decoration: none;
}
.darkgreen {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #01165d;
	text-decoration: none;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
.MsgTextBox
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;
	color:red;
	width:500px;  
	background-color:EFCBAD;	
	text-align:center;
	border-style:none;	
}
.RedLabel
{
    COLOR: red;
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold
}


.MsgTextBox_L
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;
	color:red;
	width:500px;  
	background-color:F1EDE7;	
	text-align:center;	
	border-style:none;	
}

.DropDownList
{
	color:#000000;
	font-size:8pt;
	font-family:"Verdana, Helvetica, sans-serif";
	letter-spacing:0px;
	font-weight:normal 
}
.SimpleText
{
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;
	color:black;
}

.Message
{
	background-color:#FFFFFF;
	color:RED;
	width:650;
	FONT-WEIGHT:BOLD;
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;	
}
.TextBox
{
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 8pt;
}

.TextAreaBox
{
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 8pt;
    TEXT-TRANSFORM: Capitalize;
    WIDTH: 330px;
}

.RequiredField
{
    COLOR:RED;
    font-family:"Verdana, Helvetica, sans-serif";
    FONT-SIZE: 7pt;
    FONT-WEIGHT: normal
}
.HiddenClass{
	display:none;
}

.HiddenTextBox
{
	background-color :White;
	border :none;
	color :#4C5B7B ;
}     
.textBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.borderForm {
	background-color: #B9DBF7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.greyborder{
border: 1px solid #dcdcdc;
}
.yellowtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d7b848;
	text-decoration: none;
}
