﻿body{
	font-size:10pt;
	font-family:suns-serif;
}

div{overflow:hidden;}

.lighter{background-image:url("matel/back_w.png");}
.darker {background-image:url("matel/back_s.png");}
.games  {background-image:url("matel/back_lb.png");}
.tools  {background-image:url("matel/back_or.png");}

.clighter{background-color:rgb(255,255,255);}
.cdarker {background-color:rgb(227,227,227);}
.cgames  {background-color:rgb(221,228,247);}
.ctools  {background-color:rgb(247,234,221);}

.sub{font-size:9pt; background-color:silver;}
.prm{font-size:9pt; background-color:rgb(255,255,255);}

.underline {background-color:rgb(227,227,227);}

.banner{
	width:200px;
	height:40px;
	margin:0px;
	padding:0px;
}

h2{
	font-size:11pt;
	text-align:left;
	margin:30px 0px 5px 0px;
	border-style:none none solid none;
	border-width:0px 0px thin 0px;
	border-color:gray;
}

h3{
	font-size:10pt;
	text-align:left;
	margin:30px 0px 3px 0px;
	border-style:none none solid none;
	border-width:0px 0px thin 0px;
	border-color:silver;
}

h4{
	font-size:10pt;
	text-align:left;
	margin:10px 0px 3px 0px;
	padding:0px;
}


table{
	text-align:center;
	margin:10px 0px;
	border-style:none none none none;
}

td{
	font-size:10pt;
	font-family:suns-serif;
}

img{
	border-style:none;
}

#header{
	width:100%;
	height:40px;
	padding:0px;
	margin:0px;
	border-style:none;
}

#footer{
	width:100%;
	height:40px;
	padding:0px;
	margin:0px;
	border-style:none;
}

#container{
	width:700px;
	padding:0px;
	margin:0px auto;
	background-image:none;
	overflow:visible;
}