body{
	margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
	}
        
h1{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	}
h2{
	font-family: Arial;
	font-size: 11pt;
	}       
        
table#main{
	align: center;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	width: 750px;
	}
table#main td#top{
	padding: 0px;
	spacing: 0px;
	margin: 0px;
	}
table#main td{
	font-family: Verdana;
	font-size: 8pt;
	padding: 20px;
}
table#main td p{
	margin: 0px 0px 10px 0px;
	text-align: justify;
}



table#inside{
	align: center;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	width: 100%;
	}
table#inside td#top{
	padding: 0px;
	spacing: 0px;
	margin: 0px;
	}
table#inside td{
	font-family: Verdana;
	font-size: 8pt;
	padding: 0px;
}
table#inside td p{
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

b{
	color: #000000;
	}
ul{
	margin-top: 0px;
	margin-bottom: 0px;
	}
li{
	padding: 1px;
	}
	
table#main td#content a:link {color:#000000; font-weight: bold;}      /* unvisited link */
table#main td#content a:visited {color:#000000; font-weight: bold;}  /* visited link */
table#main td#content a:hover {color:#000000; font-weight: bold;}  /* mouse over link */
table#main td#content a:active {color:#000000; font-weight: bold;}  /* selected link */

div#navigation{
	text-align: center;
	font-family: verdana;
	text-transform: uppercase;
	font-size: 7pt;
	font-weight: bold;
	line-height: 14pt;
	}
div#navigation a:link, div#navigation a:active, div#navigation a:visited{
	padding: 2px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
	background-color: #ffffff;
	border-left: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	text-decoration: none;
	}
div#navigation a:hover{
	color: #000000;
	background-color: #ffffff;
	border-left: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	text-decoration: none;
	}
#title{
	font-family: Century Gothic;
	color: #333333; 005dc6
	font-weight: bolder;
	font-size: 16pt;
	font-style: italic;
	}
/* MENU 
########################################################*/
#menu{ 
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	text-transform: uppercase;
	font-size: 7pt;
	line-height: 10pt;
	letter-spacing: 1px;
	width: 130px;
}
#menu ul {
	margin-left: 0px;
	margin-top: 2px;
	padding: 0;
	border: none;
	list-style: none;
	}
#menu li {
	vertical-align: middle;
	padding: 1px;
		}
#menu li a {
	display: block;
	border-left: 4px solid #666666; /*66acff */
	border-bottom: 1px solid #666666;
	background-image: url('img/1menubg.jpg');
	background-repeat: repeat-y;
	font-weight:normal;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	width: 100%; padding-left:4px; padding-right:1px; padding-top:1px; padding-bottom:2px
	}

html>body #menu li a {
	width: auto;
	}

#menu li a:hover {
	border-left: 4px solid #F6B300; /*1c87ff */
	border-bottom: 1px solid #F6B300; /* BEAK COLOR*/
	background-color: #fff;
	color: #000;
	}
        
        
        
#menuhighlight{ 
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	text-transform: uppercase;
	font-size: 7.5pt;
    font-weight:bold;
    font-style: italic;
	line-height: 10pt;
	letter-spacing: 1px;
	width: 130px;
}
#menuhighlight ul {
	margin-left: 0px;
	margin-top: 2px;
	padding: 0;
	border: none;
	list-style: none;
	}
#menuhighlight li {
	vertical-align: middle;
	padding: 1px;
		}
#menuhighlight li a {
	display: block;
	border-left: 4px solid #666666; /*1c87ff */
	border-bottom: 1px solid  #666666; /*1c87ff */
	/* background-image: url('img/1menubg.jpg');
	background-repeat: repeat-y; */
	background-color: #F6B300; /*D2ebff*/
	color: #000;
	text-decoration: none;
	width: 100%; padding-left:4px; padding-right:1px; padding-top:5px; padding-bottom:5px
	}

html>body #menuhighlight li a {
	width: auto;
	}

#menuhighlight li a:hover {
	border-left: 4px solid #000000;
	border-bottom: 1px solid #000000; /*006BE6*/
	background-color: #F6B300; /*#9ED3FF*/
	color: #000;
	}
        
        
        
        
img{
	border: 1px solid #000;
	padding: 2px;
	margin: 2px 10px 2px 10px;
	}
        
img.pagel{
	border: 1px solid #000;
	padding: 2px;
	float: left;
	margin: 2px 0px 2px 0px;
	}
img.pager{
	border: 1px solid #000;
	padding: 2px;
	margin: 2px 0px 2px 5px;
	float: right;
	}
        
img.pagec{
	border: 1px solid #000;
	padding: 2px;
	margin: 2;
	float: center;
	}
	
	
li.tier1sel{
font-weight: bolder;
}

li.tier1unsel{
font-weight:normal;
}

li.tier2sel{
font-weight: bold;
font-style: italic;
margin-left: 10px;
}

li.tier2unsel{
margin-left: 10px;
font-style: italic;
font-weight:normal;
}

