/* CSS Document */

body {
	background-color:#f3f3f4;
	margin:2px;
	margin-left:5px;
	margin-right:10px;
}

.title {
	font-family:arial;
	font-weight:bold;
	font-size:13pt;
	color:#981424;
	padding-left:5px;
	padding-top:5px;
	
}

.base_line {
	font-family:arial;
	font-weight:normal;
	word-spacing:1px;
	font-size:7pt;
	color:#8e8e8e;
	padding-left:5px;
	padding-top:2px;
}

.sub_title {
	font-family:arial;
	font-weight:bold;
	font-size:9pt;
	color:#981424;
}

.text {
	font-family:verdana;
	font-weight:normal;
	font-size:7pt;
	color:#678187;
	text-align:justify;
	padding-left:5px;
}

.back_table {
	background-image:url(/img/certif_back.png);
	background-repeat:no-repeat;
}

.back_table_prem {
	background-image:url(/img/certif_back_prem.png);
	background-repeat:no-repeat;
}

.text2 {
	font-family:verdana;
	font-weight:bold;
	font-size:7pt;
	color:#678187;
	text-align:justify;
	padding-left:5px;
}

.title_table {
	font-family:verdana;
	font-weight:normal;
	font-size:6pt;
	color:#981424;
}

.text_table {
	font-family:verdana;
	font-weight:normal;
	font-size:7pt;
	color:#000000;
}

.text_table_2 {
	font-family:verdana;
	font-weight:bold;
	font-size:10pt;
	color:#000000;
}

.white_text {
	font-family:verdana;
	font-weight:normal;
	font-size:7pt;
	color:#ffffff;
}

.white_text_bold {
	font-family:verdana;
	font-weight:bold;
	font-size:7pt;
	color:#ffffff;
}

.non_sign {
	font-size:8px;
	font-weight:bold;
}

.red_left {
	background-image:url(/img/certif_red_left.png);
	background-repeat:no-repeat;
}

.red_center {
	background-image:url(/img/certif_red_center.png);
	background-repeat:repeat-x;
}

.red_right {
	background-image:url(/img/certif_red_right.png);
	background-repeat:no-repeat;
}

.grey_left {
	background-image:url(/img/certif_grey_left.png);
	background-repeat:no-repeat;
}

.grey_center {
	background-image:url(/img/certif_grey_center.png);
	background-repeat:repeat-x;
}

.grey_right {
	background-image:url(/img/certif_grey_right.png);
	background-repeat:no-repeat;
}

a.link_red{
	font-family:arial;
	font-weight:bold;
	font-size:9pt;
	color: #981424;
	font-weight:bold;
	text-decoration: underline;
}

a.link_red:link{
	font-family:arial;
	font-weight:bold;
	font-size:9pt;
	color: #981424;
	font-weight:bold;
	text-decoration: underline;
}

a.link_red:visited{
	font-family:arial;
	font-weight:bold;
	font-size:9pt;
	color: #981424;
	font-weight:bold;
	text-decoration: underline;
}

a.link_black{
	font-family:verdana;
	font-weight:bold;
	font-size:6pt;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

a.link_black:link{
	font-family:verdana;
	font-weight:bold;
	font-size:6pt;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

a.link_black:visited{
	font-family:verdana;
	font-weight:bold;
	font-size:6pt;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

span.black {
	color : #000000;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	color:white;
	background-color: #678187;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	border-left: 2px solid #9E9E9E;
	border-top: 2px solid #9E9E9E;
	border-right: 3px solid #818181;
	border-bottom: 3px solid #818181;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
	/*font-weight: bold;
	color: navy;
	margin: 3px 8px;*/
	visibility:hidden;
	width:250;
	background-color:#7991A0;
	position:absolute;
	z-index:100;
}

