
 
/***************
 RESET CSS FILE
 DO NOT EDIT ME
***************/

body {line-height:1.5;}
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
th {color:#757475;line-height:40px;min-height:40px;text-align:center;padding:10px;font-weight:bold;}
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { font-style: italic; }
q{ quotes:"&#8220;" "&#8221;"; }
a img {border:none;}
.clear, .clearer {height:0px;overflow:hidden;margin:0px;clear:both;}
.center {text-align:center;}              

/* self-clear floats */
.group:after { content:"."; display:block; height:0; clear:both; visibility:hidden; overflow: hidden; } 

/* ie.css, damn ie! */
* html .group { /* IE6 */
    height:1%;
}
*:first-child+html .group { /* IE7 */
    min-height:1%;
}

*:focus { outline: none; }