td.head_left {
	background-image: url(../images/layout/header_filler_left.jpg);
	background-repeat: repeat-y;
	height: 100px;
	width: 400px;
}
td.head_right {
	background-image: url(../images/layout/header_filler_right.jpg);
	background-repeat: repeat-y;
	height: 100px;
	width: 400px;
}
td.nav {
	background-image: url(../images/layout/nav_filler.jpg);
	background-repeat: repeat-y;
	width: 210px;
	text-align: center;
	vertical-align: top;
}
td.content_body {
	background-image: url(../images/layout/body_filler.jpg);
	background-repeat: repeat-y;
	width: 590px;
	vertical-align: top;
}
div.content {
	text-align: left;
	padding: 5px 25px 25px;
}

div.title{
	width: 530px;
	height: 28px;
	padding-bottom: 10px;
}
table.samples {
	text-align: center;
	padding: 0px 0px 25px;
}
.small_txt {
	font-size: x-small;
}
b {
	color: #000066;
}
td.footer {
	background-image: url(../images/layout/body_filler.jpg);
	background-repeat: repeat-y;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

td.footer a{
	color: #000066;
	text-decoration: none;
}

td.footer a:hover{
	text-decoration: underline;
}

table.examples a{
	color: #000099;
	text-decoration: none;
}

table.examples a:hover{
	text-decoration: underline;
}