@charset "utf-8";
/* CSS Document */

/*==================== RESET ====================*/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
body{text-align:center;}

/*==================== RESET ====================*/

html {
	height:100%; /* moz permamnent scrollbars */
}
html>body {
    font-size:12px;
}
body {
	min-height:101%; /* moz permamnent scrollbars */
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
p, ul, ol, dl, blockquote, pre, fieldset, img, table {
	font-size:1.0em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a {
	color:#0056a6;
	/*white-space:nowrap;*/
}
a:link {
}
a:visited {
	color:#800080;
}
a:hover {
	/*visibility:visible;*/ /* May cause IE6 Has Layout problem, not sure */
	color:#118000;
	text-decoration:none;
}
a:active {
	color:#ee0000;
}
h1 {
	margin-bottom:0.8333em;
	font-size:1.8em;
	font-weight:bold;
	line-height:0.8333em;
}
h2 {
	margin-bottom:1.0em;
	font-size:2.25em;
        letter-spacing: -1px;
	font-weight: normal;
	line-height:1.0em;
}
h3 {
	margin-bottom:1.1538em;
	font-size:1.8em;
	line-height:1.1538em;
}
h4 {
	margin-bottom:1.25em;
	font-size:1.5em;
	line-height:1.25em;
}
h5 {
	margin-bottom:1.3636em;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3636em;
}
h6 {
	/*margin-bottom:1.5em;*/
	font-size:1.00em;
	font-weight:bold;
	line-height:1.5em;
}
ul li {
	list-style:inside square;
}
ul li ul {
	margin:0 0 0 1.0em;
}
ul li ul li {
	list-style:inside circle;
}
ul li ul li ul li {
	list-style:inside disc;
}
