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, button, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
	background: #0450a4;
	font-size: 12px; 
	color: #767676;
	line-height: 160%;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover{
    color : #ff0000;
}
a:active {
    outline: none;
}
a:focus {
    -moz-outline-style: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img, fieldset, input, textarea {
    border : 0px;
}

textarea {
    overflow: auto;
}
a *, a {
    cursor : pointer !important;
}
h1,h2,h3,h4,h5{
    display : block;
    font-weight : normal;
}
p { line-height: 200%; }

input[type="text"] { border: 1px #999 solid; }



