/* 
    Document   : wanted
    Created on : 29.01.2008, 17:55:09
    Author     : Miriam
    Description:
        Purpose of the stylesheet follows.
*/

BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

A {
	font-family : Verdana;
	text-decoration: none;
	color: #0000D0;
	font-size : 7pt;
}

A:hover	{	
	text-decoration:underline;
	}

H1{
	font-family : "Times New Roman";
	font-size : 22pt;
	color : Green;
}

H2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}

H3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

H4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}


H6{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
TH{
	font-family : Verdana;
	font-size : 10px;
}
TD{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}


input, select    { border: 1px solid silver; font-size:8pt; font-family : Verdana; }
textarea    { border: 1px solid silver; font-size:7pt; font-family : Verdana; }
input.error, select.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus {border: 1px solid #555; background-color:#EFEFEF;}
.mandatory  { font-weight: bold; }
.comment    { color: #BBBBBB; }

button { border: 1px solid silver; font-size:8pt; font-family: Verdana; background-color: #EEE;}



