                        A:LINK, A:VISITED,a:active {
	text-decoration: none;
	color: #0A0AFF;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}

                        A.nav:LINK, A.nav:VISITED {
	text-decoration: none;
	color: #0A0AFF;
	border-top-style: none;
	border-bottom-style: none;
}

                        A.img:LINK, A.img:VISITED {
	text-decoration: none;
	border-top-style: none;
	border-bottom-style: none;
}


                        A:HOVER {
	color: #FF0000;
}

                        A.nav:HOVER {
	color: #0A0AFF;
}

                        A.img:HOVER {
	color: #FF0000;
}


                        BODY {
	color: #0A0AFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background: #D1E8FF url(../images/back.jpg) no-repeat top center;
}

                        H1 {
	font-size: 18pt;
}

                        H2 {
	font-size: 16pt;
}

                        H3 {
	font-size: 14pt;
}

                        H4 {
	font-size: 12pt;
}

                        H5 {
	font-size: 10pt;
	font-weight: 500;
}

                        H6 {
	font-size: 10pt;
	font-weight: 800;
}


                        TH {
	background-color: transparent;
	color: #0A85FF;
	font-size: x-large;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 250px;
	padding-right: 0px;
	padding-top: 0px;
	height: 80px;
	background-image: url(../images/back_header.png);
	background-position: left;
	background-repeat: no-repeat;
}

                        TD {
	font-weight: bold;
	font-size: small;
}
                        TD.nav {
	background: url(../images/back_nav.png) no-repeat top;
}

                        TD.border{
	background-color: #1F8FFF;
	height: 1px;
}

                        TD.content {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	height: 420px;
	width: 640px;
	background: url(../images/back_content.png) repeat;
}

                        TD.default {
	background-color: transparent;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

                        TD.footer {
	font-weight: inherit;
	font-size: small;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background: url(../images/back_footer.png) repeat;
}