/* CSS Document */



html, body { padding: 0; margin:0; }
body {font-size: 100%;
	font-family: Tahoma,Trebuchet MS, Verdana, Helvetica, Arial, Geneva, sans-serif;

	background-color: white;
	color: #000000;
}
#body1 { }
#wrapper { width:350px; margin:0 auto;text-align:center}
#wrapper p, #wrapper span {font-size: 80%;color: black;margin:0.5em 0; line-height:1.4em;background:none;}


a img {border:0;}

h1 {font-size: 100%;background:none;
	color: black;
	text-transform: capitalize;
	margin:15px 0 25px 0;
	padding:0;
	font-style: normal;text-align:center;
	font-family:Tahoma,Arial, Geneva, Verdana, Helvetica, sans-serif;}

h2 {font-size: 85%;background:none;
	color: black;
	text-transform: capitalize;
	margin:15px 0 10px 0;
	padding:0;
	font-style: normal;text-align:center;
	font-family:Tahoma,Arial, Geneva, Verdana, Helvetica, sans-serif;}

a {color:#C20000;background:none;}
a:hover {color:#C20000; underline:none;}

A:link {color:#C20000; text-decoration: underline}
A:visited {color:#C20000;text-decoration: none}
A:active {color:#C20000;text-decoration: none}
A:hover {color:#C20000; text-decoration: underline;}

.tel {font-size: 120%;}

#footer {text-align:center; font-size:100%; margin-top: 10px;}

.clear {clear:both;}

.marg {margin-top: 15px;}
