﻿UL  {
	font-size : 10pt;
	font-family : arial;
	color : Black;
	font-weight : normal;
	font-style : normal;
	text-align : justify;
}

ul#menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    display: inline;
    margin-right: 3px;
}

ul#menu li a {
    background-color: #51632c;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    color: white;
    background-color: black;
}


P  {
	font-size : 10pt;
	font-family : arial;
	color : Black;
	font-weight : normal;
	font-style : normal;
	text-align : justify;
}

H1  {
	font-size : 10pt;
	font-family : arial;
	font-weight : bold;
	color : Green;
	text-decoration : underline;
}

H2  {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #66CCCC;
	font-weight : bold;
	font-style : italic;
	text-align : left;
	line-height: 15px;
	vertical-align: middle;
}

H3  {
	font-size : 10pt;
	font-family : arial;
	color : Black;
	font-weight : bold;
	font-style : normal;
	text-align : center;
}

H4  {
	font-size : 14pt;
	font-family : arial;
	color : Green;
	font-weight : Normal;
	font-style : normal;
	text-align : left;
}



A  {
	font-size : 10pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-decoration : none;
	text-align : center;
}


A:Hover  {
	font-size : 10pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-decoration : underline;
	text-align : center;
}

.itemBorder { border: 1px solid black }
.itemText { text-decoration: none; color: #000000; font: bold 10pt Arial, Helvetica}

.crazyBorder { border: 2px outset #66CCCC }
.crazyText { text-decoration: none; color: #66CCCC; font: Bold 10pt Arial, Helvetica }

.link{
 	color : blue;
 	font-family : Arial;
 	font-size : 10pt;
 	text-decoration : none;
 	font-weight : normal;
 	font-style : normal;
	}
	
.link:hover {
 	color : blue;
 	font-family : Arial;
 	font-size : 10pt;
 	text-decoration : underline;
 	font-weight : normal;
 	font-style : normal;	
	
