.link_01 a:link {
	font-family: Arial;
	font-size: 11px;
	color: #CC99CC;
	text-decoration: underline;

}
.link_01 a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;

}
.link_01 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCCCC;
	text-decoration: underline;

}
.link_01 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCCCC;
	text-decoration: underline;

}
.text_01 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #454a63;
	z-index: auto;
	cursor: auto;

}
.text_02 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	z-index: auto;
	cursor: auto;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bkgd_site.gif);
	background-repeat: repeat-x;
	background-position: center center;
   }
#wrapper {
      margin: 0 auto;
	  text-align: left;
      vertical-align: middle;
      width: 400px;
   }

