.txt { 
font-family: arial, helvetica, sans-serif;
font-size:11px;
color:#333333;
line-height:16px;
} 

.txtLg { 
font-family: arial, helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:18px;
} 

.txtSm { 
font-family: arial, helvetica, sans-serif;
font-size:10px;
color:#333333;
line-height:14px;
} 

.txtGrey { 
font-family: arial, helvetica, sans-serif;
font-size:11px;
color:#808080;
}

.txtWht { 
font-family: arial, helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

.head {
font-family: arial, helvetica, sans-serif;
font-size:12px;
color:#CC6600;
font-weight:bold;
line-height:20px;
} 

.headBG {
background-image: url("images/headBG.gif");
background-repeat: repeat-x;
}

A:link {
color:#CC6600;
text-decoration:none
}
A:visited {
color:#CC6600;
text-decoration:none
}
A:hover {text-decoration:underline}