body, form 
{
	border:0;
	margin:0px;
	padding:0px;
	outline: none;
}

/*body { height:1%; }*/
a,input,div,span,input.radio
{
    outline: none;
    }
/* IE6 & IE7 */
/*#content_wrap, .dc, #header, #topmenu, #container, #footer { zoom:1; }*/

/* IE 5.x & IE6 | IE6 only */
/*	* html .dc, * html #container { height:1%; hei\ght:auto; } 
*/
/* IE 5.x & IE6 | IE6 only */
/** html #header, * html #topmenu,*/
/** html #container, * html #footer { width:100%; wid\th:auto; }*/


.right
{
	float: right;
}

.left
{
	float: left;
}

img 
{
	border:0;
}

img.right
{
	float:			right;
	margin-bottom:	10px;
	margin-left:	20px;
}

.left img
{
	float:			left;
	margin-bottom:	10px;
	margin-right:	16px;	
}

.spacing_zero {
	margin:0;
	padding:0;
}

.spacing_5
{
	display:	block;
	height:		5px;
}

.spacing_10
{
	display:	block;
	height:		10px;
}

.spacing_15
{
	display:	block;
	height:		15px;
}

.textindent_5
{
	text-indent:	5px;
}

.textindent_10
{
	text-indent:	10px;
}

.clear 
{
	clear:	both;
}
	
.inline
{
	display:	inline;
}

.even 
{ 
	background-color: #e0e1e2; 
}

.odd 
{ 
	background-color: #f1f1f2; 
}

.even td,
.odd td 
{
	height: 35px;
} 
