/* 
================================
 Container Styles for DotNetNuke
================================

/*-------------------------------------------------------------------------------*/

.title1{
	font-size:14px;
	font-weight: bold;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
}

.title2{
	font-size:14px;
	font-weight: bold;
	color:#FFF007;
	font-family: Tahoma, Geneva, sans-serif;
	}

.title3{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	}
.title4{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	font-style:italic;
	font-family: Tahoma, Geneva, sans-serif;
	}
.title5{
	font-size:14px;
	font-weight:bold;
	color:#0B3587;
	font-family: Tahoma, Geneva, sans-serif;
	}
.title6{
	font-size:14px;
	font-weight:bold;
	color:#000;
	font-family: Tahoma, Geneva, sans-serif;
	}
	
td.c_module
td.c_module a,
td.c_module a:link,
td.c_module a:visited,
td.c_module a:active{ color:#000; text-decoration:underline;}
td.c_module a:hover{ color:#000;}
td.c_module .Normal,
td.c_module .normal{ color:#000;}

td.c1_links
td.c1_links a,
td.c1_links a:link,
td.c1_links a:visited,
td.c1_links a:active{ color:#759F17; text-decoration:underline;}
td.c1_links a:hover{ color:#BC620C;}
td.c1_links .Normal,
td.c1_links .normal{ color:#506f0b;}

.c1-t-line{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F5F5F;
	border-right-color: #252525;
	border-bottom-color: #181818;
	border-left-color: #4C4C4C;
}
.c1-c-line{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #383838;
	border-bottom-color: #262626;
	border-left-color: #676767;
}


