html{
	margin:0px;	padding:0px;
}
body {
	margin:0px;	padding:0px;
	text-align:center;
	background-color:#DDD;
}
body,.text,table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
/*	defaults	*/

table {
	border-collapse: collapse;
}
td {
	vertical-align:top;
}

hr {color:#F90;height:1px;}
img {margin:0px;padding:0px;vertical-align: bottom;}
a img {border:0px;}
p {margin:0px 0px 6px 0px}

#pageCon{
	width:460px;
	/*height:650px;*/
	height:650px;
	min-height:400px;
	border:1px solid #666;
	margin:auto;
	margin-top:3%;
	background-color:#FFF;
	text-align:left;
}

#headCon{
	margin:0;
}

#titleCon{
	height:40px;
	border-bottom:2px solid gray;
}
#titleDiv{
	padding:20px 0 0 20px;
	font-size:24px;
	color:gray;
	font-weight:bold;
}

#logoCon{
	width:270px;
	height:70px;
	margin:0px;
	float:right;
}

#contentCon{
	height:420px;
	margin:30px 0 0 0;
	padding:20px;
}

#footCon{
	height:40px;
	border-top:2px solid gray;
}
#footDiv{
	text-align:center;
	padding:10px 0 0 20px;
	font-size:11px;
	color:gray;
	
}


