﻿*			{ margin:		0px;
			  padding:		0px; }

html,body		{ color:		#333;
			  background-color:	#FFF;

			  font-family: 		'Tahoma', sans-serif;
			  font-weight: 		normal;
			  font-size: 		100%;
			  text-align:		center; }

a			{ color: 		#333; 
			  background-color:	inherit;
			  text-decoration: 	none; }

a:visited		{ color: 		#000;
			  background-color:	inherit;
			  text-decoration: 	none; }

a:hover, a:active	{ color: 		#000;
			  background-color:	inherit;
			  text-decoration: 	underline; }

img			{ padding: 		0px;
			  border: 		0px;
			  margin:		5px; }

hr			{ color:		#000;
			  background-color:	inherit;
			  height:		1px; }

h1			{ color: 		#000;
			  background-color:	inherit;
			  font-family: 		'Verdana', sans-serif;
			  padding:		0px;
			  border-bottom:	1px solid #000;
			  margin:		0px; }

h2,h3,h4,h5,h6		{ color: 		#000;
			  font-size: 		1em;
			  padding: 		5px 0px 5px 0px;
			  border-top: 		1px solid #000;
			  margin:		0px; }

p			{ padding: 		5px 0px 5px 0px;
			  border-bottom:	1px solid #000;
			  margin: 		0px; }

ul			{ padding: 		0px 0px 0px 0px; }

li			{ list-style-type:	none;}


#container	 	{ text-align:		left;
			  margin:		0px auto 10px auto;
			  width:		600px; }
/* 20081212 */