/* 
================================
 Container Styles for DotNetNuke
================================
/* MAROON Container */

.Maroon_TextHeader_transparent {
	width: 150px;
	
	font-family:Arial, Helvetica, sans-serif;
	color: Green;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.Maroon1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: Green;
}

/* This is the content that is displayed inside the module */
.LinkFormat {
	background-color: #FDECDF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: Black;
}
a.LinkFormat:link    {
    text-decoration: none; 
    font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: Black;
}
a.LinkFormat:visited    {
    text-decoration: none; 
    font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: Black;
} 
a.LinkFormat:active    {
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: Black;
}
a.LinkFormat:hover{
    text-decoration: underline;
    font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: Black;
}
.LinkModuleTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#AA0F48;
}
/* End of Content Text */


/* End of MAROON Container */


/* ORANGE Container */
 
.Orange_TextHeader_transparent {
	width: 100%;
	background-color: Transparent;
	font-family:Arial, Helvetica, sans-serif;
	color:Red;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.Orange1 {
	
}

/* This is the content that is displayed inside the module */
.Orange2 {
	background-color: #FFFFFF;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: Black;
	text-align:justify;
}

a.Orange2:link    {
    text-decoration: none; 
}
a.Orange2:visited    {
    text-decoration: none; 
} 
a.Orange2:active    {
    text-decoration: none;
}
a.Orange2:hover{
    text-decoration: underline;
}
.ModuleTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#DE8C2D;
}
/* End of Content Text */


/* End of Orange Container */








/*

a:link    {
    text-decoration: underline; 
    color: Red;
}
a:visited    {
    text-decoration: underline; 
} 
a:active    {
    text-decoration: underline;
}
a:hover{
    text-decoration: underline;
}
p{
	font-size: 1.25em;
	margin: 10px;
	color: black;}

*/