/* CSS Document */


/* ============== main elements ============== */

h1 {

font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
padding: 0 0 0 15px;

}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0 10px 10px 10px;


}



/* ============== classes ============== */
.tdbody {
	background-color: #fff7dc;
	height: 501px;
	width: 479px;

}

.tdbody2 {
	background-color: #fff7dc;

}

.tdbodytxt {
	background-color: #FEF7DB;
	width: 490px;
	text-align: left;
	

}

.tdflashlink {
	background-color: #fff7dc;
	
	text-align: center;
	

}

.tdnav {
	background-image: url(images/menubg01.jpg);
	background-color: #fff7dc;
	background-repeat: no-repeat;
	height: 550px;
	width: 300px;
	vertical-align: top;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 30px 0 0 0;
	
}

.linav {

  list-style-type: none;
  list-style-image: none;
  margin:0px auto;

}

.headerdiv {

text-align: left;

}

.h1mainnav {

font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;


}

a.mainnav:link{ 

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: black;
	text-decoration: none;
        
}

a.mainnav:visited { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-color: black;
	text-decoration: none;
   
}

a.mainnav:hover {  

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-color: #333333;
	text-decoration: none;

}

a.flash:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: black;
	text-decoration: underline;
	font-weight: bold;        
}

a.flash:visited { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-color: black;
	text-decoration: none;
	font-weight: bold;
   
}

a.flash:hover {  

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-color: #333333;
	text-decoration: none;
	font-weight: bold;

}

a.bodytxt:link{ 

	
	color: black;
	text-decoration: underline;
        
}

a.bodytxt:visited { 
	
	font-color: #000000;
	text-decoration: none;
   
}

a.bodytxt:hover {  

	
	font-color: #333333;
	text-decoration: none;

}