body {
	background: url(images/bg_01.gif) 0px 0px;
	margin: 0px;
	padding: 0px;
}
.txt_med {
	color: #666666;
	font: 12px Arial, Helvetica, sans-serif;
}
.txt_med a {
	color: #666666;
    text-decoration: none;
}
.txt_med a:hover {
	color: #666666;
    text-decoration: underline;
}
.txt_sm_grey {
	color: #666666;
	font: 11px Arial, Helvetica, sans-serif;
}
.txt_sm_grey a {
	color: #666666;
    text-decoration: none;
}
.txt_sm_grey a:hover {
	color: #666666;
    text-decoration: underline;
}
.txt_sm_white {
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
}
.txt_sm_white a {
	color: #FFFFFF;
    text-decoration: none;
}
.txt_sm_white a:hover {
	color: #FFFFFF;
    text-decoration: underline;
}
.sub_heading_med_blue {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000066;
	text-transform: uppercase;
}
