/* CSS Document */

body	{
	font-family: "times new roman", serif;
	}

p 	{
	color: #00529f;
	}
	
td	{
	color: #00529f;
	}
	
dl, li	{
	color: #00529f;
	}
	
dt	{
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	font-size: 30px;
	font-style: italic;
	}
	
dd	{
	font-style: italic;
	line-height: 25px;
	}
	

			
a	{
	color: #00529f;
	}
	
a:visited {
	color: #00529f;
	}
	
a:hover	{
	color: #a9b4d9;
	}
	
a.white	{
	font-size: 18px;
	color: white;
	line-height: 35px;
	text-decoration: none;
	font-weight: bold;
	}
	
a.white:visited {
	color: white;
	}
	
a.white:hover	{
	color: #a9b4d9;
	}
	

