body {
    margin: 10px 10px 10px 10px;
    background-image: url(../images/bcg_top.gif);
	background-repeat: no-repeat;
}
a         { text-decoration: none; }
a:link    { color: #0000FF; }
a:visited { color: #990099; }
a:hover   { color: #CC0000; }
a:active  { color: #FF0000; }

h1 {
    margin: 0px;
    padding: 0px;
}
h2 {
font-size: 18px;
}
h3 {
	font-size: 16px;
    margin: 0px;
    font-weight: bold;
	padding: 0 0 0 50px;
}
p {
    padding: 0 0 0 100px;
	font-size: 14px;
	line-height: 150%
}

