* {
margin:0;
padding:0;
}


html,body,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,blockquote,form,fieldset,legend,table,td,th,div {
margin:0;
padding:0;
}
div:after,form:after,ul:after,ol:after,dl:after,dt:after,dd:after,h1:after,h2:after,h3:after,h4:after,p:after,.columns:after {
content:'';
display:block;
clear:both;
}
body {
background-color: #00060b;font-size: 12px; 
font-family: verdana, Helvetica, sans-serif;
color:#fff;
}

table {
border: none;
border-collapse: collapse;
border-spacing: 0;
}

td,
th {
border: none;
padding: 0;
}
.red{
color: red!important;
}
.yellow{color:yellow;}
small{font:0.759em Arial, Helvetica, sans-serif}
p{font-size: 1em; /* 12px */ line-height: 1.5em; /* 18px */ margin: 0 0 1.5em 0; }


h1, h2{color:#fff; font-weight: normal;}
h1{ font-size: 2em; /* 24px */ line-height: 1.5em; /* 36px */ margin-top: 0.75em; margin-bottom: 0em; }
h2{ font-size: 1.8333em; /* 22px */ line-height: 1.6364em; /* 36px */ margin-top: 0.8182em; margin-bottom: 0em; }
h3{ font-size: 1.6667em; /* 20px */ line-height: 1.8em; /* 36px */ margin-top: 0.9em; margin-bottom: 0em; }
h4{ font-size: 1.5em; /* 18px */ line-height: 1em; /* 18px */ margin-top: 1em; margin-bottom: 0em; }
h5{ font-size: 1.3333em; /* 16px */ line-height: 1.125em; /* 18px */ margin-top: 1.125em; margin-bottom: 0em; }
h6{ font-size: 1.1667em; /* 14px */ line-height: 1.2857em; /* 18px */ margin-top: 1.2857em; margin-bottom: 0em; }

q {
quotes:"\00ab" "\00bb" "\201e" "\201c";
}

q:after {
content:"\00bb";
}

q:before {
content:"\00ab";
}

q > q:after {
content:"\201c";
}

q > q:before {
content:"\201e";
}

#in {
margin-right:8px;
}
ul {
list-style: none;
margin-left: 0;
}

li{
margin:0;
padding:0;
}

input,textarea,select {
font-size:100%;
}

img {
border:none;
}


a:focus {
outline:none;
}

a {
color:#fff;
}

a:visited {
color:#fff;
}

a:hover {
text-decoration:none;
}

.pseudo_link {
color:#99cc00;
border-bottom:1px dashed;
cursor:pointer;
position:relative;
text-decoration:none;
}

.hidden{
display:none
}

.show{
display:block
}

.width_fix {
width: 100%;
}

.clear {
clear: both;
font-size: 0;
height: 0px;
overflow: hidden;
}

.clickable {
cursor: pointer;
}

.spacer{
height: 5px; 
background-color:#999; 
overflow:hidden;
margin:.5em 0 1em
}

.nobr {
white-space: nowrap;
}

.left{float:left}
.right{float:right}