/*** Reset ***/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*** /Reset ***/


html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
    line-height: 1.4em;
	height: 100%;
	color: #4b4b4b;
}

a {
	color: #005dcf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 1em 0 1em 3em;
}

h1 {
    font-size: 1.3em;
    font-weight: bold;
    color: black;
}

h2 {
	font-size: 1.1em;
    font-weight: bold;
    color: black;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    color: black;
    margin-bottom: .15em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

dt {
    font-weight: bold;
}

/*** Icon Sprite ***/
.qualys_logo { background: url(/images/icon_sprite.png) no-repeat 0 0; width: 198px; height: 57px; }
.ods_logo { background: url(/images/icon_sprite.png) no-repeat 0 -57px; width: 167px; height: 43px; }
.french_flag { background: url(/images/icon_sprite.png) no-repeat 0 -100px; width: 16px; height: 11px; }
.japanese_flag { background: url(/images/icon_sprite.png) no-repeat -16px -100px; width: 16px; height: 11px; }
.spanish_flag { background: url(/images/icon_sprite.png) no-repeat -32px -100px; width: 16px; height: 11px; }
.german_flag { background: url(/images/icon_sprite.png) no-repeat -48px -100px; width: 16px; height: 11px; }
.portugues_flag { background: url(/images/icon_sprite.png) no-repeat -64px -100px; width: 16px; height: 11px; }
.twitter_icon { background: url(/images/icon_sprite.png) no-repeat 0 -111px; width: 14px; height: 16px; }
.youtube_icon { background: url(/images/icon_sprite.png) no-repeat -14px -111px; width: 14px; height: 16px; }
/*** /Icon Sprite ***/