.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0187AD;
}
a:link {
	color: #0187AD;
	text-decoration: none;
}
a:visited {
	color: #0187AD;
	text-decoration: none;
}
a:hover {
	color: #F8C200;
	text-decoration: none;
}
a:active {
	color: #F8C200;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0187AD;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008000;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0187AD;
	font-weight: bold;
}
.RHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.LargeBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.BigHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0187AD;
	font-weight: bold;
}
.Cert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodyKO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.list0 {
	background:#D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0187AD;
}
.list1 {
	background:#F5ECDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0187AD;
}
.list2 {
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0187AD;
}
.listh {
	background:#F8C200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.titleh {
	background:#F8C200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
#container {zoom: 1;} /*hasLayout hack for IE*/
p.otherlinks {margin-top: 2px;}
p.otherlinks a {float: left; width: 8em;}
div.toc	{	
	border-left: solid 1px black;
	margin-bottom: 2em;
}
/* create a button look for links */
a.buttons:link, a.buttons:visited
{   background-color: #F5ECDA;
    border: solid 1px;
	border-color: #F8C200 #F8C200 #F8C200 #F8C200;
    color: #F8C200;
    font-family: arial,helvetica,sans-serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: normal;
    padding: 2px;
	text-decoration: none;
	line-height: 1.5;
    width: 8em;
	display: block;
	margin-right: 3px;
	text-align: center;
}

a.buttons:hover
{   background-color: #F8C200; color: white;}

/* depress effect on click */
a.buttons:active, a.buttons:focus {   
	border: solid 1px;
	border-color: #F8C200 #F8C200 #F8C200 #F8C200;
    letter-spacing: normal;
	padding: 3px;
}

