/* 
==========================================
 FrontPage_Welcome Styles for DotNetNuke
==========================================
*/   


/* Container style */
.pagecontent_container { width:100%; }
.pagecontent_body { background-color:#eeeeee; padding:10px;}

.pagecontent_title .head{
	font-family:  Arial, Helvetica, san-serif; 
	font-size:14px;
	font-weight:bold;
	color:#ED1C24;
}
.colorbg{
	 background-color:#eeeeee; 
}

.Normal {
	font-family:  Arial, Helvetica, san-serif; 
	font-size:11px;
	color:#515151;
}

.Normal a{
	text-decoration:underline;
	color:#003a63;
}

.Normal a:hover{
	text-decoration:underline;
	color:#ED1C24;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#ED1C24;	
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#515151;	
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#ED1C24;	
}
h4 {
	font-size:11px;
	font-weight:bold;
	color:#515151;	
}
h5 {
	font-size:11px;
	font-weight:bold;
	color:#ED1C24;	
}

.pagecontent_body th
{
	font-family:arial,helvetica,san-seif; 
	font-size:11px; 
	font-weight:bold;
	color:#515151;
	text-align:left; 
}

.pagecontent_body td{
	font-family:arial,helvetica,san-seif; 
	font-size:11px; 
	color:#515151;
	text-align:left; 
}
