@charset "utf-8";
/* initial reset html elements */
html, body, div, span, iframe, blockquote, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form, fieldset, label, table, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    vertical-align: baseline;
}
/* @group html & body */
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #d5dfe2 none repeat scroll 0 0;
	line-height: 1;
	_line-height:18px;
	*line-height:18px;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
}
/* @end */

/* @group text and links */
a, a:visited {
    color: #4183C4;
    text-decoration: none;
}
a:hover, a:active {
    color: #55C8DD;
    text-decoration: none;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
/* @end */

/* @group list */
ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
/* @end */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
input, textarea, select {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
hr {
    border: 1px dotted #DADADA;
    clear: both;
    height: 1px;
    margin: 10px 0;
}
code {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FAFAFA none repeat scroll 0 0;
    border: 1px solid #EAEAEA;
    color: green;
    padding: 0 3px;
}
h4{
	font-size: 1em;
	font-weight:bold;
	margin: 10px 0px;
	color: #445b65;
}
p{
	font-size: 1em;
}
img {
    border: 0;
}
dt {
    font-weight: bold;
}
/* @group other */
.clear, .clearfix{
    clear: both;
}
.clear-left{
    clear: left;
}
.clear-right{
    clear: right;
}
img.inline{
	height: 16px;
	vertical-align: middle;
	margin: 0px 5px;
}
:focus {
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}
/* @end */
