@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
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, tt, var,div,
dl, dt, dd, ol, ul, li, br,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
}

ol, ul {list-style: none;}
input, textarea, select { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#555555; }

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper, block { width:100%; overflow:hidden; }
.container { width:100%;}

ul { list-style:none }
img { border:0 }

a { color: #72c1ff; text-decoration:none; }
a:hover { color:#0090ff; text-decoration:none; }

.link_white a { color: #FFFFFF; text-decoration:none; cursor:pointer; }
.link_white a:hover { color:#CCCCCC; text-decoration:none; cursor:pointer; }

.link_yellow a { color: #ffe292; text-decoration:none; cursor:pointer; }
.link_yellow a:hover { color:#f7c437; text-decoration:none; cursor:pointer; }

.link_blue a { color: #80c8ff; text-decoration:none; cursor:pointer; }
.link_blue a:hover { color:#5face7; text-decoration:none; cursor:pointer; }

.link_darkblue a { color: #0085ec; text-decoration:none; cursor:pointer; }
.link_darkblue a:hover { color:#333333; text-decoration:none; cursor:pointer; }

.link_red a { color: #620000; text-decoration:none; cursor:pointer; }
.link_red a:hover { color:#f30000; text-decoration:none; cursor:pointer; }

body { font-size:14px; color:#222222; font-family:Verdana, Arial, Helvetica, sans-serif; }

#wrapper { margin:auto; width:880px; }
