/* CSS Document */
body {
	margin: 0px;
	background-image:url("images/patern.png");
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.td-line {
 	background-image:url('images/linedown.jpg');
}

.txttitle {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	color: #104171;
}

.txttitlebold {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	color: #104171;
	font-weight:bold;
}

.txttitlebold2 {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}

.txtp {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.link a {
	color:#666666;
	text-decoration:none;
}
.link a:hover {
	color:#0033ff;
	text-decoration:none;
}
.link a:visited {
	color:#666666;
	text-decoration:none;
}

a {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0033ff;
	text-decoration: none;
}

.link2 b {
	color:#666666;
	text-decoration:none;
}
.link2 b:hover {
	color:#0033ff;
	text-decoration:none;
}
.link2 b:visited {
	color:#666666;
	text-decoration:none;
}

b {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	text-decoration: none;
}

b:hover {
	text-decoration: none;
	color: #0033ff;
	text-decoration: none;
}

.td-content {
	background-image:url('images/shadow.jpg');
}


