/* ########################################################	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: MS Sans Serif;
			font-size: 14px; 
			color: #444444;
		}
table		{
			padding: 0;
		}		
td		{
			padding: 0;
			font-family: MS Sans Serif; 
			font-size: 14px;
			color: #444444;
		}
/* ########################################################	Text  */
a		{
			text-decoration:none;
			cursor:hand;
		}
.t-n-w		{	
			color: #EEEEEE;
		}
		a.t-n-w		{	
					color: #EEEEEE;
				}
				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;
						}
.t-n-o		{	
			color: #FF3300;
		}
		a.t-n-o		{	
					color: #FF3300;
				}
				a.t-n-o:hover	{	
							color: #FF3300;
							text-decoration: underline;
						}
.t-n-g		{	
			color: #008800;
		}
		a.t-n-g		{	
					color: #008800;
				}
				a.t-n-g:hover	{	
							color: #008800;
							text-decoration: underline;
						}
/* ########################################################	BG Class  */
.bover		{
			background-color:#EEEEEE;
			cursor:pointer;
		}
/* ########################################################	Button  */
.submitbig	{
			font-family:MS Sans Serif; 
			font-size:12px; 
			font-weight:bold;
			height:35px;
			width:80px;
		}
.submitbigw	{
			font-family:MS Sans Serif; 
			font-size:12px; 
			font-weight:bold;
			height:35px;
		}
/* ########################################################	Button  */
.pics		{
			border-style:solid;
			border-width:1px;
			border-color:#444444;
			width:100px;
		}
.picss		{
			border-style:solid;
			border-width:1px;
			border-color:#444444;
			width:100px;
		}
.picico		{
			border-style:solid;
			border-width:0px;
			border-color:#444444;
			width:60px;
		}
.pical		{
			border-style:solid;
			border-width:1px;
			border-color:#999999;
		}