/*                                                        the basics*/

/* GLOBAL RESET , toma ya ,table,td,tr, img*/
html,body,p,div,,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form {
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:separate; 
  border-spacing:0px;
}
      html,body{margin:0;padding:0;}

      p {margin:0 0 1em 0;padding:0;}

      h1{margin:0 0 .7em 0;padding:0;}

      form {margin:0;padding:0;}
/* END GLOBAL RESET , toma ya ,table,td,tr*/



p 		{
	font-size : 100%;
	text-align: justify;
	text-decoration : none;
}

.p		{
	font-size : 100%;
	text-align: justify;
	text-decoration : none;
}

h6{
	font-size : 110%;
	text-decoration : none;
	font-weight: bold;
}
h5{
	font-size : 115%;
	text-decoration : none;
	font-weight: bold;
}
h4{
	font-size : 120%;
	text-decoration : none;
	font-weight: bold;
}
h3{
	font-size : 130%;
	text-decoration : none;
	font-weight: bold;
}
h2{
	font-size : 140%;
	text-decoration : none;
	font-weight: bold;
}
h1{
	font-size : 150%;
	text-decoration : none;
	font-weight: bold;
}

.small {
	font-size : 90%;
	text-decoration : none;
}
.vsmall {
	font-size : 80%;
	text-decoration : none;
}

a {text-decoration: none;}

/* default font size, needs body and table  */
body {
	font-family :  Helvetica, sans-serif, times;
	font-size : 0.75em;
	color :#333333;
}

table {font-size:100%}

.padded{padding:10px;}
.bigpadded{padding:20px;}
.notpadded{padding:0px;}
.thinborder{border: 1px solid;}

/*                                                    end the basics*/


PNOT:first-letter {
	font-size: 200%;
	color : #990000;
}

.tithuge		{
	font-family :"Lucida", helvetica, sans;
	font-size : 28pt;
	text-decoration : none;
}
.tit1		{
	font-family :"Lucida", helvetica, sans;
	font-size : 16pt;
	text-decoration : none;
}
.tit2		{
	font-family :"Lucida", helvetica, sans;
	font-size : 14pt;
	text-decoration : none;
	font-weight: bold;

}
.tit3		{
	font-family :"Lucida", helvetica, sans;
	font-size : 10pt;
	text-decoration : none;
	font-weight: bold;

}
.prod1		{
	font-family :"Lucida", helvetica, sans;
	color : #cc0000;
	text-decoration : none;
	font-weight: bold;

}

.menu1 {
	font-family :"Lucida", helvetica, sans;
	font-size : 9pt;
	color : #333333;
	text-decoration : none;
	font-style: normal;

}
.red {
	color : #cc0000;
}
.white {
	color : #ffffff;
}

.grey {
	color: #aaaaaa;
}
.black {
	color: #333333;
}

