LI.level2 {
    list-style-type : circle;
    margin-left : 15px;
}

LI.level3 {
    list-style-type : disc;
    margin-left : 30px;
}

LI.ol2 {
    margin-left : 23px;
}

BODY {
    margin: 0px;
    background-color: White;
    color : Black;
} 

A:hover {
	color:red;
}

.bannerLeft {
    background-image : url(images/sd7.gif);
}

.bannerMiddle {
    background-image : url(images/bg.gif);
}

.bannerRight {
    background-image : url(images/bgend.gif);
}

.normal {
    font-family: tahoma, arial, sans-serif;
    font-size: 10pt;
    font-weight : normal;
    background-color : White;
    color : Black;
}

.green {
    font-family: tahoma, arial, sans-serif;
    font-size: 10pt;
    font-weight : normal;
    background-color : White;
    color : Green;
}

.red {
    font-family: tahoma, arial, sans-serif;
    font-size: 10pt;
    font-weight : normal;
    background-color : White;
    color : Red;
}

.small {
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	font-weight : normal;
}

.heading1 {
	text-align: left;
	background-color : #FFF6D7;
	font-family: tahoma, arial, sans-serif;
	font-size: 14pt;
	color: Black;
	font-weight : bold;
}

.heading2 {
	text-align: left;
	background-color : #FFDEB4;
	font-family: tahoma, arial, sans-serif;
	font-size: 12pt;
	color: Black;
	font-weight : bold;
}

.navtitle {
	text-align: center;
	background-color : #FFF6D7;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: Black;
	font-weight : normal;
}

.navbar {
    background-color : #FFFFFF;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    color: Black;
}

.navtext {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
	text-decoration : none;
}

.uline {
	text-decoration: underline;
}

.form {
    background-color : #FFF6D7;
    color : Black;
    font-family : Tahoma, Arial, sans-serif;
    font-size : 10pt;
}

