BODY
{
	background-color: #5F84C0;
}
A
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #0000FF;
    TEXT-DECORATION: none;
}
A:hover
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #FF6600;
    TEXT-DECORATION: underline;
}

A.MainMenu
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #3333CC;
    TEXT-DECORATION: none
}
A.MainMenu:hover
{
    BACKGROUND: none transparent scroll repeat 0% 0%;
    COLOR: #333366;
    TEXT-DECORATION: none;
}

table.style1 { border-collapse: collapse; font-family: Tahoma; font-size: 8pt }
input.style1 { position: relative; font-family: Tahoma; font-size: 8pt; }

#main
{
    position: relative;
	WIDTH: 780px;
	background-color: #ffffff;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	text-align: left;
	FONT: 8pt verdana;
}
#main .topMenu
{
	position: relative;
    BORDER-RIGHT: #b0bec7 1px solid;
    BORDER-TOP: #b0bec7 1px solid;
    FONT: 8pt verdana;
    BORDER-LEFT: #b0bec7 1px solid;
    BORDER-BOTTOM: #b0bec7 1px solid;
    HEIGHT: 25px;
    BACKGROUND-COLOR: #F2F2F2;
}
#main .footer
{
	position: relative;
    BORDER-RIGHT: #b0bec7 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #b0bec7 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    FONT: 8pt tahoma;
    BORDER-LEFT: #b0bec7 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #b0bec7 1px solid;
    BACKGROUND-COLOR: #e4e4e4;
}
#main .topic_panel_left
{
	position: relative;
    BORDER-RIGHT: #b0bec7 1px solid;
    BORDER-TOP: #b0bec7 1px solid;
    FLOAT: left;
    BORDER-LEFT: #b0bec7 1px solid;
    WIDTH: 248px;
    BORDER-BOTTOM: #b0bec7 1px solid
}
#main .topic_panel_LeftNav
{
	position: relative;
    BORDER-RIGHT: #b0bec7 1px solid;
    BORDER-TOP: #b0bec7 1px solid;
    BORDER-LEFT: #b0bec7 1px solid;
    BORDER-BOTTOM: #b0bec7 1px solid
}
#main .topic_panel_right
{
	position: relative;
    BORDER-RIGHT: #b0bec7 1px solid;
    BORDER-TOP: #b0bec7 1px solid;
    FLOAT: right;
    BORDER-LEFT: #b0bec7 1px solid;
    WIDTH: 248px;
    BORDER-BOTTOM: #b0bec7 1px solid
}
#main .news_panel_right
{
	position: relative;
    BORDER-RIGHT: #b0bec7 1px solid;
    BORDER-TOP: #b0bec7 1px solid;
    FLOAT: right;
    BORDER-LEFT: #b0bec7 1px solid;
    BORDER-BOTTOM: #b0bec7 1px solid
}
#main .topic_header
{
	position: relative;
    PADDING-RIGHT: 9px;
    PADDING-LEFT: 9px;
    BACKGROUND: url(../images/divHead.gif) repeat-x;
    PADDING-BOTTOM: 2px;
    FONT: 10pt Arial;
    COLOR: #330099;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #b0bec7 1px solid
}
#main .topic_body_simple
{
	position: relative;
    PADDING-RIGHT: 9px;
    PADDING-LEFT: 9px;
    PADDING-BOTTOM: 5px;
    FONT: 8pt/1.4em verdana;
    PADDING-TOP: 5px;
	background-color: #F9F9F9;
}
#main .topic_body_LeftNav
{
	position: relative;
    PADDING-RIGHT: 9px;
    PADDING-LEFT: 9px;
    PADDING-BOTTOM: 5px;
    FONT: 8pt/1.4em verdana;
    PADDING-TOP: 5px;
	background-color: #F9F9F9;
}
#main .topic_body_news
{
	position: relative;
    PADDING-RIGHT: 9px;
    PADDING-LEFT: 9px;
    PADDING-BOTTOM: 5px;
    FONT: 8pt/1.4em verdana;
    PADDING-TOP: 5px;
	background-color: #F9F9F9;
}
#main .topic_body_bottomLink
{
	position: relative;
    FONT: 8pt/1.4em verdana;
    COLOR: #534382
}
#main .topic_body_Lined
{
	position: relative;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #b0bec7 1px solid;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 5px;
    FONT: 8pt/1.4em verdana;
    PADDING-TOP: 5px
}
#main .topic_footer
{
	position: relative;
    PADDING-RIGHT: 9px;
    BORDER-TOP: #b0bec7 1px solid;
    PADDING-LEFT: 9px;
    PADDING-BOTTOM: 2px;
    FONT: 8pt/1.4em verdana;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #f1f5f6
}


/*-----------------------------------------------------*/
/* the div that holds the date picker calendar */
.dpDiv {
	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/*-------------------------------------------------------*/
