* {
	margin: 0;
	padding: 0;	
}
html{	
	background: url('../interf/body.gif') repeat #141414;;	
}

body{
	font: 0.9em  Tahoma, Verdana, Sans-Serif, Arial;
	color: #aaa;
}

.clr {
	clear: both;
}

h1, h2 {
	font: normal 1.4em "Trebuchet MS", Helvetica, Arial;
	color: #dfdfdf;
	margin: 25px 0 15px 0;
}
h1{
	font-size: 1.7em;
	margin: 30px 0 30px 0;
}
h3 {
	font-size: 1.20em;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-weight: normal;
	margin: 0 0 20px;
}

a {	
	text-decoration: underline;
	font-weight: bold;
	color: #ddd;	
}

b, strong{
	color: #eee;	
}

strong.Exclamation
{
	color: #d02200;
}

a:hover {
	text-decoration: none;
}