﻿p  {
	font-size: 0.8em;
	font-family: Verdana, arial;
	color: Black;
	margin: 0;
	padding: 0.5em;
}

b	{
	color: black;
	font-weight: bold;	
}

h1  {
	font-size: 110%;
	color: Blue;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: blue;
	margin: 0;
	padding: 0.5em;
	font-style: italic;
}

h3  {
	font-family: Verdana, arial;
	font-size: 0.75em;
	color: Blue;
	font-weight: bold;
	padding: 0.0em;
	margin: 0;
	font-style: italic;
}

a, a:visited, a:active  {
	color: Green;
	font-family: Verdana, arial;
	font-weight: bold;
	text-decoration : none;
}

a:hover  {
	color : #0000ff;
	font-weight : bold;
	text-decoration : underline;
	font-family : Verdana, arial;
}

body  {}

.copy  {
	font-size: 0.5em;
	font-family: arial;
	font-style: italic;
	color: #000000;
	margin: 0;
}

p.small  {
	font-size : 0.6em;
	font-family : Verdana, arial;
	font-style : italic;
	color : #000000;
}

.form1  {
	font-size : 0.4em;
	font-family : Arial;
	color : Gray;
}

#l-col img {
	border: 2px solid White;
	margin: 5px;
}

p.image {
	float: right;
}

p.image img {
	display: block;
}

	ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav a {
		color: blue;
		font-weight: normal;
		font-size : 0.7em;
	}

	#nav a {
	text-decoration: none;
}

	#nav li li a {
		display: block;
		text-align: center;
		padding: 1px 1px 1px 1px;
	}

	#nav li li a:hover {
	padding: 1px 0px 0px 1px;
	background-color: #99ff99;
	color: blue;
	margin-right: 0px;
	border: 0px solid lime;
	margin-left: 0px;
			border-right: 1px #bababa solid;
		border-bottom: 1px #bababa solid;
}

	li#sect {
	background-color: #00ff00;
}

	li {
	float: left;
	position: relative;
	width: 6em;
	height:auto;
	text-align: center;
	cursor: default;
	background-color: #CCFFCC;
	border: 1px #ffffff solid;
}

	li#first {
		background-color: #ffFFff;
		width: .5em;
	}

	li#last {
		width: 0em;
	}

	li ul {
		display: none;
		position: absolute;
		top: 100%;
		width: 7em;
		left: 0;
		font-weight: normal;
		background: #eeffee url(images/xp1.gif) repeat-y left;
		padding: 10px 0px 10px 0px;
		border: 1px #ffffff solid;
		border-right: 1px #bababa solid;
		border-bottom: 1px #bababa solid;
	}

	li>ul {
		top: auto;
		left: auto;
	}

	li li {
		display: block;
		float: none;
		background-color: transparent;
		border: 0;
	}

	li:hover ul, li.over ul {
		display: block;
	}

   hr {
   	color: #66ff66;
   }