BODY
{
    COLOR: black;
    background-image:url(background.png);
    FONT-FAMILY: Arial, Verdana, 'MS Sans Serif';
    FONT-SIZE: 11pt;
    margin: 6px 0px 6px 0px;
}
H1 { FONT-SIZE: 12pt; text-align: left; }
A:link		{font-size: 11pt; color: #993300; text-decoration: underline; font-weight: normal; }
A:visited	{font-size: 11pt; color: #993300; text-decoration: underline; font-weight: normal; }
A:hover		{font-size: 11pt; color: #cc3300; text-decoration: underline; font-weight: normal; }
A.noline:link			{font-size: 9pt; color: #993300; text-decoration: none; font-weight: normal; }
A.noline:visited	{font-size: 9pt; color: #993300; text-decoration: none; font-weight: normal; }
A.noline:hover		{font-size: 9pt; color: #cc3300; text-decoration: none; font-weight: normal; }
A.green:link		{font-size: 9pt; color: #749841; text-decoration: underline; font-weight: normal; }
A.green:visited	{font-size: 9pt; color: #749841; text-decoration: underline; font-weight: normal; }
A.green:hover		{font-size: 9pt; color: #cc3300; text-decoration: underline; font-weight: normal; }
.topmenu		{font-size: 11pt; color: #ffffff; font-weight: bold; text-decoration: none; }
A.topmenu:link		{font-size: 11pt; color: #ffffff; font-weight: bold; text-decoration: none; padding-top:2px; }
A.topmenu:visited	{font-size: 11pt; color: #ffffff; font-weight: bold; text-decoration: none; padding-top:2px; }
A.topmenu:hover		{font-size: 11pt; color: #be4727; font-weight: bold; text-decoration: none; padding-top:2px; }
.nochange						{font-size: 10pt; color: #ffffff; font-weight: bold; }
A.nochange:link			{font-size: 10pt; color: #ffffff; font-weight: bold; text-decoration: none; }
A.nochange:visited	{font-size: 10pt; color: #ffffff; font-weight: bold; text-decoration: none; }
A.nochange:hover		{font-size: 10pt; color: #ffffff; font-weight: bold; text-decoration: none; }
.bottommenu						{font-size: 9pt; color: #ffffff; font-weight: bold; }
A.bottommenu:link			{font-size: 9pt; color: #ffffff; font-weight: bold; text-decoration: none; }
A.bottommenu:visited	{font-size: 9pt; color: #ffffff; font-weight: bold; text-decoration: none; }
A.bottommenu:hover		{font-size: 9pt; color: #be4727; font-weight: bold; text-decoration: none; }
HR { color: #CCCCCC; }
P { TEXT-ALIGN: justify; }
TH {FONT-FAMILY: Tahoma; COLOR:#4757a4; FONT-SIZE: 10pt; FONT-WEIGHT: bold; }
TD { FONT-SIZE: 11pt; }
.Title {FONT-SIZE: 10pt; COLOR: #555555; FONT-WEIGHT: bold; }
.EightPt {FONT-SIZE: 8pt; COLOR: black; FONT-WEIGHT: normal; }
.NinePt {FONT-SIZE: 9pt; COLOR: black; FONT-WEIGHT: normal; }
A.Gray:link			{ COLOR: #999998; FONT-WEIGHT: bold; FONT-SIZE: 7pt; TEXT-DECORATION: none; }
A.Gray:visited	{ COLOR: #999998; FONT-WEIGHT: bold; FONT-SIZE: 7pt; TEXT-DECORATION: none; }
A.Gray:hover		{ COLOR: #999998; FONT-WEIGHT: bold; FONT-SIZE: 7pt; TEXT-DECORATION: none; }
.LinkLook		{font-size: 10pt; color: #4757a4; text-decoration: underline; font-weight: normal; }

/* for ajax controls */
.adjustedZIndex { z-index: 1; }
.popupControl{
 background-color:White;
 position:absolute;
 visibility:hidden;
}
.CalendarPopup .ajax__calendar_container { 
		border: 1px solid #101499; 
		color: #101499;
		background-color: #ffffff; 
    font-weight: normal;
}
.CalendarPopup .ajax__calendar_day,
.CalendarPopup .ajax__calendar_year {
    color: #101499;
    font-weight: bold;
}
.CalendarPopup .ajax__calendar_other .ajax__calendar_day,
.CalendarPopup .ajax__calendar_other .ajax__calendar_year {
    color: #777777;
    font-weight: normal;
}
.CalendarPopup .ajax__calendar_hover .ajax__calendar_day,
.CalendarPopup .ajax__calendar_hover .ajax__calendar_month,
.CalendarPopup .ajax__calendar_hover .ajax__calendar_year,
.CalendarPopup .ajax__calendar_hover .ajax__calendar_today {
		color: #ffffff;
		background-color: #101499; 
    font-weight: bold;
}
.CalendarPopup .ajax__calendar_active .ajax__calendar_day,
.CalendarPopup .ajax__calendar_active .ajax__calendar_month,
.CalendarPopup .ajax__calendar_active .ajax__calendar_year {
    color: #101499;
    font-weight: bold;
}
