/* CSS Document */
/*
-----------------------------------------------
WCA Template
Name:     Text
Designer: Andy Tennison
URL:      www.tennisons.com
Date:     01 March 2005
----------------------------------------------- */

/* Text Formating ------------------------------*/

body {
  background:#fff;
  margin:0;
  padding:0px 0px;
  text-align:center;
  font:10pt/1.5em "Trebuchet MS",Verdana,Arial,Sans-serif;
  color:#333;
  font-size:10pt;
  background:url("blk_back.gif") repeat-x top left;
  }

p {	margin-top: 0px; margin-bottom:10px; text-align: justify;}
h2 {text-align:center; font-variant:small-caps;}
h3 {text-align:justify;}
h4 {font-weight:200; letter-spacing:1px; display:inline;}

img {border:0px}

/* Links -------------------------------------- */
a:link { color:#810; }
a:visited { color:#810; }
a:hover { color:#000; }
a img { border-width:0; }

/*MAIN MENU--------------------------*/

.menutxt { margin:0; font-size:90%;	text-align:center; color:#fff; letter-spacing:2px; font-weight:bolder; line-height:30px; }
.menu a:link { color:#FFFFFF; text-decoration:none; }
.menu a:visited { color:#FFFFFF; text-decoration:none; }
.menu a:hover {	color:#FFFFFF; text-decoration:underline overline; }

/*MAIN TITLES-----------------------------------*/

.title_lrg { margin:0; font-size:70%; color:#fff; letter-spacing:2px; }
.title a:link {	color:#FFFFFF; text-decoration:underline; }
.title a:visited { color:#FFFFFF; text-decoration:none; }
.title a:hover { color:#999999;	text-decoration:underline; }
 

/*SUB MENU-----------------------------------*/

.sub_menu {	margin:0; font-size:80%; color:#810; letter-spacing:2px; text-align:left; margin:10px 20px 20px; line-height:20px; }
.sm_l a:link { color:#810; text-decoration:none; }
.sm_l a:visited { color:#810; text-decoration:none; }
.sm_l a:hover {	color:#810;	text-decoration:underline; }


/*download MENU-----------------------------------*/

.dw_menu { margin:0; font-size:60%;	color:#666666; letter-spacing:2px; text-align:left;	margin:10px 20px 20px; line-height:20px; }
.dw_l a:link { color:#666666; text-decoration:none; }
.dw_l a:visited { color:#666666; text-decoration:none; }
.dw_l a:hover { color:#000000; text-decoration:underline; }

/*random ----------------*/

.headertxt { font-size:105%; color:#810; text-align:left; line-height:28px;	margin-left:280px; } /*  try using sub menu font tag*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




