@charset "utf-8";
/* CSS Document */

	body 
	{
		color : black; 
	}
	
	a:link 
	{ 
		color : #961941;
		text-decoration : none;
	}
	
	a:visited 
	{ 
		color : #961941;
		text-decoration : none;
	}
	
	a:hover 
	{
		color : #961941; 
		text-decoration : underline;
	}
	
	a:active 
	{ 
		color : #961941; 
		text-decoration : underline;
	}
	
	.default
	{
		font : Arial;
		font-family : Arial;
		font-size : 13px;
		color : black;
		text-align: justify;
		text-decoration : none;
	}
	
	.default_no_justify
	{
		font : Arial;
		font-family : Arial;
		font-size : 13px;
		color : black;
		text-decoration : none;
	}

	.default_double
	{
		font : Arial;
		font-family : Arial;
		font-size : 13px;
		color : black;
		text-align: justify;
		line-height: 1.5em;
		text-decoration : none;
	}
	
	.default_double_no_justify
	{
		font : Arial;
		font-family : Arial;
		font-size : 13px;
		color : black;
		line-height: 1.5em;
		text-decoration : none;
	}
	
	.tables
	{
		font : Arial;
		font-family : Arial;
		font-size : 13px;
		color : black;
		text-decoration : none;
	}
	
	.tip
	{
		font : Arial;
		font-family : Arial;
		font-size : 11px;
		color : black;
		text-decoration : none;
	}
	
	.fine_print
	{
		font : Arial;
		font-family : Arial;
		font-size : 11px;
		color : gray;
		text-decoration : none;
	}
	
	.quotes
	{
		font : Arial;
		font-family : Arial;
		font-size : 12px;
		text-decoration : none;
	}
	
	.legal
	{
		font : Arial;
		font-family : Arial;
		font-size : 11px;
		color : black;
		text-align: justify;
		line-height: 1.75em;
		text-decoration : none;
	}




