/* CSS Document */
body.background {
	background-image:url(../images/bg_content.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
td.header_menu {
	background-image: url(../images/bg_sub.jpg);
	height:29px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}

td.menu {
	color: #00497E;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	border-top:1px #ffffff solid;
	border-bottom:1px #B3CCEA solid;
	padding:2px;
}

td.sub_menu {
	color: #002D4D;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	border-top: 1px #ffffff solid;
	border-bottom:1px #B3CCEA solid;
	border-right: 8px #bed5ef solid;
	padding:3px;
	padding-right:12px;
}

td.title {
	color: #a0a0a0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding:4px;
}

td.title_small {
	color: #a0a0a0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding:2px;
}

td.title_dark {
	color: #7f7f7f;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding:4px;
}

td.content {
	color: #4f4f4f;
	font-family: Tahoma;
	font-size: 12px;
	padding-left:6px;
	padding-right:6px;
}

td.news {
	color: #80807d;
	FONT: 13px Tahoma; COLOR: #505050; TEXT-ALIGN: justify;
	float:right;
	padding:1px;
}

td.blue_title {
	color: #085589;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
	height: 29px;
	background-image: url(../images/bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

td.footer {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top:5px;
}
td.blank {
	color: #a6a6a6;
	font-family: "Times New Roman", Times, serif;
}

td.menu_top {
	color: #ffffff;
	background-color: #95af01;
	border-bottom: 1px #a3c001 solid;
	height:24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding-top:5px;
}

div.left_item {
	color: #727272;
	border-bottom: 1px #D7D7D7 solid;
	font-family: Arial;
	font-weight:bold;
	vertical-align: middle;
	cursor:pointer;
	font-size: 13px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}

/* Edit button hover */
a:link.title,a:visited.title,a:active.title,a:hover.title{
        COLOR: #3B4852; TEXT-DECORATION: none;
		font-size: 14px;
		font-family: arial;
		font-weight: bold;		
}

a:link.white,a:visited.white,a:active.white,a:hover.white{
        COLOR: #ffffff; TEXT-DECORATION: underline;
		font-size: 14px;
		font-family: arial;
		font-weight: bold;		
}

a:link.bread,a:visited.bread,a:active.bread,a:hover.bread{
        COLOR: #0e65a0; TEXT-DECORATION: underline;
		font-size: 11pt;
		font-family: arial;
		font-weight: bold;		
}

a:link.white_small,a:visited.white_small,a:active.white_small,a:hover.white_small{
        COLOR: #ffffff; TEXT-DECORATION: none;
		font-size: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;		
}

a:link.page,a:visited.page,a:active.page,a:hover.page{
        COLOR: #3568a9; TEXT-DECORATION: none;
		font-size: 9pt;
		font-family: arial;
		font-weight: bold;		
}


/* Edit button hover */
a:link.menu,a:visited.menu,a:active.menu {
        COLOR: #3B4852; TEXT-DECORATION: none;
		font-size: 9pt;
		font-family: arial;
		font-weight: bold;		
}
a:hover.menu{
		COLOR: #627686; TEXT-DECORATION: none;
		font-size: 9pt;
		font-family: arial;
		font-weight: bold;		
}	

/* Dropdown start */


div.drop
{
  cursor: pointer;
  display: block;
  border-bottom: none;
  text-decoration: none;
  border-bottom: 1px #252525 solid;
  border-top: 1px #3D3E3E solid;
  background-color: #303030;
  vertical-align: middle;
  padding-left:3px;
  padding-right:3px;
  height: 24px;
  color:#FFFFFF;
  font-weight: 200;
}




/* Powered by */
div.powered {
	cursor: pointer;
	width: 120px;
	color: #999999;
	font-size: 12px;
	padding:5px;
}