/* ------------------------------------ universal ------------------------------------ */body {	background-color: #D7D7D7;}/* ------------------------------------ bg ------------------------------------ */.header_bg {	background-image: url(images/header_bg.jpg);}.line_blue {	background-image: url(images/blue_bg.gif);	padding: 5px;}.white_bg {	background-color: #FFFFFF;}.illustration_bg {	background-repeat: no-repeat;	background-position: right bottom;}/* ------------------------------------ borders ------------------------------------ */div.template_outer{	border-width: 10px;	border-style: solid;	border-color: #E5E5E5;}div.template_inner{	border-width: 1px;	border-style: solid;	border-color: #D9D9D9;}/* ------------------------------------ txt ------------------------------------ */.txt_main {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666666;}.txt_footer {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #999999;}.txt_blue {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #548FCC;}.txt_large {	font-family: "Times New Roman", Times, serif;	font-size: 18px;	color: #333333;}/* ------------------------------------ links ------------------------------------ */a:link {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #548FCC;	text-decoration: underline;}a:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #F70000;	text-decoration: underline;}