/* ########################################################	Properties Cursor Default */
.cursor-default		{cursor: default;}
.cursor-hand		{cursor: pointer;}
/* ########################################################	Default CSS */
body		{
			margin-top: 0;
			margin-left: 0;
			margin-right: 0;
			margin-bottom: 0;
			font-family: Tahoma;
			font-size: 12px; 
			color: #444444;
		}
table		{
			padding: 0;
		}		
td		{
			padding: 0;
			font-family: Tahoma; 
			font-size: 12px;
			color: #444444;
		}
/* ########################################################	Text  */
a		{
			text-decoration:none;
			cursor:hand;
		}
.t-n-w		{	
			color: #FFFFFF;
		}
		a.t-n-w		{	
					color: #FFFFFF;
				}
				a.t-n-w:hover	{	
							color: #FFFFFF;
							text-decoration: underline;
						}
.t-n-bl		{	
			color: #444444;
		}
		a.t-n-bl		{	
					color: #444444;
				}
				a.t-n-bl:hover	{	
							color: #222222;
							text-decoration: underline;
						}
/* ########################################################	BG Class  */
.bover		{
			background-color:#EEEEEE;
			cursor:pointer;
		}
/* ########################################################	Button  */
/* Blank */
/* ########################################################	Button  */
.pic		{
			border-style:solid;
			border-width:0px;
			border-color:#444444;
		}
