﻿td 	{
	font-family: tahoma;
	font-size: 80%;
}


	h1, h2, h3, h4, h5, h6, h7 {font-weight : bold;}


h1
	{
		font-size: 130%;
	}

h2	
	{
		font-size: 120%;
	}
	
h3 
	{
		font-size: 110%;
	}


h4
	{
		font-size: 100%;
	}

h5
	{
		font-size: 90%;

	}

h6
	{
		font-size: 80%;
		color : #BBBBBB;
	}

h7
	{
		font-size: 70%;
	}




a{
	
	text-decoration: underline;
	font-family: arial;
	font-size: 100%;
	color: blue
}

a.navbar {

	text-decoration: underline;
	font-family: arial;
	font-size: 100%;
	color: white


}

table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(images/borders/round/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(images/borders/round/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(images/borders/round/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(images/borders/round/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(images/borders/round/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(images/borders/round/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(images/borders/round/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(images/borders/round/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }
  



  

