/* CSS Document */
/*
common styles for all ac2 sites
*/


@charset "utf-8";



* {margin:0;padding:0;}
a, a * {cursor:pointer;}
a * {border:none;}

html {}
body {font:100.01% Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #444;}
html, body {height:100%;}
body.bizol_bg {background:#fff url(../img/bizol_bg.jpg) repeat center top;}

td {vertical-align:top}

#centering {width:990px;margin:0 auto;position:relative;padding:0; text-align:left; font-size:12pt; background:#fff; min-height:100%;}
*html #centering {height:100%;}
#centering_wrap {background:#fff; padding:0 10px;}

 
li {list-style:none}

a{text-decoration:underline; color:#000; }
a:hover {text-decoration:underline; color:#b00;}

h1{font: normal 150%/1.2em Tahoma,Verdana, Arial, Helvetica, sans-serif; margin:0px 0 12px 0;color:#000}
h2{font: bold 130%/1.2em Arial, Tahoma, Verdana, Helvetica, sans-serif; margin:0.5em 0 0.5em 0;color:#000}
h3{font: normal 130%/1.2em Tahoma,Verdana, Arial, Helvetica, sans-serif; margin:8px 0 8px 0;color:#999}
h5{font-size:85%;}

.h_with_txt{margin-bottom:2px;}
.h_small_txt{font-size:80%}

.feed{background:transparent url(../img/frontend/i/icn_feed.gif) left 0 no-repeat; padding-left:18px; color:#999;}
.feed a {color:#999; text-decoration:none}
.feed a:hover {color:#b00; text-decoration:underline}

.clear {clear:both}
.clearabs {clear:both; float:none; font-size:1px; height:1px; line-height:1px; display:block; margin:0; padding:0}
