/* Set Defaults */
	div, p, h1, h2, h3, h4, h5, h6, span, a, ul, li, td, input, textarea {
		font-family: Trebuchet MS, Helvetica, Geneva, Verdana, Arial, sans-serif;
	}

 	#banner {
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		height: 73px;
		width:100%;
		color: #99CCCC;
		font-weight: bold;
		z-index:2;
	}

	#links {
		position: absolute;
		top: 40px;
		left: 460px;
		color: #6699CC;
		font-weight: bold;
		margin: 4px;
		padding: 0px;
		height: 20px;
		z-index:4;
	}
	#links a{
		text-decoration: none;
		color: #6699CC;
		font-weight: bold;
	}

	#links a:hover{
		text-decoration: underline;
	}

	#navbar {
		position: absolute;
		top:52px;
		left: 0px;
		width: 100%;
		height: 30px;
		background-color: #000000;
		z-index:3;
	}

	#navcover {
		position: absolute;
		top:52px;
		left: 0px;
		width: 185px;
		height: 30px;
		background-color: #FFFFFF;
		z-index:4;
	}
	#nav {
		position: absolute;
		top:52px;
		left: 185px;
		width: 565px;
		height: 30px;
		text-align: center;
		vertical-align: middle;
		font-size: 12px;
		z-index:5;
	}
	div#navlinks {
		position: absolute;
		top:7px;
		left: 10px;
		width: 555px;
		text-align: center;
		font-size: 12px;
		z-index:5;
	}
	div#nav a.navlink{
		color: #FFFFFF;
		vertical-align: middle;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		padding: 0px 3px 0px 2px;
	}

	div#nav a:hover{
		text-decoration: underline;
		color: #9999CC;
	}

	div#nav a.navlinkon {
		text-decoration: underline;
		color: #99CCCC;
	}
	
	.editorial {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:10px;
 	}

	.editorial2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#3366cc;
		font-size:10px;
 	}
		
	div#picture {
		position: absolute;
		top: 89px;
		left: 0px;
		padding: 0px;
		height: 20px;
		z-index:4;
	}
	.RESETIMG {
		background-color: #FFFFFF;
		background-image: url('/images/UI/buttons/Clear.jpg');
		background-repeat: no-repeat;
		height:20px;
		width:100px;
		border:0px none;
		}