BODY{
		COLOR: white;
		FONT-FAMILY: Tahoma, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
		margin-top : 0;
		margin-left : 0;
		margin-right : 0;
		margin-bottom: 0;		
	    background-color: #00A0B0;
		scrollbar-base-color: silver; 
		scrollbar-face-color: white; 
		scrollbar-shadow-color: silver; 
		scrollbar-track-color: white;
		scrollbar-arrow-color: #009D58;
}
A,
A:selected
{
    color: #15d0e3;
	 text-decoration: underline;	
	 border: none;
}

A image
{
    border: none 0px white;
}

A:hover
{
    color: #15d0e3;
    border: none;
	 text-decoration: underline;
}

h1 {
		COLOR: white;
		FONT-FAMILY: Tahoma, Helvetica, sans-serif;
		FONT-SIZE: 14pt;
		font-weight: bold;
		text-align: center;
		}
h2 {
		COLOR: white;
		FONT-FAMILY: Tahoma, Helvetica, sans-serif;
		FONT-SIZE: 14pt;
		font-weight: bold;
		}
h3 {
		COLOR: white;
		FONT-FAMILY: Tahoma, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
		font-weight: bold;
		font-style: italic;
		}
td {
		COLOR: white;
		FONT-FAMILY: Tahoma, Helvetica, sans-serif;
		FONT-SIZE: 10pt;
}
th {
		COLOR: white;
		FONT-FAMILY: Tahoma, Helvetica, sans-serif;
		FONT-SIZE: 12pt;
		font-weight: bold;
}
th a {
		COLOR: white;
}
th A:hover{
		COLOR: #07015a;
}
.dotbox {
	border: thin dashed #07015a;
}
.image{
	border: 1px solid #6a7277;
}
.image2{
	background-color: #0e2a6e;
	border: 2px solid #0090de;
}
}
.news{ border: none; }
.error
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: Red;
	border: 1px solid #CECECE;
	background-color: #ffffe1;
	font-weight: bold;
}
.separator{
 background-image: url(images/separator.gif);
 width: 13px;
 height: 47px;
}
.WebMenu_HiddenImage img
{
    visibility:hidden;
}

.RadMenu_Menu
{	
 font-family: Tahoma;
 font-size: 11px;
 font-weight: bold;
 font-style: italic;
 color: white;
}

.RadMenu_Menu .group 
{
 
 background-image: url(images/menu_bground.gif);

}
.RadMenu_Menu .group .text
{
	cursor:pointer;
}
.RadMenu_Menu .horizontal
{
  padding-top: 15px;
}
.RadMenu_Menu .vertical
{
	border-top:0;
}

.RadMenu_Menu .link:hover
{
	color: white;
	 font-weight: bold;
	cursor:pointer;
	text-decoration: underline;
}
.RadMenu_Menu .link,
.RadMenu_Menu .disabled,
.RadMenu_Menu .disabled:hover
{
	color: white;
	 font-weight: bold;
	text-decoration:none;
	cursor:pointer;
	padding-right: 3px;
	padding-left: 3px;
}

.RadMenu_Menu .first .link,
.RadMenu_Menu .first .link:hover
{
	border-left: 0px solid #6c7074;
}
.RadMenu_Menu .level1 .link,
.RadMenu_Menu .level1 .disabled,
.RadMenu_Menu .level1 .disabled:hover
{
	color: white;
	cursor:pointer;
	line-height: 25px;
	text-align: left;
	font-family: Tahoma;
	background-color: #027E89;
	border: 1px solid #003466;

}
.RadMenu_Menu .level1 .link:hover
{
	color: white;
	cursor:pointer;
	line-height: 25px;
	text-align: left;
	font-family: Tahoma;
	background-color: #00A0B0;
	border: 1px solid #003466;

}
.RadMenu_Menu .text
{
	cursor:pointer;
	padding
}

.RadMenu_Menu .horizontal .link
{
	padding-top: 15px;
}

.RadMenu_Menu .vertical .link
{
	padding-top:0;
	
}
.RadMenu_Menu .vertical .link:hover
{
	border: 1px solid #003466;
}
.RadMenu_Menu .link:hover .expandLeft,
.RadMenu_Menu .link:hover .expandRight
{
	background-image:url(Img/arrowWhite.gif);
}

.RadMenu_Menu .expandLeft,
.RadMenu_Menu .expandRight,
.RadMenu_Menu .disabled:hover .expandLeft,
.RadMenu_Menu .disabled:hover .expandRight
{
	background:transparent url('Img/arrow.gif') right center no-repeat;
}

.RadMenu_Menu_rtl .expandLeft,
.RadMenu_Menu_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_Menu_rtl .group .link:hover .expandLeft,
.RadMenu_Menu_rtl .group .link:hover .expandRight
{
	background: blue;
	margin: 0px;
	
}

.RadMenu_Menu .leftArrow,
.RadMenu_Menu .rightArrow,
.RadMenu_Menu .topArrow,
.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .leftArrowDisabled,
.RadMenu_Menu .rightArrowDisabled,
.RadMenu_Menu .topArrowDisabled,
.RadMenu_Menu .bottomArrowDisabled
{
	background: #666655 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Menu .topArrow,
.RadMenu_Menu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .leftArrow
{
	height:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .rightArrowDisabled
{
	background-image:url('img/right.gif');
}