﻿td {
	vertical-align:top;
	text-align:justify;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}
form
{
	margin:0px;
}
a {

	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
input
{
	border-width:1px;
	border-style:solid; 
	border-color:#7F7F7F;
	background-color:#D6D6D6;
	font-family:Tahoma;
	font-size:11px;
}
li {
	font-family: Tahoma;
	font-size:x-small;
	margin-bottom:0px;
	margin-top:0px;
}
ol {
	margin-bottom:0px;
	margin-top:0px;
}
ul {
	margin-bottom:0px;
	margin-top:0px;
}
h1 {
	font-family: Tahoma;
	font-size:small;
	margin-bottom:5px;
	margin-top:12px;
}
h2 {
	font-family: Tahoma;
	font-size: x-small;
	margin-bottom:2px;
	margin-top:8px;
}
h3 {
	font-family: Tahoma;
	font-size:xx-small;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:8px;
}
.pic1 {
	border-style: solid;
	border-width: 1px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
/* ============================================ */
/* Menu(s) Style */
/* ============================================ */

.RootMenuStyle
{
	font-family: Tahoma;
	font-size: 11px;
	color:# ;
}

.RootMenuItemStyle
{
	border-width:0px;
	
	padding: 3px 3px 3px 3px;
	color: #FFFFFF;
}

.RootMenuSelectedItemStyle
{
	border-width:1px;
	border-bottom-color:#666666;
}

.RootMenuHoverStyle
{
	background-color: #999999;
	border-bottom-width:2px;
	border-bottom-color:#dddddd;
}

.ChildMenuStyle
{
	border: #777777 1px solid;
}

.ChildMenuItemStyle
{
	padding: 3px 3px 3px 3px;
	background-color: #dddddd;
	color: #666666;

}

.ChildMenuSelectedItemStyle
{
}

.ChildMenuHoverStyle
{
	background-color: #cccccc;
	color: #111111;
}


