A:link
{
    FONT-SIZE: 11pt;
    COLOR: #ffffff;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-SIZE: 11pt;
    COLOR: #ffffff;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none
}
A:active
{
    FONT-SIZE: 11pt;
    COLOR: #ffffff;
    FONT-FAMILY: arial;
}
A:hover
{
	text-decoration:underline; 
	font-family: arial; 
	color:#000000
}
A.red:link 
{
	font-size:11pt; 
	font-family: arial; 
	color:#225f72
}
A.red:visited 
{
	font-size:11pt; 
	font-family: arial; 
	color:#225f72
}
A.red:hover 
{
	text-decoration:underline; 
	font-family: arial; 
	color:#3f494c
}
A.term:link 
{
	font-size:8pt; 
	font-family: arial; 
	color:#57544d
}
A.term:visited 
{
	font-size:8pt; 
	font-family: arial; 
	color:#57544d
}
A.term:hover 
{
	text-decoration:underline; 
	font-family: arial; 
	color:#3f494c
}
.navb
{
    background-color: #ffffff;
    font-family: arial;
    color: #000000;
    font-size: 11pt;
}
.headera
{
    font-family: arial;
    color: #648e9c;
    font-size: 16pt;
}
.headerc
{
    font-family: arial;
    color: #648e9c;
    font-size: 10pt;
}
.headerb
{
    font-family: arial;
    color: #648e9c;
    font-size: 11pt;
}
.borderline
{
    border-bottom-style:dashed;
	border-width:1px;
    color: #9f6f60;
}
.text 
{
    font-family: arial;
    color: #716e6e;
    font-size: 10pt;
}
.textb
{
    font-family: arial;
    color: #648e9c;
    font-size: 10pt;
   
   
}
.text2 
{
    font-family: arial;
    color: #7b0606;
    font-size: 10pt;
}
.box
{
    background-color:#e9e6da;
    font-family: arial;
    color: #225f72;
    font-size: 10pt;
}
.box1
{
    background-color:#83aab8;
    font-family: arial;
    color: #ffffff;
    font-size: 11pt;
}
.box3
{
    background-color:#f9f8f5;
    font-family: arial;
    color: #676558;
    font-size: 8pt;
}
.footer
{
    font-family: arial;
    color: #9f6f60;
    font-size: 8pt;  
}
@import '/css/lab.css';
	body {padding:1em}
	#wrap {
		width:500px;
		margin:1em auto;
	}
	body {font:76%/1.4 Verdana,sans-serif;}
/* Disable properties specified in the imported CSS file */
	.menu a {
		border:none;
		font-weight:normal;
	}

/* Actual menu CSS starts here */
	.menu,
	.menu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.menu {width:200px;}
	.menu li {
		display:block;
		margin:0;
		padding:0;
		margin-bottom:1px;
	}
	.menu a {
		display:block;
		padding:2px 5px;
		color:#9f6f60;
		background:#ffffff;
		text-decoration:underline;
	}
	.menu a:hover,
	.menu a:focus,
	.menu a:active {background:#e5dad6;}
	.menu ul li {padding-left:15px;}
	.menu ul a {background:#ffffff;}
	.hidden {display:none;}