@charset "utf-8";

	body {
		margin:0px;
		background:#77adc2;
		font:bold 10px Arial, Helvetica, sans-serif;
		color:#fff;
	}
	#header {
		width:450px; height:67px;
		background:url(../images/bg_headerCustSupport.jpg) top center no-repeat;
	}
	.title {
		height:20px;
		padding:3px 0 0 16px;
		background:url(../images/bg_header.gif) repeat-x;
	}
		.title h1 {
			margin:0; padding:0;
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#fff;
		}
	a:link, a:active, a:visited {
		color:#a8dff3;
		text-decoration:none;
	}
		a:hover {
			color:#fff;
			text-decoration:none;
		}
	p {
		line-height:16px;
		padding:0 0 0 16px;
	}