/*-------iframe Settings--------*/

iframe
	{
		border-width: 0px;
	}

/*-------Body and Div Style Settings--------*/

.body1
	{
		background-attachment: fixed;
		background-image: url(images/nature-29-2.jpg) ;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	
.div1
	{
		text-align: center;
	}
	

/*----------Text Styles----------*/
.font1
	{
		font-size: 12pt;
		font-family: Arial;
		font-style: normal;
		font-weight: normal;
	}
	
.font2
	{
		font-size: 8pt;
		font-family: Arial;
		font-style: italic;
		font-weight: normal;
	}

.font3
	{
		font-size: 10pt;
		font-family: Arial;
		font-style: normal;
		font-weight: normal;
	}

.font4
	{
		font-size: 10pt;
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
	}
	
.font5
	{
		font-size: 14pt;
		font-family: Arial;
		font-style: normal;
		font-weight: normal;
	}
	
.font6
	{
		font-size: 10pt;
		font-family: Arial;
		font-style: italic;
		font-weight: normal;
	}

.header1
	{
		font-size: 24pt;
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
	}

.header2
	{
		font-size: 14pt;
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
	}
	
.header3
	{
		font-size: 18pt;
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
	}
	
.header4
	{
		font-size: 14pt;
		font-family: Arial;
		font-style: italic;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
.header5
	{
		font-size: 18pt;
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
		text-decoration: underline;
	}
	
.header6
	{
		font-size: 14pt;
		font-family: Arial;
		font-style: italic;
		font-weight: bold;
		text-decoration: underline;
	}

/*---------Menu Buttons----------*/

#menubuttons 
	{
		width: 200px ;
		text-align: center ;
	}

#menubuttons ul 
	{
		margin: 0 ;
		padding: 2px;
		list-style: none ;
	}

#menubuttons li 
	{
		margin: 0 ;
		padding: 2px;
		display: block ;
		list-style: none ;
		font-family: Arial, Helvetica, sans-serif ;
		font-size: 18px ;
		font-weight: normal ;
	}

#menubuttons a 
	{
		color: #000000 ;
		background-color: #ffffff ;
		border: 1px outset #000000 ;
		width: 200px ;
		text-decoration: none ;
		display: block ;
	}

#menubuttons a:hover 
	{
		color: #ffff00 ;
		background-color: #004400 ;
	}

#menubuttons2 
	{
		width: 200px ;
		text-align: center ;
	}

#menubuttons2 ul 
	{
		margin: 0 ;
		padding: 2px;
		list-style: none ;
	}

#menubuttons2 li 
	{
		margin: 0 ;
		padding: 2px;
		display: block ;
		list-style: none ;
		font-family: Arial, Helvetica, sans-serif ;
		font-size: 18px ;
		font-weight: normal ;
	}

#menubuttons2 a 
	{
		color: #000000 ;
		background-color: #ffffff ;
		border: 1px outset #000000 ;
		width: 200px ;
		text-decoration: none ;
		display: block ;
	}

#menubuttons2 a:hover 
	{
		color: #ffffff ;
		background-color: #000044 ;
	}

/*------ Table Settings ------*/
.boldtable1, .boldtable1 TD, .boldtable1 TH
	{
		font-family:Arial;
		font-size:16pt;
		color:#000000;
		font-weight:bold;
	}

.boldtable2, .boldtable2 TD, .boldtable2 TH
	{
		font-family:Arial;
		font-size:10pt;
		color:#000000;
		font-weight:bold;
	}
	
.boldtable3, .boldtable3 TD, .boldtable3 TH
	{
		font-family:Arial;
		font-size:12pt;
		color:#000000;
		font-weight:bold;
	}	

.boldtable4, .boldtable4 TD, .boldtable4 TH
	{
		font-family:Arial;
		font-size:14pt;
		color:#000000;
		font-weight:bold;
		padding-right: 10px;
		padding-left: 10px;
	}

.table1, .table1 td, .table1 th
	{
		padding: 5px;
		
	}
	
.table2, .table2 td, .table2 th
	{
		padding: 5px;
		text-decoration: underline;
	}

