@charset "utf-8";
/* CSS Document */

* {
  font-weight: normal;
}

a img { 
    border: 0; 
}

body {
	color: #000;
	background: #ddd;
	font-family: fixedsys,monospace;
	text-align: justify;
}

a {color: #000;}a:hover {color: #555; text-decoration: none; border-bottom: #999 dashed 1px;}

h1,h2 {font-weight: normal;}

/* CLASSES FOR CONTENTHOLDER STUFF */
.contentholder {
	background: #fff url('t_repeat.gif') repeat-y;
}

.contentholder td {
	width: 625px;
	padding-right: 25px;
	padding-left: 10px;
}

.contentholder .footer {
	height: 22px;
	background: url('t_footer.gif');
}