/*
CSS escrito por
rickshira (rickshira@gmail.com)
13/10/09
*/

/* GLOBAL CSS PROJECT
----------------------------------------------------------------------------- */

/* Reset MultiBrowser
------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,p,blockquote,th,td{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit;}
a{text-decoration:none;}
a:focus {outline: none;}
a img {border: 0;}

/* Shira's class
------------------------------------------ */
.imgLeft img{float:left;}
.center{ text-align:center;}
.txtLeft{ text-align:left;}
.txtRight{ text-align:right;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.over {overflow:hidden;}
.over1 {overflow:hidden; height:1px;}
.over0 {overflow:hidden; height:0px;}
.block {display:block;}
.del{display:none;}
.null{visibility:hidden;}
