/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family:tahoma,arial,verdana,sans-serif;
}

body {
    line-height: 1;
    margin:0px;
    padding:0px;
    color:#D4CFCF;
    background-color:#6D6666;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.horizontal_list{
    position:relative;
    text-align:center;
}

.horizontal_list li{
    position:relative;
    display:inline;
}

.horizontal_li{
    position:relative;
    text-align:center;
}

.horizontal_li li{
    position:relative;
    display:inline;
}

a{
    color:#f5f0f0;
    text-decoration:none;
}

a:hover{
    color:#f5f0f0;
    text-decoration:underline;
}

.float_left{float:left;}
.float_right{float:right;}
.img_left{float:left; margin:0 10px 5px 5px;}
.img_right{float:left; margin:0 0 5px 5px;}
.clear{clear:both}
.no_margin{margin:0px;}
.margin{margin:10px 10px;}
.margin_top{margin-top:10px;}
.margin_bottom{margin-bottom:10px;}
.margin_left{margin-left:10px;}
.margin_right{margin-right:10px;}
.divider{height:2px; border-bottom:solid 1px #cccccc; margin:5px 0px;}
.no_bullet{list-style:none;}
.bold{font-weight:bold;}
.underline{text-decoration:underline;}
.no_border{border:none;}
.pointer{cursor: pointer}
.hidden{visibility: hidden}
.padding{padding:10px;}
.no_padding{padding:0px;}
.no_padding_top{padding-top:0px}
.no_padding_left{padding-left:0px}
.no_padding_right{padding-right:0px}
.no_padding_bottom{padding-bottom:0px}
.full{width:100%;}
.align_center{text-align:center;}
.align_left{text-align:left;}
.align_right{text-align:right;}
.italics{font-style:italic;}
