/*****************************************************
 * DH Interactive Ltd
 * http://www.dhinteractive.co.uk
 *
 * Client: Designcorp
 * Client: http://www.designcorp.co.uk
 *
 * Author: Duncan Hart
 * Author: http://www.dhinteractive.co.uk ::: <info@dhinteractive.co.uk>
 *
 *Date 10/2008	- Created
 *
 *****************************************************
 */
 
 
 
  /*****************************************************
 * Main Layout & Design
 *****************************************************
 */


/*****************************************************
* Body Text
/*****************************************************
*/

.bodytxt 					{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#666666;
font-size: 12px;
line-height: 20px;
text-decoration: none;
}
.bodytxt A:link 			{
color:#000000;
text-decoration: none;
}
.bodytxt A:visited 			{
color:#000000;
text-decoration: none;
}
.bodytxt A:hover 			{
color:#000000;
text-decoration: underline;
}
