 body { 
	margin:5 0 0; 
	padding:0; 
	height:100%;
	width:100%;
	background-color: #F5F5F5;
}

.TableBorder{
    border: 1px solid #666666;
}

.TableBorder_White_Bg{
    border: 1px solid #666666;
	background-color: #ffffff;
}

.TableBorder-Brd-R-L-B {	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.TableBorder-Brd-L {		
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.TableBorder-Brd-B {		
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.EmailTable {
  color: #666;
  font: bold 12px Tahoma;
}

.AddressTable {
  color: #666;
  font: normal 12px Tahoma;
}

.EmailTextBox {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #F5F5F5;
	width: 300px;
	height: 18px;
	border: 1px solid #666666;
}

.EmailTextBoxMulti {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #F5F5F5;
	width: 300px;
	height: 150px;
	border: 1px solid #666666;
}

.Footer {
color: #666;
font: bold 9px Tahoma;
}

A.FooterLinks:link {color:#666666;; font-family: Tahoma, Arial, sans-serif; font-size: 9px; font-weight: bold; text-decoration: none}
A.FooterLinks:visited {color:#666666;; font-family: Tahoma, Arial, sans-serif; font-size: 9px; font-weight: bold; text-decoration: none}
A.FooterLinks:hover {color:#009900;;font-family: Tahoma, Arial, sans-serif; font-size: 9px; font-weight: bold; text-decoration: none}

