@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}

/* force right scrollbar */
html { 
	overflow: -moz-scrollbars-vertical !important; 
 	height: 100%;
  	margin-bottom: 1px;
}

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #003366;
	margin-top: 0px;
	text-align:left;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color:#FFF;
}

img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    text-decoration:none;
}

ol {
	list-style: none;
}

ul {
	padding:0px 0px 0px 40px;
	margin:0px;
}

li 
{
    padding-bottom:5px;
}

dt {
	color:#000;
	font-weight:bold;
}

	dt a {
		color:#000;
		text-decoration:none;
	}
	
	dt a:hover {
		color:#000;
		text-decoration:none;
	}

dd {
	margin-left:20px;
	margin-top:10px;	
	margin-bottom:10px;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
	margin:auto;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #003366;
}

h1 {
	display:block;
	font-size:2em;
	font-weight:bold;
	margin:0 0 0.67em 0;
	line-height:1.2em;
	text-align:left;
}

h1 em {
    font-size:inherit;
	font-weight:bold;
	line-height:1.2em;
	text-align:left;
}

h1 span {
    font-size:inherit;
	font-weight:bold;
	line-height:1.2em;
	text-align:left;
}

h1 a {
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	text-align:left;
	color: #003366 !important;
}


h1 a:link {
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	text-align:left;
	color: #003366 !important;
}

h1 a:hover {
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	text-align:left;
	
}

h2 {
	font-size:1.4em !important;
	font-weight:bold;
	padding-bottom:5px;
}

h2 span {
	font-size:inherit;
	font-weight:bold;
	padding-bottom:5px;
}

h2 a {
	font-size:inherit;
	font-weight:bold;
	padding-bottom:5px;
}

p {
	margin-bottom:1em;
}

input.body {
	width: 100px;
}

input.small {
	width: 50px;
}
