* { margin:0; padding:0; }
body          { font:12px/1.35 Arial, Helvetica, sans-serif; color:#333333; text-align:left; background-color: #FFF; }
img           { border:0; vertical-align:top; }
a             { color:#bf2296; text-decoration:none; }
a:hover       { text-decoration:underline; color: #bf2296; }
:focus        { outline: 0; }

/* Forms */
form          { }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small         { font-size:0.833em; }
big            { font-size:1.2em; }


/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.v-bottom     { vertical-align:bottom; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.hidden   { position:absolute; top:-9999em; left:-9999em; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
