body
{
	font-size: 12px;
	color: #000000;
	font-family: arial, sans-serif;
	background-color: #DFDACE;
	text-decoration: none;
}

table
{
	font-size: 12px;
	color: #000000;
	font-family: arial, sans-serif;
	text-decoration: none;
}


A:Link, A:Active, A:Visited
{
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
A:hover
{
	color: #4b5b81;
	text-decoration: underline;
}


.Title
{
	font-weight: bold;
	font-size: 16px;
	color: #4f4f4f;
	font-family: arial, sans-serif;
}

.newsTitle
{
	background-position: bottom;
	/*padding-left: 5px;*/
	font-weight: bold;
	font-size: 12px;
	background-image: url(../_Images/_news_title_underline.gif);
	color: #043075;
	background-repeat: repeat-x;
	font-family: arial, sans-serif;
}
.news
{
	padding-left: 2px;
	font-size: 10px;
	color: #666666;
	background-repeat: no-repeat;
}

a.news:Link, a.news:Active, a.news:Visited
{
	padding-right: 18px;
	font-size: 10px;
	color: #666666;
	text-align: right;
}
a.news:Hover
{
	padding-right: 18px;
	font-size: 10px;
	color: #666666;
	text-align: right;
	text-decoration: underline;
}


.text9
{
	font-size: 10px;
	color: #000000;
	font-family: arial, sans-serif;
	text-decoration: none;
}

.textbox
{
	border: #191970 1px solid;
	font-weight: bold;
	font-size: 12px;
	color: #191970;
	font-family: arial, sans-serif;
	background-color: #b0c4de;
}

.textboxalert
{
	border: #696969 1px solid;
	font-weight: bold;
	font-size: 12px;
	color: #696969;
	font-family: arial, sans-serif;
	background-color: #cc0033;
}

.alert
{
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	font-family: arial, sans-serif;
	text-decoration: none;
}

.button
{
	cursor: hand;
	cursor: pointer;
}

.divider
{
	background-image: url(../_images/bg_divider.gif);
	background-repeat: repeat-x;
}


/*##############################*/


/*TOP_MENU*/

.menuLev0 {
	font: bold 11px arial !important;
	color: #E6E4D6 !important;
	line-height: 16px !important;
	padding: 0 4 0 4;
	border-right: #BCB8A1 1px solid;
}
.menuLev0:hover {
	color: #BCB8A1 !important;
	cursor: pointer;
	text-decoration: none;
}

.menuLev1 {
	font: bold 10px arial !important;
	color: #000066 !important;
	line-height: 19px !important;
	padding: 0 4 0 8;
	background: #6699CC;
	border-bottom: solid 1px #000066;
}
.menuLev1:hover {
	color: #EEE! important;
	cursor: pointer;
	text-decoration: none;
	background: #162350;
}

/*##############################*/


/*PANELBAR*/

.pbLev0, .pbLev0:link, .pbLev0:active, .pbLev0:visited{
	font: bold 11px verdana !important;
	color: #FFF !important;
	padding: 4 0 3 20;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}
.pbLev0:hover{
	/*background: #041646;*/
	text-decoration: underline !important;
	border-top: solid 1px #69F;
	border-bottom: solid 1px #69F;
}
.pbLev1, .pbLev1:link, .pbLev1:active, .pbLev1:visited{
	font: 10px verdana !important;
	color: #FFF !important;
	padding: 2 0 2 25;
}
.pbLev1:hover{
	background: #041646;
	text-decoration: underline !important;
}
.pbLev1Underline, .pbLev1Underline:link, .pbLev1Underline:active, .pbLev1Underline:visited{
	font: 10px verdana !important;
	color: #FFF !important;
	padding: 2 0 2 15;
	border-bottom: solid 1px #69F;
}
.pbLev1Underline:hover{
	background: #041646;
	text-decoration: underline !important;
}

/*old panelbar*/
.pbLevel0, .pbLevel0:link, .pbLevel0:active, .pbLevel0:visited{
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: arial;
	height: 22px;
	cursor: pointer;
}
.pbLevel0:hover{
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: arial;
	height: 22px;
	text-decoration: underline;
	cursor: pointer;
}
.pbLevel1, .pbLevel1:link, .pbLevel1:active, .pbLevel1:visited{
	padding-left: 24px;
	font-size: 11px;
	color: #333333;
	font-family: arial;
	height: 18px;
	cursor: pointer;
}
.pbLevel1:hover{
	padding-left: 24px;
	font-size: 11px;
	color: #66CC66; 
	font-family: arial;
	height: 18px;
	text-decoration: underline;
	cursor: pointer;
}

/*##############################*/
