.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
a:hover {
		color:#F6330E;
		}
a{
	color:Blue;
	text-decoration:none;
}

li
{
	font-size:11px;
}

p
{
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div{
	overflow:auto;
		
}

.box
{
	border-top-style:outset;
	border-left-style:outset;
	border-right-style:outset;
	border-bottom-style: outset;
	border-left-style:outset;
	border-right-style:outset;
	border-color: "Gray";
	border-width:thin;
	width:200px;
	
}

.process {
	height:160px;
	border-bottom-style: outset;
	border-left-style:outset;
	border-right-style:outset;
	border-color: "#014e82";
	border-width:thin
}

.topheader
{
	border-top-style:outset;
	border-left-style:outset;
	border-right-style:outset;
	border-color: "#014e82";
	border-width:thin
}

.instance
{
	height:210px;
	border-bottom-style: outset;
	border-left-style:outset;
	border-right-style:outset;
	border-color: "#014e82";
	border-width:thin
}
#navlist
{
padding: 1px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display:inline;
}

#navlist li a
{
padding: 1px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #227;
text-decoration: none;
}

#navlist li a:link { color: #FF8E00; }
#navlist li a:visited { color: #FF622D; }

#navlist li a:hover
{
color: #1A2A3F;
background: #FF8E00;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}
