﻿body,h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div {
    font-family: verdana,arial,helvetica;
	}
body,td {
    font-size: 90%;
	}

/*------------Menu----------*/
#Menu {
	top: 100px;
	left: 10px;
	z-index: 3;
	width: 150px;
	background-color: #eaf2f5;
	color: #353e47;
	}
#Menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#Menu ul li a {
	display: block;
	text-decoration: none;
	width: 150px;
	margin: 0;
	}
#Menu li {
	list-style: none;
	font: bold 10px arial;
	border-bottom: 5px solid #eaf2f5;
	margin: 0px;
	width: 150px;
	float: left;
	}
#Menu li a:hover {
	display: block;
	background: #b3c6c4;
	color: #426F85;
	}
#Menu li.selected {
	background: #B3C6C4;
	border-bottom: 5px solid #eaf2f5;
	}
#Menu li.selected a {
	width: 150px;
	}
#Menu li.selected a:hover {
	color:#353e47;
	}
#Menu li.selected a {
	color:#353e47;
	}
/*------------Menu----------*/


/*------------Product----------*/
#Product {
	top: 100px;
	left: 10px;
	z-index: 3;
	width: 150px;
	background-color: #eaf2f5;
	color: #353e47;
	}
#Product ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#Product ul li a {
	display: block;
	text-decoration: none;
	width: 150px;
	margin: 0;
	}
#Product li {
	list-style: none;
	font: 12px arial;
	border-bottom: 2px #eaf2f5;
	margin: 0px;
	width: 150px;
	float: left;
	}
#Product li a:hover {
	display: block;
	background: #b3c6c4;
	color: #426F85;
	}
/*------------Product----------*/


/*------------External Link----------*/
#ExternalLink {
	top: 100px;
	left: 10px;
	z-index: 3;
	width: 150px;
	background-color: #eaf2f5;
	color: #353e47;
	}
#ExternalLink ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	}
#ExternalLink ul li a {
	display: block;
	text-decoration: none;
	width: 150px;
	margin: 0;
	}
#ExternalLink li {
	list-style: none;
	font: 12px arial;
	border-bottom: 2px #eaf2f5;
	margin: 0px;
	width: 150px;
	float: left;
	}
#ExternalLink li a:hover {
	display: block;
	background: #b3c6c4;
	color: #426F85;
	}
/*------------External Link----------*/

a:link{
	font-size:  12px;
	color:	#0000ff;
	text-decoration: none;
	}
a:visited{
	font-size:  12px;
	color:#000088;
	text-decoration: none;
	}
h1{
	font-size: 14px;
	font-weight: bold;
	color: #2980DE;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: inherit;
	}
h2{
	font-size: 12px;
	font-weight: bold;
	color: #353e47;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
	}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
p{
	font-size: 12px;
	margin: 5px 5px 5px 20px;
	line-height: 150%;
	}

