#main .cmsArea {
	font-size:14px;
	line-height:1.7em;
}

#main .cmsArea a{
	color: #046eb8;
	text-decoration: underline;
}

#main .cmsArea a:hover{
	text-decoration: none;
}

#main .cmsArea *{
	max-width:950px;
}

#main .cmsArea table {
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #CCC;
}

#main .cmsArea table th,
#main .cmsArea table td {
	padding: 14px 5px;
	text-align: left;
	line-height: 1.45;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

#main .cmsArea table th {
	width: auto !important;
	text-align: center;
}

#main .cmsArea table td {
	width: auto !important;
	padding: 14px;
}

#main .cmsArea table td a {
	color: #046eb8;
	text-decoration: underline;
}

#main .cmsArea table td a:hover {
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 736px) {	
	#main .cmsArea table,
	#main .cmsArea td{
		width:auto !important;
	}
}