/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {	
	width: 100%;
	background-color: white;	
	font-size: 12px;
	font-Family: Arial, Helvetica, sans-serif;
	text-align:left;
	letter-spacing:1px;
}
.containermaster A {font-size:12px;}
.containermaster p, table, tr, td {font-size:12px;}

h1 { font-size: 17px; color: #447cbf; }
h2 { font-size: 14px; color: #447cbf; }
h3 { font-size: 12px; color: #447cbf; font-weight: bold; font-style:italic}
.containerrow1 {
	background-color: white;
	height:12px;
}
.containerrow2_red {
	background-color: #ffffff;
}

tr.rowEven td {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color: #e2eaf2;
}
tr.rowOdd td {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-color: #f1f6fc;
}

