/* CSS Document */

.txt_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	}
	
.txt_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 22px;
	}
		
.txt_bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	
.txt_bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}

.txt_bodysm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

		
a:link { color: #666666; text-decoration: none }
a:active { color: #cccccc; text-decoration: none }
a:visited { color: #666666; text-decoration: none }
a:hover { color: #cccccc; text-decoration: none }

.tdback-lgrey { background-color: #cccccc}