/*@charset "UTF-8";
body {
	background-image: url(../images/bg_raster.jpg);
}

#all {
	position: absolute;
	width: 222px;
	height: 300px;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left:-111px;
}

.fontstyles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	width: 194px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.tabletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006600;
}

.tablefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #00CC00;
}

/***************************************************/
/* TSM 8 - Style Sheet                             */
/***************************************************/


body {
	margin : 0px;
	padding : 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000000;
	background-color: #E1007C;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	}
	
img {
	border: none;
	}

/*a, a:link, a:visited, a:hover {
	text-decoration: none;
	}
	
a:link {
	color: #0000FF;
}

a:visited {
	color: #660033;
}

a:hover {
	color: #FF0000;
}

h1 {
	font-size: 14px;
	}
	
h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.1em;
	}
	
p {
	font-size: 0.9em;
	}
	

td {
	vertical-align: top;
	font-size: 0.9em;
	}
	
ul {
	list-style-type: none;
}
	
	
li {
	font-size: 0.9em;
	}	*/

