@IMPORT url("blueprint/reset.css");

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{
	margin: 0pt;
	padding: 0pt;
}

img { border-width: 0px; }
td { vertical-align: top; width: auto; }


a img, :link img, :visited img {
        border: none;
        color: inherit;
        font: inherit;
}

body {
	padding: 0px;
	margin: 5px;
	font: 0.85em "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;
	/* background-color: #F8F8F8; */
}


/*** Layout ***/

#wrapper {
	width: 1024px;
	margin: auto;
}

#main_left {
	width: 534px;
	float: left;
}

#main_right {
	width: 433px;
}

#content {
	height: 365px;
	font-size: 1px;
}

#footer {
	height: 48px;
	background: #897B7D url("images/footer_satisfaction.gif") no-repeat;
	clear: both;
}

#banner_swf {
	
}


#copyrights {
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	clear: both;
}

#copyrights a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

/*** Generic ***/

.clear {
	clear: both;
}

.html
{
	padding: 25px;
	font-size: 12px;
	line-height: 18px;
}

	.html h1
	{
		margin: 10px 0px 25px 0px;
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
		color: #83080a;
	}
	
	.html h2
	{
		margin: 20px 0px 15px 0px;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		color: #f09500;
	}
	
	.html p
	{
		margin: 5px 0px 15px 0px;
	}
	
	.html ul
	{
		margin: 5px 0px 15px 50px;
		font-style: italic;
	}
	
	.html blockquote
	{
		margin: 5px 0px 15px 50px;
		font-style: italic;
	}