/* CSS Document */

body{ background-color: #E8F3FF } 
p 
	{ 
		color: black; 
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px
	} 

h1, h2, h3
	{ 
		color: #003399;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:16px
	}
.textlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660033;
}

a 
	{
		font-family: Georgia, Times New Roman, Times, serif;
		color: #003399;
	}
a:link 
	{
		text-decoration: none;
	}
a:visited 
	{
		text-decoration: none;
		color: #003399;
	}
a:hover 
	{
		text-decoration: underline;
		color: #2A1F55;
	}
a:active 
	{
		text-decoration: none;
	}
	
b1 
	{
		font-family: Georgia, Times New Roman, Times, serif;
		color: #999999;
		font-size:12px
	}
b1:link 
	{
		text-decoration: none;
	}
b1:visited 
	{
		text-decoration: none;
		color: #999999;
	}
b1:hover 
	{
		text-decoration: underline;
		color: #666666;
	}
b1:active 
	{
		text-decoration: none;
	}
	
.te 
	{
		font-family: Georgia, Times New Roman, Times, serif;
		color: #660033;
	}
.te:link 
	{
		text-decoration: none;
	}
.te:visited 
	{
		text-decoration: none;
		color: #660033;
	}
.te:hover 
	{
		text-decoration: underline;
		color: #990033;
	}
.te:active 
	{
		text-decoration: none;
	}
.menu_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660033;
}
