@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

/*IE6*/
* html h2 {
	padding-bottom: 40px;
}

* html #flash {
	margin:-50px auto;
}

* html div#Main h2{
	margin-bottom: -30px;
	
}

* html p.text1 {
	margin-top: 0;
	margin-bottom:10px;
}

* html div#Main div.Content{
	text-align:center;
}

/*IE6 end*/


h2{
	padding:10px;
}

.text1 {
	margin:10px;
	font-size:12px;
	line-height:1.2;
}

table {
	margin:0;
}

table td {
	padding:5px;
}

/*======== <a> ========*/

a.deal{ font-weight: none; }


a.deal:link{
	color:#669999;
	text-decoration:none;
}

a.deal:visited{
	color:#669999;
	text-decoration:none;
}

a.deal:hover{
	color:#CCCCCC;
	text-decoration:underline;
}

a.deal:active{
	color:#CCCCCC;
	text-decoration:underline;
}
