/* CSS Document */

.a a:link, .a a:visited, .a a:active	{
	color: #555555;
	text-decoration: none;
	margin-left: 0px;
			}
							
.a a:hover	{
	color: #B8B157;
			}
			
.b a:link, .b a:visited, .b a:active	{
	color: #555555;
	text-decoration: none;
	margin-left: 25px;
			}
							
.b a:hover	{
	color: #136481;
			}
			
.c a:link, .c a:visited, .c a:active	{
	color: #555555;
	text-decoration: none;
	margin-left: 25px;
			}
							
.c a:hover	{
	color: #8e0502;
			}
			
.d a:link, .d a:visited, .d a:active	{
	color: #555555;
	text-decoration: none;
	margin-left: 25px;
			}
							
.d a:hover	{
	color: #71C341;
			}
			
.e a:link, .e a:visited, .e a:active	{
	color: #555555;
	text-decoration: none;
	margin-left: 25px;
			}
							
.e a:hover	{
	color: #CCCCCC;
			}
			
.f a:link, .f a:visited, .f a:active	{
	color: #555555;
	text-decoration: none;
	margin-left: 25px;
			}
							
.f a:hover	{
	color: #A403BB;
			}
			
.copyrightbar a:link, .copyrightbar a:visited, .copyrightbar a:active	{
	color: #555555;
	text-decoration: none;
			}
							
.copyrightbar a:hover	{
	text-decoration: underline;
			}
			

