/* 
================================
 Container Styles for DotNetNuke
================================
*/   

#Container {
	background: #FFF8ED;
	font: Verdana, sans-serif;
	width:100%;
}

.ContainerContentPane {
	color: #370200;
	font: Verdana, sans-serif;
	font-size: 9pt;
}
.StoreContainerContentPane {
	color: #370200;
	font: Verdana, sans-serif;
	font-size: 9pt;
}
.RfagContainerTitle {
	color: #66824a; 
	font: Verdana, sans-serif;
	font-size: 12pt;
}
p br td{
	font-size: 9pt;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, sans-serif;
}
h1 {
	font-size: 12pt;
	color: #66824A;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #370200;
}
h3 {
	font-size: 24pt;
}
h4 {
	font-size: 20pt;
}
h5 {
	font-size: 16pt;
}

a:active {
	color: #370200;
	text-decoration: underline;
}

a:hover {
	color: #BF311A;
	text-decoration: underline;
}

a:link {
	color: #370200;
	text-decoration: underline;
}

a:visited {
	color: #66824A;
	text-decoration: underline;
}

.calendarTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: #FFF8ED;
	background-color: #66824A;
}

.calendarTitle,
.calendarTitle td
{
	font-weight: bold;
	font-size: 9pt;
	color: #FFF8ED;
	background-color: #66824A;
}

.calendarNextPrev, .calendarNextPrev a:link
{
	color: #FFF8ED;
	font-size: 8pt;
	padding: 0px .5em;
}

.calendarNextPrev a, .calendarNextPrev a:visited, .calendarNextPrev a:hover
{
	color: #FFF8ED;
	font-size: 8pt;
	padding: 0px .5em;
}

.calendarTodayDay
{
	border-right: #66824A 2px solid;
	border-top: #66824A 2px solid;
	border-left: #66824A 2px solid;
	border-bottom: #66824A 2px solid;
}


.afgrouprow{font-weight: bold;font-size: 12px;color: #FFF8ED;height: 30px;background-color: #66824A;}
.afgrouprow a:link, .afgrouprow a:visited, .afgrouprow a:active{color:#FFF8ED;}

