/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: transparent;
	color: black;
}
.containerrow1_blue {
	background-color: transparent;
	color: black;
}
.containerrow2_blue {
	background-color: transparent;
	color: black;
}

.Head {
   font-family: Arial, Helvetica, Tahoma,;
   font-size:  14px;
   font-weight: bold;
   color: #004990;
}

.SubHead {
   font-family: Arial, Helvetica, Tahoma,;
   font-size:  14px;
   font-weight: bold;
   color: #004990;
}

/*   Announcement Link                             */

A:link 
{
    text-decoration:    none;
    font-weight: Normal;
    color:  #C07937;
}

A:visited  
{
    text-decoration:    none;
    font-weight: Normal;
    color:  #C07937;
}

A:active   
{
    text-decoration:    none;
    font-weight: Normal;
    color:  #C07937;
}

A:hover    
{
    text-decoration:    underline;
    font-weight: Normal;
    color:  #FE7C03;
}
