BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
	font-family: sans-serif
}
H1
{
    COLOR: #6666CC;
    TEXT-TRANSFORM: capitalize
}
H2
{
    COLOR: #6666CC;
	font-family: serif;
	font-style: italic
}
H3
{
    COLOR: #6666CC;
}

H4
{
    COLOR: #6666CC;
    TEXT-TRANSFORM: capitalize
}

H5
{
    COLOR: #6666CC;
    TEXT-TRANSFORM: capitalize
}
H6
{
    COLOR: #6666CC;
    TEXT-TRANSFORM: capitalize
}
TH {
 color: #6060cc
}

P.main {
	width: 40em;
	margin-left: 1em;
	text-align: justify;
}

.margin {
	width: 40em;
	margin-left: 1em;
	text-align: justify;
}

P.left {
	margin-left: 0.3em;
	margin-right: 0em;
	margin-bottom: 0px;
}

.minorleft {
	margin-left: 1.3em;
	margin-right: 0em;
	margin-top: 0em;
	font-size: small;
}

A:LINK {
	text-decoration: none;
	color: #2872ae;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

A:HOVER {
	background-color: #dde9ff
}

A:VISITED {
	text-decoration: none;
	color: #5e009b;
}

A IMG {
	border-bottom-style: none;
}

A:LINK IMG {
	border-bottom-style: none;
}

A:HOVER IMG {
	border-bottom-style: none;
}

A:VISITED IMG {
	border-bottom-style: none;
}