
body {
	font: normal normal 90% sans-serif;
/* 	background-color:rgb(240,236,230);
	background-color:rgb(249,247,244); 
	background-color:#eee;    */
	margin:0 auto;
	width:1020px;
}

table {
	font-size:90%;
}

.header {
	background-color:#fefefe;
	border-bottom:1px solid #ccc;
}

.menu {
	display:inline;
	position:relative;
	top:2em;
	left:.5em;
}

.content {
	padding-top:.5em;
}

.footer {
	margin-top:5em;
	width:100%;
}

#menu {
	width:10em;
}

#menu ul {
	width:10em;
	display:inline;
}

#menu ul li {
	border: 1px solid #225588;	
}

#menu ul li a {
	text-decoration:none;
}

.uml-header {
	background-color:rgb(216,204,190);
	background: url(images/beige.jpg) left top repeat;
	border:1px solid #225588;
	text-align:center;
	padding:2px;
}

.uml-header a {
	text-decoration:none;
	font-weight:bold;
}

.uml-attr {
	background-color:rgb(240,236,230);
	border-left:1px solid #225588;
	border-right:1px solid #225588;
	border-bottom:1px solid #225588;
	padding:2px .5em 2px 0;
	text-indent:.5em;
}

.uml-attr-sel {
	/* background-color:white; */
	background-color:rgb(240,236,230);
	font-weight:bold;
	border-left:1px solid #225588;
	border-right:1px solid #225588;
	border-bottom:1px solid #225588;
	padding:2px .5em 2px 0;
	text-indent:.5em;
}

.uml-attr-sel a {
	text-decoration:none;
}

.uml-attr a:link {
	color:black;
	text-decoration:none;
}

td.uml-attr:hover {
	color:red;
	background-color:rgb(255,251,245);
}

.uml-attr a:visited {
	color:black;
	text-decoration:none;
}

.uml-attr span.sel a:link {
	color:yellow;
	text-decoration:none;
}

#intro {
	margin:0 12em;
	padding:1em;
	/* background:white; */
	/* border-top:1px solid rgb(240,236,230); */
	background:url(../images/graph.gif) top left;
}

#intro-title {
	margin:0 12em 0;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}

.link {
	margin:0 0 0 2em;
	padding:0;
}

/**
 * contact us table 
 */

#cntab tr {
	vertical-align:top;
}

/**
 * links table
 */

#linktab {
	table-layout:fixed;
}

#linktab tr {
	vertical-align:top;
}

/**
 * unordered list menu
 */

.lmenu {
	list-style:none;
	line-height:130%;	
} 

.lmenu li {
	background:#eee;
}

.lmenu li:hover {
	background:white;
}

.lmenu li a {
	text-decoration:none;
}

.lmenu li a:hover {
	color:red;
}




