a:link, a:visited, a:hover, a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #006699;
}

body, p, td, th, li 
{
	scrollbar-3dlight-color:#f4f4F4;
	scrollbar-arrow-color:#555555;
	scrollbar-base-color:#555555;
	scrollbar-darkshadow-color:#555555;
	scrollbar-face-color:#dedddd;
	scrollbar-highlight-color:#f4f4F4;
	scrollbar-shadow-color:#f4f4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}



h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004F6D;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004F6D;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004F6D;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

input
{
 	text-decoration: none;
 	color: #3C639A;
 	background: #FFFFFF;
 	border-top: 1px solid #000000;
 	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
 	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : normal;
 	padding-left : 0px;
}

form
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* ----- menu styles ----- */
.menu
{
	border: 2px solid #D3D3D3;
	width: 766px;
	background-color: white;
}

.menurow
{
	text-align: left;
}

.rootitem
{
	text-align: left;
	background-color: #7A7A7A;
	border-right: 1px solid #A6A6A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 28px;
	color: #888888;
	text-decoration: none;
}
.menuitem
{
	/* for horizontal menu only */
	line-height: 14px;
	float: left;
	display: block;
	/* ---------------------- */
	
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding-left: 0px;
	width: 100%;
	text-decoration: none;
}
.submenu
{
	/* for horizontal menu only */
	line-height: 14px;
	width: 152px;
	border: solid 1px #000000;
	display: none;
	position: absolute;
	/* ---------------------- */
	
	margin: 0px;
	padding: 0px;
	/*text-indent: 8px;*/
	background-color: #FFFFFF;
	text-decoration: none;
}
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active
{
	line-height: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	height: 100%;
	padding: 4px 4px 4px 12px;
	font-weight: normal;
	font-size:11px;
	text-decoration: none;
}
a.menulink:hover
{
	/*line-height: 14px;
	color: #ffffff;
	background-color: #3C639A;*/
	color: #FFFFFF;
	background: #005886;
}

a.activemenulink, a.activemenulink:link, a.activemenulink:visited, a.activemenulink:active
{
	font-weight: bold;
	line-height: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	height: 100%;
	padding: 4px;
	text-decoration: none;
	font-size:11px;
}
a.activemenulink:hover
{
	font-weight: bold;
	/*color: #ffffff;
	background-color: #3C639A;*/
	text-decoration: underline;
}

a.rootmenulink, a.rootmenulink:link, a.rootmenulink:visited, a.rootmenulink:active
{
	/* for horizontal menu only */
	line-height: 14px;
	/* ---------------------- */
	
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left:6px;
	padding-right:6px;
	text-align: center;
	text-decoration: none;
}

a.rootmenulink:hover
{
	text-align: center;
	width: 100%;
	line-height: 14px;
	color: #ffffff;
	background-color: #404040;
}

a.activerootmenulink, a.activerootmenulink:link, a.activerootmenulink:visited, a.activerootmenulink:active
{
	/* for horizontal menu only */
	display: block;
	/* ---------------------- */
	
	text-align: left;
	background-color: #0951A1;
	width: 100%;
	line-height: 14px;
	color: #ffffff;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:6px;
	padding-right:6px;
	border-top: 1px solid #ffffff;
	font-weight: bold;
}

a.activerootmenulink:hover
{
	text-align: left;
	width: 100%;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	/*background-color: #3C639A;
	text-decoration: underline;*/
	border-top: 1px solid #ffffff;
}

.TextMenu
{
	text-align: center;
	color: Red;
}
.TextMenu:visited
{
	color: Red;
}
.TextMenu:hover
{
	color: Blue;
}
.TextMenu:link
{
	color: Purple;
}

.admlink
{
	margin-left: 24px;
}
.admlink a
{
	margin-left: 6px;
	margin-right: 6px;
}
.admtoolbox tr td
{
	height: 60px;
	background-repeat: no-repeat;
	background-position-x: 3px; 
	background-position-y: 3px;
	padding-left: 42px;
}
