/* CSS Document */
/***************************global************************/
*{
	font-size:12px;	/*	master font style, 1em = 12px	*/
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	magin:0;
	padding:0;
}

/***************************table properties**************/
table.tblSplash{
	text-align:left;
	border:solid 1em #9a9898;
}
table.tblSplash td.logo{
	padding-bottom:0.4em;
}
table.tblSplash td.pcg, table.tblSplash td.bbs, table.tblSplash td.brg{
	padding:0.5em 0;
}
table.tblSplash td.pcg a:hover, table.tblSplash td.bbs a:hover, table.tblSplash td.brg a:hover{
	text-decoration:underline;
}
table.tblSplash td.pcg a, table.tblSplash td.bbs a, table.tblSplash td.brg a{
	font-size:1.58em;	/*	19px;	*/
	font-style:normal;
	text-decoration:none;
}
table.tblSplash td.pcg, table.tblSplash td.pcg a{
	color:#A05966;
	background:#65102d;
}
table.tblSplash td.bbs, table.tblSplash td.bbs a{
	color:#42809D;
	background:#004A68;
}
table.tblSplash td.brg, table.tblSplash td.brg a{
	color:#A6A3A4;
	background:#6F6C6B;
}
table.tblSplash td.yourCovered{
	padding-top:1em;
	padding-right:3em;
}
table.tblSplash td.yourCovered div.header{
	font-size:2em;
	padding-bottom:0.25em;
}
table.tblSplash td.yourCovered p{
	line-height:2em;
	margin:2em 0;
}
table.tblSplash td.yourCovered p.first{
	margin-top:0;
}
table.tblSplash td.yourCovered p, table.tblSplash td.yourCovered div.address, table.tblSplash td.yourCovered div.address td.phone {
	font-size:0.9em;	/*	11px	*/	
}
table.tblSplash td.yourCovered div.contactus{
	font-weight:bold;
}
table.phone td.text{
	padding-left:0.5em;
}
table.tblSplash td a{
	color:#004A68;
	font-style:italic;
}
table.tblSplash td.content p{
	margin:1.75em 1em;
}
table.tblSplash td.footer{
	padding-top:3.75em;
	padding-bottom:1.2em;
}
table.tblSplash td.footer, table.phone td.text {
	font-size:0.75em;
}