/*
table	{
	border-collapse:collapse;
}

body	{
	font-family:arial,helvetica,sans;
	background:#e6e6fb;
	font-size:10pt;
}

a	{
	color:#4f4f4f;
	font-weight:bold;
	text-decoration:none;
}

h2	{
	text-align:center;
	font-family:verdana, arial;
	font-size:13pt;
}

h3	{
	text-align:center;
	font-family:tahoma, arial;
	font-size:11pt;
	padding-bottom:10px;
}

h4	{
	text-align:center;
}


a:hover	{
	text-decoration:underline;
}

#nav1	{
	width:100%;
	border-bottom:1px solid black;
	padding:0px 0px 0px 0px;
	color:#000;
	background:#ddd;
	font-weight:bold;
}

#nav2	{
	width:100%;
	border-bottom:1px solid black;
	padding:2px 0px 0px 0px;
	color:#000;
	background:#aaa;
	font-weight:bold;
}

#nav1 a	{
	border-right:1px solid black;
	display:block;
	height:20px;
	padding:5px 15px;
	float:left;
	background:#42668E;
	color:#fff;
	font-size:12pt;
}

#nav1 a:hover, #nav1 a.current {
	text-decoration:none;
	background:#31557d;
	color:#ddd;
}

#nav2 strong	{
	display:block;
	padding:3px 15px;
	float:left;
	font-size:9pt;
}

#nav2 a	{
	display:block;
	padding:3px 10px;
	float:left;
	color:#42668E;
	font-size:9pt;
}

#nav1 a:hover {
	text-decoration:none;
	background:#31557d;
	color:#ddd;
}

#nav2 a:hover {
	text-decoration:none;
	color:#000;
}

#nav2 a.current	{
	text-decoration:underline;
	color:#31557D;
}

a.mowemnav2	{
	padding:1px 4px 1px 4px;
	font-size:10pt;
	color:#000;
}

th	{
	text-align:left;	
}

td	{
	vertical-align:top;
}

input,select,textarea	{
	border:solid #333 1px;	
	background:#eee;
}

input:focus,textarea:focus, select:focus {
  border: 1px #000 solid;
  background:#fff;
}

input[type="submit"],input[type="reset"],input[type="button"]	{
	border:1px #000 solid;
	color:#000;
	font-weight:bold;
	background:#6D92A5 repeat-x fixed;
}


.mowemTblTitle	{
	text-align:left;
	background:#6D92A5  repeat-y;;
	border:1px #000 solid;
}
.mowemTblData	{
	text-align:left;
	background:#d5dbea repeat-y;
	border:1px #000 solid;	
}

.mowemTbl	{
	border-collapse:collapse;
	width:95%;
	margin:10px auto;
}

.mowemAuthor	{
	font-size:8pt;
	text-align:center;
}

.mowemFieldsetTitle	{
	font-size:13pt;
	font-weight:bold;
	border:solid #000 1px;	
	background:#bbb;
	padding:3px;
}

.mowemFieldset	{
	border:solid #000 1px;
	background:#e2e2e2 url('images/mowem/edge.gif') no-repeat;	
}

.mowemMsgOk	{
	text-align:center;	
	font-weight:bold;
	color:#0a0;
	font-size:10pt;
}

.mowemMsgErr	{
	text-align:center;	
	font-weight:bold;
	color:#a00;
	font-size:10pt;	
}

input.mowemsubnav	{
	border:none;
	background:none;
	font-weight:bold;
	color:#444;
	margin-bottom:10px;
}

hr	{
border:1px solid black;
}

.mowemFileTblData	{
	vertical-align:middle;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.mowemFileTblTitle	{
	font-weight:bold;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

#leftbox	{
	width:140px;
	background:#6D92A5;
	min-height:400px;
	margin-right:20px;
	float:left;
	padding:10px 10px 0px 10px;
}

img	{
border:none;
}
*/