/**
 * Style sheet basic
 */
body
{
	margin:0px 0px 24px 0px;
	padding:0px;
	font-size: 75%;
	color: #000;
}

a,
body,
div,
em,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul
{
	font-family: Verdana, sans-serif;
	font-size: 95%;
}



h1
{
	margin:0px 0px 10px 0px;
	padding-bottom: 5px;
	font-size:150%;
	color: #1b2354;
	font-weight: normal;
	
}

h2{

  margin:0px 0px 0px 0px;
	padding-bottom: 10px;
	font-size:130%;
	color: #1b2354;
	font-weight: normal; }

h3, h4, h5, h6{}

}

a
{
	text-decoration:underline;
	color:#4a8ac8;
}

a:hover
{
	text-decoration: none;
	color:#4a8ac8;
}

img
{
 border: none;
}

list, ul{
 list-style-type: none;}


p,
pre,
form
{
	margin:0px;
	padding:0px;


}


.header{
  font-family:  Helvetica, Verdana, Arial, sans-serif;
  font-size: 170%;
  font-weight: normal;
  letter-spacing: 2px;
  color: #000066;
  background: #fff}
  

.mod_article{
  padding: 10px;}
  
.text, .textarea, .select{
 border: 1px solid #dceefc;
 background: #dceefc;
 margin: 5px 0px 0px 10px;
 color: #000000;}
 
 .submit{
  border: 1px solid #aaa;
  background: #fff;
	color: #000000;
	margin: 2px 0px 0px 10px;
  }

