/* COMMON
--------------------------------------------------*/

body {
	color: #020202;
	background: url("/img/Background.jpg");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-attachment: fixed;
        background-size: cover; 
	margin: 0px;
	padding: 0px; /* for Opera */
	font-family: Verdana;
	font-size: small;
}
div {
	margin: 0px;
	padding: 0px;
}
dt,li,p,table {
	font-size: 110%;
	line-height: 1.5em;
        color: #020202;
}
dd {
        font-size: 90%;
	margin: 0px;
	padding: 0em 0em 0em 1.4em;
        background: url("/img/bullet.gif") no-repeat 0.6em 0.4em;
color: #020202;
}


dl,p,ul,table {
	margin: 0em 0em 1em 0em;
}

img {
	border: 0px;
}
ol {
font-size: 110%;	
padding-left: 10px;
line-height: 1.5em;
	padding-right: 5px;
}
strong {
	color: #333;
	background: #fff;
}
ul {
	padding-left: 20px;
	padding-right: 10px;
}
ul 2 {
	padding-left: 0px;
	padding-right: 0px;
}
ul 3 {
	padding-left: 40px;
	padding-right: 10px;
}
h3 + ul {
	padding-top: 1em;
}
ol li {
	background: url("/img/bullet.gif") no-repeat 0em 0.4em;
	padding: 0px 0px 5px 15px;
	list-style: none;
        font-size: 90%;
line-height: 1.5em;
}
ul li {
	background: 
	padding: 0px 0px 5px 15px;
	list-style: none;
}

ul li ul {
	margin-bottom: 0px;
}

/* HEADS
--------------------------------------------------*/

h2,h3,dt {
	color: #333;
	background: 
	font-weight: normal;
	line-height: normal;
	margin: 0em 0em .5em 0em;
	padding: 0em 0em .25em 0em;
}
h2 {
	font-size: 220%;
}
h3 {
	font-size: 170%;
	margin-top: 1em;
}
dt {
	font-size: 130%;
	margin-top: 1em;
}
h4 {
	color: #333;
	background: 
	font-weight: normal;
	line-height: 0px;

}
h4 {
	font-size: 200%;
}