li  {
	list-style-image: url(../img/mk/05_5.gif);
	text-align: left;
}
	
.bk	{
	background : url(../img/bg/05_5.gif);
}
	
.titlepage {
	font-size: 1.2em;
	color : #3075B7;
	background-color : #90D5AA;
	font-weight : bold;
}

.highlighttext {
	font-size: 1em;
	color : #009933;
	font-weight : bold;
}

h1, .highlightdark {
	font-size: 1.2em;
	color : #FFFFFF;
	font-weight : bold;
	background-color : #009933;
	padding : 3px;
	margin: 0px;
}


h2, .highlightlight {
	font-size: 1.1em;
	color : #009933;
	font-weight : bold;
	background-color : #CCFFCC;
	padding : 3px;
	margin: 0px;
}

h3, .highlightlight2 {
	font-size: 1em;
	color : #3075B7;
	font-weight : bold;
	background-color : #90D5AA;
	padding : 3px;
	margin: 0px;
}

.nav_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #3075B7;
	font-weight : normal;
	padding-left: 3px;
	background-color : #90D5AA;
	border-bottom: 1px solid #93B7DA;
}
.nav_on a:link,
.nav_on a:visited,
.nav_on a:active,
{
	color : #3075B7;
	text-decoration:none 
}
.nav_on a:hover { 
	color : #3075B7;
	text-decoration:underline }


.menunav {
	border-bottom: 1px solid #93B7DA;
}	

.marge {margin: 0px 0px 0px 0px;}
.field {font-family: Arial; font-size: 8pt;}

/* anchor format */
a:link,
a:visited,
a:active { color: #009933; text-decoration: underline; }
a:hover { color: #66CC66; text-decoration: none; }

.meeting table{
	background-color: #afd0f2;
	margin: 0px;
	padding: 0px;
	border: 1px solid #afd0f2;
	width: 80%;
}
.odd{
	background-color: #f6FFFF;
}
.even{
	background-color: #e3effb;
}

.meeting th {
	color : #3075B7;
	background-color : #90D5AA;
	border: thin solid #90D5AA;
	margin: 0px;
	padding: 0px;
}

p {padding:0 50 0 10; text-align:justify}

.note {
	font-size: 12px;
	color : #3075B7;
	border:dashed;
	border-width:1px;
	padding : 3px;
	margin: 10px;
}

.reviewtitle {
	font-size: 1.8em;
	text-align:center;
	color : #FFFFFF;
	background-color : #000066;
	font-weight : bold;
	padding : 3px;
	margin: 0px;
}
.reviewsubtitle {
	font-size: 1.3em;
	text-align:center;
	color : #FFFFFF;
	background-color : #316AC5;
	font-weight : bold;
	padding : 3px;
	margin: 0px;
}
.login {
	font-size: 2em;
	text-align:center;
	color : #FFFFFF;
	background-color : #F60;
	font-weight : bold;
	padding : 3px;
	margin: 0px;
	width:15%;
}
.log a:link {color:#FFFFFF; text-decoration: none;}
.log a:visited {color:#FFFFFF; text-decoration: none;}
.log a:active {color:#FFFFFF; text-decoration: none;}
.log a:hover {color: #a1e2f4; text-decoration: none;}
table.reviewtable{
	border-collapse:collapse;
	margin-left:10px;	
}

table.reviewtable td{
	color: #001122;
	border : 1px solid;
	border-color:#001122;

	margin: 2px, 0;
	padding:2px;
}


h4 {
  position: relative;
  color: #3075B7;
  font-size: 14px;
  line-height: 1;
  margin: -41px 0 0 500px;
  padding: 10px 5px 10px 10px;
}
h4:before {
  content: "";
  position:absolute;
  background: #009933;
  top: 0;
  left: -5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
h4:after {
  content: "";
  position: absolute;
  background:#CCFFCC;
  top: 15px;
  left: -10px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
td img{
  line-height:0;
  vertical-align:middle;
}

.reviewbox{
	line-height:18px;
	text-align:left;
	width:600px;

	background-color:#B0DFFB;
	border:1px solid #4F98EA;
	border-radius:10px 10px 10px 10px;
	margin-left:10px;
	padding:5px 10px 5px 10px;
}