/* set heading one style*/

h1

{
	text-align: left;
	color: #000000;
	font-family: tahoma;
	font-size: 16px
}

/* set heading two style*/

h2

{
	text-align: left;
	color: #000000;
	font-family: tahoma;
	font-size: 14px
}


/* set button appearance */

	td.button
{
	background-color: #C0C0C0
}

/* set link style to white*/

	a.white
{

	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 12px
}


/* set link style to black*/

	a.black
{

	text-decoration: none;
	text-align: center;
	color: #000000;
	font-family: tahoma;
	font-size: 12px
}
/* set link style to blue*/

	a.blue
{

	text-decoration: none;
	text-align: center;
	color: #006699;
	font-family: tahoma;
	font-size: 14px
}

/* set paragraph to center*/

	p.center
{
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF
}

/* set paragraph to justify*/

	p.justify

{
	text-align: justify;
	font-family: tahoma;
	font-size: 14px;
	color: #000000

}

div.justify
{
  text-align: justify;
  font-family: tahoma;
  font-size: 14px;
  color: #000000
}

/* set paragraph to right*/

	p.right
{
	text-align: justify;
	font-family: tahoma;
	font-size: 9px;
	color: #000000
}

#nav, #nav ul 
{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: block;
	color: black;
	background-color: #C0C0C0;
/*	border:1px solid white;*/
}

#nav a {
	text-decoration : none;
	color: black;
	display : block;
	font-variant : small-caps;
	font-family : Verdana, Georgia;
	font-size : 12px;
	/*border:1px solid white;*/
}

#nav li { /* all list items */
	display : block;
	color: black;
	text-indent: 4px;
	/*border:1px solid white;*/
}

#nav li ul { /* second-level lists */
 	color: black;
	width: 100%;
	font-weight: 400;
}

#nav li ul li 
{ 
	text-indent: 20px;
  	width: 100%;
	background-color: #C0C0C0;
}

#nav li ul li a
{
	color : blue;
}
#sitemap, #sitemap ul, #sitemap a, #sitemap li, #sitemap li ul 
{ 	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: block;
	/*color: black;*/
	text-decoration : underline;
	/*font-variant : small-caps;*/
	font-family : Verdana, Georgia;
	font-size : 14px;
}
#sitemap li ul li
{
	text-indent: 20px;
}
.footer
{
  font-size: 9px;
  font-family: Arial; 
  color : navy;
  text-align: center;
  width:100%;	  
}
.footer a:link 
{
  text-decoration:none;
  color:navy
}

.footer a:visited 
{
  text-decoration:none;
  color:navy
}
.footer a:hover
{
  text-decoration:none;
  color:navy
}
.ma
{
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
   padding-bottom: 5px;
   padding-top: 5px;
}
