/* 
    Document   : common
    Created on : 2009-11-10, 12:12:41
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}
body {
	background:#000000;
    color:#000;
    font:normal normal normal 12px/1.5em arial,tahoma,'lucida grande','bitstream vera sans',helvetica,sans-serif;
    text-align:left;
}
ul, ol, li {
    list-style:none;
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal;
}
img {
    border:none;
    vertical-align:middle;
}
em {
    font-style:normal;
}
th{text-align:left;font-style:normal;font-weight:normal;padding:0 10px 0 0;}
a:link, a:visited {
    color:#fff;
    text-decoration:none;
}
a:hover, a:active {
    color:#ff6600;
    text-decoration:underline;
}
.clear {
    clear:both;
}
.yellow{
color:#FFFF00;
}

