﻿body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#000000;
}

.line1
{
	height:5px; 
	overflow:hidden;
}

.ul_menu
{
	font-weight:normal;
}
.ul_menu ul
{
	display:inline;
}
.ul_menu ul li
{
	display:inline;
	list-style:none;
	padding:5px;
}

.ul_directions
{
	margin-left:10px;
	margin-right:10px;
}

.ul_directions ul
{
	margin-top:0px;
	margin-bottom:5px;
}

.ul_directions ul li
{
	list-style-type:decimal;  
}

#I64Update
{
	float: right;
	margin-right: 3%;
	border: solid 1px #ffcc66;
	background-color: #ff8c00;
	color: White;
	font-weight: bold;
	padding: 5px;
	width: 400px;
}

#I64Update a
{
	text-decoration:underline;
	color:White;
}
#I64Update a:hover
{
	color:Red;
	cursor:pointer;
}
#I64Update a:visited
{
	color:White;
	text-decoration:underline;
}
#I64Update a:active
{
	color:White;
}

/* Link menu start */
.ul_menu a
{
	text-decoration:underline;
	color:#666666;
	font-weight:bold;
}
.ul_menu a:hover
{
	color:Black;
	font-weight:bold;
	cursor:pointer;
}
.ul_menu a:visited
{
	text-decoration:underline;
}
.ul_menu a:active
{
	color:#999999;
}

/* Link menu ends */