/* ::::::::::: General Settings ::::::::::: */
body	 	{
			background-color: #FFFFFF;
	  		margin:   0;
			padding:  0; 
			} 
  
A			{
			font-family: Verdana, sans-serif; 
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
			}
		
A:hover		{
			font-family: Verdana, sans-serif; 
			font-size: 11px;
			font-weight: bold;
			text-decoration: underline;
			}
P			{
			font-family: Verdana, sans-serif; 
			font-size: 11px;
			}
TD			{
			font-family: Verdana, sans-serif; 
			font-size: 11px;
			}

.center		{text-align: center; }
.left		{text-align: left;   }
.right		{text-align: right;  }

/* ::::::::::: Specific Classes to do certain things ::::::::::: */			
.rightd		{
			background: #ffffff url(../../inc/images/dual.png) repeat-x;
			text-align: right;  
			}
.centerd	{ 
			background: #ffffff url(../../inc/images/dual_w.png) repeat-x;
			text-align: center;  
			}
.M10		{
			color: #ffffff;
			margin-left: 5px;
			}
			
.M10b		{
			color: #ffffff;
			}

.M20		{
			color: #ffffff;
			margin-left: 20px;
			line-height: 20px;
			}
.red		{
			color: #cc0000;
			}
.width		{
			width: 1%;			
			}
			
.title		{
			font-family: Verdana, sans-serif; 
			font-size: 12px;
			font-weight: bold;
			border-left: solid 1px #000000;
			border-bottom: solid 1px #000000; 
			}

.title_nl	{
			font-family: Verdana, sans-serif; 
			font-size: 14px;
			font-weight: bold;
			}

.bold		{
			font-family: Verdana, sans-serif; 
			font-size: 11px; 
			font-weight: bold
			}
.req		{
			font-family: Verdana, sans-serif; 
			font-size: 12px; 
			font-weight: bold;
			color: #FF0000;
			}
