@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font:12px Arial,Helvetica,sans-serif; color:#333; background-color:#f8f8f8}
a{color:#293d82; text-decoration:none; font-weight:bold}
a:hover{color:#09F; text-decoration:none}
blockquote, pre, tt, .catdescription{border:1px dashed #CCC; padding:10px; margin:5px 0; background-color:#fff; background-position:3px 3px; font-size:12px; font-style:italic; font-weight:normal; letter-spacing:normal; line-height:1.5em}
h1, h2, h3, h4, h5, h6{font-weight:normal}
h1{font-size:3em; line-height:1; margin-bottom:0.5em}
h2{font-size:2em;}
h3{font-size:1.5em; line-height:1; /*margin-bottom:1em*/}
h4{
	font-size:1.2em;
	line-height:1.25; /*margin-bottom:1.25em*/
	font-weight: bold;
}
h5{font-size:1em; font-weight:bold; margin-bottom:1.5em}
h6{font-size:0.8em; font-weight:bold}
p{margin:0 0 1.5em}
p img.left{margin:1.5em 1.5em 1.5em 0; padding:0}
p img.right{margin:1.5em 0 1.5em 1.5em}
strong{font-weight:bold}
em, dfn{font-style:italic}
dfn{font-weight:bold}
sup, sub{line-height:0}
abbr, acronym{border-bottom:1px dotted; cursor:help}
address{margin:0 0 1.5em; font-style:italic}
/*ul{list-style-type:disc}*/
ol{list-style-type:decimal}
dl{margin:0 0 1.5em 0}
dl dt{font-weight:bold}
dd{margin-left:1.5em}
table{margin-bottom:1.4em; width:100%}
th{font-weight:bold}
th, td, caption{padding:4px 10px 4px 5px}
tfoot{font-style:italic}
.small{font-size:.8em; margin-bottom:1.875em; line-height:1.875em}
.large{font-size:1.2em; line-height:2.5em; margin-bottom:1.25em}
.hideme{height:0px;width:1px;overflow: hidden;display: none;}
.container{text-align:left; width:960px; margin:20px auto}

/* Footer */
.footer{text-align:center; padding:20px}
#footer-bottom{width:919px; float:left; margin:0px 0px 0px 14px; display:inline; text-align:right; padding:30px 0px 15px}
#footer-bottom p{padding-right:15px; color:#252525}
#footer-bottom p a{color:#252525}


/* Simple Css Codes */
.fl{float:left;}
.fr{float:right}
.cl{clear:left}
.cr{clear:right}
.cb{clear:both; padding-top:10px; padding-bottom:10px; display:block}
.just{text-align:justify}
.centerit{text-align:center}