@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, verdana, sans-serif; 
font-size:1em;
background-image: url(../images/pageback.png);
background-repeat: repeat-x;
background-position: top;
color: #363636;
padding: 0px 0px 20px 0px;
}

h1 {color:#000000; margin:0 0 .7em 0; font-size:1.4em; font-weight: normal; color: black; border-bottom: 1px solid #dbdbdb;}
h2 {color: #202020;
	margin:0 0 .4em 0;
	font-size:1.3em;
	font-weight: normal;
	color: black;
}
h3 {color: #363636; margin:0 0 .4em 0; font-size:1.25em; color: black;}
h4 {color: #000000; margin:.8em 0 .3em 0; font-size:1.1em; font-weight:normal;}
h5 {color: #5c5c5c; margin:0 0 .2em 0; font-size:1em;}
h6 {color:#5c5c5c; margin:0 0 .1em 0; font-size:.9em;}

p { margin:0 0 .7em 0; font-size:.8em; line-height: 1.4em;}
p span{
	color: #f37413;
	font-weight: bold;
}
a:link, a:active, a:visited {color:#000000; text-decoration:none;}
a:hover {color:#F9992B; text-decoration:underline;}

ul {list-style-type:disc; margin:0 0 1.17em 18px;}
ol {list-style-type:decimal; margin:0 0 1.17em 22px;}
li {margin:0 0 0 10px;}

b {font-weight:bold;}
strong {font-weight:bold;}
u {text-decoration:underline;}
i {font-style:italic;}

