
/*	rgb(0,36,85) the M colour
	rgb(0,109,85) the circle colour
*/
/*	rgb(15,47,112) the M colour
	rgb(0,127,112) the circle colour
*/

body	{color: rgb(15,47,112);
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: white;
   padding: 0 10%;
	}

table	{border-style: none;
	border-width: 1;
	font-size: 9pt;}

th	{background-color: #E8E8E8;
	border: solid 1px rgb(0,127,112);
	font-size: 12pt;
	}

input	{font-family: Arial, sans-serif;
	font-size: 9pt;
	}

input.submit, input.button
	{font-size: 8pt;
	color: white;
	background-color: rgb(0,127,112);
	font-weight: bold;
	}

hr	{background-color: #C0C0C0}

.language
	{display: none;
	height: 14px;
	width: 47px;
	text-align: left;
	border-width: 0;
	margin: 2;
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
	}

form.confirm {
	border: solid 2px #0000FF;
	padding: 30px;
	margin-left: 20%;
	margin-top: 5%;
	margin-left: 20%;
	width: 60%;
	}

.c_desc	{font-size: 9pt;
	font-weight: normal;
	font-style: italic}

.q_desc	{font-size: 9pt;
	font-weight: normal;
	font-style: italic}

.s_desc {
	background-color: blue;
	color: white;
	display: block;
	padding: 5px;
	}

.s_desc .s_desc {
	font-size: 8pt;
	}

textarea {
   width: 400px;
   height: 100px;
}

form th img,
table.welcome img {
    display: none;
}