/*****************************************************
 * dhinteractive:
 * Duncan Hart
 * http://www.dhinteractive.co.uk
 *
 * Client: fivefootsix 
 * Client: http://www.fivefootsix.co.uk
 *
 * Author: Duncan Hart
 * Author: http://www.dhinteractive.co.uk ::: <info@dhinteractive.co.uk>
 *
 * Date 07/2006	- Created
 *
 *****************************************************
 */
 
 
 
  /*****************************************************
 * Main Layout & Design
 *****************************************************
 */
 
 /*****************************************************
* Body Text
/*****************************************************
*/

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

/*****************************************************
* Footer / Copyright Text
/*****************************************************
*/

.footertxt 					{
font-family : Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size: 10px;
line-height: 16px;
text-decoration: none;
}
.footertxt A:link 			{
color:#FF0000;
text-decoration: none;
}
.footertxt A:visited 		{
color:#FF0000;
text-decoration: none;
}
.footertxt A:hover 			{
color:#000000;
text-decoration: none;
}


/*****************************************************
* Download page / Plugin Text
/*****************************************************
*/

.plugintxt 					{
font-family : Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 12px;
line-height: 16px;
text-decoration: none;
}
.plugintxt A:link 			{
color:#FFFFFF;
text-decoration: none;
}
.plugintxt A:visited 		{
color:#FFFFFF;
text-decoration: none;
}
.plugintxt A:hover 			{
color:#CCCCCC;
text-decoration: none;
}



/*****************************************************
* Google Text
/*****************************************************
*/

.googlemapstxt 					{
font-family : Verdana, Arial, Helvetica, sans-serif;
color:#999999;
font-size: 10px;
line-height: 16px;
text-decoration: none;
}
.googlemapstxt A:link 			{
color:#666666;
text-decoration: none;
font-weight: bold;
}
.googlemapstxt A:visited 		{
color:#666666;
text-decoration: none;
font-weight: bold;
}
.googlemapstxt A:hover 			{
color:#FF0000;
text-decoration: none;
font-weight: bold;
}







/***************************************************************************************************************************************************************

/*****************************************************
* Content Management Text
/*****************************************************
*/

.cmttxt 					{
font-family : Verdana, Arial, Helvetica, sans-serif;
color:#333333;
font-size: 10px;
line-height: 14px;
text-decoration: none;
}
.cmttxt A:link 				{
color:#333333;
text-decoration: none;
}
.cmttxt A:visited 			{
color:#333333;
text-decoration: none;
}
.cmttxt A:hover 			{
color:#FE192E;
text-decoration: none;
}

.form {
font-family : Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #0B3466;
font: 11px;
}

.cmtform {
font-family : Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #666666;
font: 12px;
}

.cmtdropdown {
font-family : Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #999999;
font-size: 10px;
}

.cmtmenu_off			{
border: 1px solid #FF0000;
}

.cmtmenu_on				{
border: 1px solid #000000;
}



