.note {
	links
}

		
a {
    color:#006600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.header {
    color:#000000;
    text-decoration: none;    
    font-size: 26pt;
    font-family: lucida calligraphy,ariel,sans-serif;
    font-weight: bold;
}
a.header:hover {
    text-decoration: underline;
}
a.nav {
    color:#FFFFFF;
    font-size: 12pt;
    text-decoration: none;
}
a.nav:hover {
    text-decoration: underline;
}
a.nav-on {
    color:#FFFFFF;
    font-weight: bold;
    text-decoration: none;    
}
.navwhite {
	color: #FFFFFF;
}


body {
    margin:0px;
    font-family: verdana,ariel,sans-serif;
    background: #006600;        
    font-size: 11pt;
}



.note {
	tables
}



td.content {
    padding: 15px;
    font-size: 11pt;
    text-align: justify;
}
td {
	font-size: 11pt;
}
table {
	border-spacing: 2px;
	border-collapse: nocollapse;	
}
td.links {
    background:#990000;
    font-size: 12pt;
}
td.border {
    background:#990000;
}
td.fontcenter {
	border: 1px #666666 solid;
	text-align: center;
}
td.picture {
	border: 1px #666666 solid;
	text-align: center;
	width: 120px;
	height: 120px;
}
td.table {
	border: 1px #666666 solid;
	text-align: left;
	padding: 5px;
}
table.table {	
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 11pt;
}
table.smallfont {	
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 10pt;	
}
td.content-nav {
	text-align: right;
	font-size: 9pt;
}	



.note {
	textchanges
}


div.header {	
	font-size: 20pt;
	text-align: center;	
	font-family: lucida handwriting,verdana,sans-serif;
}
.title {
	text-align: center;
	font-size: 26pt;
	font-family: lucida handwriting,verdana,sans-serif;
}
.author {
	font-size: 10pt;
	text-align: right;
}
.contents {
	text-align: center;
}
.greenborder {
	border: 2px #006600 solid;
}
.breadcrumb {
	text-align: right;
	font-size: 9pt;
}
.listhead {
	font-size: 13pt;
}
.copyright {
	font-size: 7pt;
	text-align: center;
}


.note {
	miscellaneous
}


hr {
    border-style: solid;
    border-width: 1px;
    border-color: #990000;
}
