/*
td img {
 Another Mozilla/Netscape bug with making sure our images display correctly
	display: inline; 
}
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
#fullheight{height:100%}
*/ 


.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A19D91;
	font-size: 14px;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2F5785;
	font-weight: bold;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
}
.link1text {font-size: 12px; color: #8DA7C5; font-family: Arial, Helvetica, sans-serif;}
A.link1:link {font-size: 13px; color: #8DA7C5; font-family: Arial, Helvetica, sans-serif; font-weight: bold; TEXT-DECORATION: none; }
A.link1:visited {font-size: 13px; color: #8DA7C5; font-family: Arial, Helvetica, sans-serif; font-weight: bold; TEXT-DECORATION: none; }
A.link1:hover {font-size: 13px; color: #C9D6E7; font-family: Arial, Helvetica, sans-serif; font-weight: bold; TEXT-DECORATION: none; }


A.link2:link {font-size: 14px; color: #424242; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; }
A.link2:visited {font-size: 14px; color: #424242; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; }
A.link2:hover {font-size: 14px; color: #424242; font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline; }


.text3 {font-family: Tahoma; color: #A29D54;  font-size: 15px;}
.text4 {font-family: Tahoma; font-size: 10px; color: #827C7E; font-weight:bold;}
.text5 {font-family: Tahoma; font-size: 12px; color: #ffffff; font-weight:bold;}
.text6 {font-family: Tahoma; font-size: 9px; color: #ffffff;}
.text7 {font-family: Tahoma; font-size: 12px; color: #8da0c0;}

.redtext {color: #9E1125; font-family: Tahoma; font-size: 12px;}

table.table_dotted {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

table.table_thin {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: thin thin thin thin;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

td.datacell_bottom {
	
	border-top: 1px none #B0B3B8;
	border-right: 1px none #B0B3B8;
	border-bottom: 1px solid #B0B3B8;
	border-left: 1px none #B0B3B8;
}

td.datacell_bottom_right {
	
	border-top: 1px none #B0B3B8;
	border-right: 1px solid #B0B3B8;
	border-bottom: 1px solid #B0B3B8;
	border-left: 1px none #B0B3B8;
}

td.datacell_right {
	
	border-top: 1px none #B0B3B8;
	border-right: 1px solid #B0B3B8;
	border-bottom: 1px none #B0B3B8;
	border-left: 1px none #B0B3B8;
}


td.datacell_bottom_left {
	
	border-top: 1px none #B0B3B8;
	border-right: 1px none #B0B3B8;
	border-bottom: 1px solid #B0B3B8;
	border-left: 1px solid #B0B3B8;
}

td.datacell_left {
	
	border-top: 1px none #B0B3B8;
	border-right: 1px none #B0B3B8;
	border-bottom: 1px none #B0B3B8;
	border-left: 1px solid #B0B3B8;
}

td.datacell_bottom_left_right {
	
	border-top: 1px none #B0B3B8;
	border-right: 1px solid #B0B3B8;
	border-bottom: 1px solid #B0B3B8;
	border-left: 1px solid #B0B3B8;
}


/*table header*/
td.datacell_top_left_right {
	
	border-top: 1px solid #B0B3B8;
	border-right: 1px solid #B0B3B8;
	border-bottom: 1px none #B0B3B8;
	border-left: 1px solid #B0B3B8;
}

td.datacell_bottom_left_top {
	
	border-top: 1px solid #B0B3B8;
	border-right: 1px none #B0B3B8;
	border-bottom: 1px solid #B0B3B8;
	border-left: 1px solid #B0B3B8;
}
td.datacell_bottom_right_top {
	
	border-top: 1px solid #B0B3B8;
	border-right: 1px solid #B0B3B8;
	border-bottom: 1px solid #B0B3B8;
	border-left: 1px none #B0B3B8;
}
td.datacell_bottom_top {
	
	border-top: 1px solid #B0B3B8;
	border-right: 1px none #B0B3B8;
	border-bottom: 1px solid #B0B3B8;
	border-left: 1px none #B0B3B8;
}
td.datacell_bottom_left_right_top {
	
	border-top: 1px solid #B0B3B8;
	border-right: 1px solid #B0B3B8;
	border-bottom: 1px solid #B0B3B8;
	border-left: 1px solid #B0B3B8;
}








