a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited	{color:		#339999;
	text-decoration:	none;
	}
a:active	{color:		#FF7700;
	text-decoration:	none;
	}
a:hover	{color:		#FF9900;
	 text-decoration:	none;
	}
	
	body	{
	font-family	:Tahoma, "MS Sans Serif";
	color: #333333;

				}
				
	.menu_text	{font-size: x-small;
					font-family:	Arial, Helvetica, sans-serif;
				}
	
	.body_text	{
	font-size:	x-small;
	font-family:	Tahoma, sans-serif;
	text-indent: 7px;
	text-align:	justify;
	color: #333333;
				}
	
	.table_text	{
	font-size:	x-small;
	font-family:	Tahoma, sans-serif;
	text-align:	justify;
	color: #333333;
	text-decoration: none;

				}
	.decor_text	{font-size:	10px;
					font-family:	Arial, Helvetica, sans-serif;
					color: #333333;
				}
				
	.header_text	{font-size:	small;
					font-family:  		Arial Black, Copperplate Gothic Bold;
				}
				
		.border	{border-style:	solid solid solid solid;
					border-color:	#999999;
					border-width:	1px;
				}
				
		.thin_border	{border-style:	solid solid solid solid;
					border-color:	#C0C0C0;
					border-width:	1px;
				}
				
	.right_border	{border-style:	none solid none none;
					border-color:	#999999;
					border-width:	1px;
				}
	.left_border	{border-style:	none none none solid;
					border-color:	#999999;
					border-width:	1px;
				}
	.top_border	{border-style:	solid none none none;
					border-color:	#999999;
					border-width:	1px;
				}
	.bottom_border	{border-style:	none none solid none;
					border-color:	#999999;
					border-width:	1px;
				}
	.thin_bottom_border	{
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #D0D0D0;
				}
				
	.thin_top_border	{
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #D0D0D0;
				}

