body{
	font-family : Arial, Helvetica, sans-serif;
	color: grey;
	background-color : #ffffff;

	font-size : 10pt;
}

h1{ 
	font-size : 14pt;
 }

a:hover{
	text-decoration : none;
	color: #002060;
	font-weight: bold;
}

a{
	text-decoration : none;
	color: #959690;
	font-weight: bold;
}



.titletext{
color: #6d80c2;
font-weight: bold;
text-align:center;
}

.wanted{
	font-size : 10pt;
font-weight: bold;
text-align:center;
}

.tabletext{
	font-size : 10pt;
}

img{
border-style:solid;
border-width:2px;
border-color: #959690;
}

.noborder{
border-style:none;

}
hr{
border: 0;
color:#cfcfcf;
background-color: #cfcfcf;
height: 1px;
width: 100%;
}
	

