/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.moduletitle{
	background-image: url(images/topbgcell.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4C4C82;
}

table.sample {

	border-width: 1px;
	border-style: solid;
	border-color: #444478;
	border-collapse: collapse;

}
table.sample th {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	-moz-border-radius: ;
}

































