/* CSS Document */
/*@import url(global.css);  hide from older browsers, alt devices */

body 
{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #444341;	  
	margin: 0;
	padding: 0;	
	text-align:center; /* centering fix for old IE */
}

img { 
	display: block;
	border-width:0;	
}

div, p, h1, h2, h3, form {
	text-align:left;
	white-space:normal;
}

a 
{
  color: #D21020;		
}

a:hover, a:active 
{ 
  color: #B1000F;
}

p
{	
	margin:0 0 10px 0;
	line-height:1.3em;
}

h1 {
	font-size: 1.3em;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0;	
}

h2, h3 {
	font-weight:bold;
	margin:0;
}

h2 {
	font-size: 1.1em;	
	margin-bottom:10px;
}

h3 {
	font-size: 1em;
}

div, ul, li, form
{
	margin:0;
	padding:0;
	
}

ul {
	list-style: none;
}

/*hr {
  color: #D21020;
  background-color: #D21020;
  height: 1px;
}*/

.hide {
	display:none;
}

.nobr {
	white-space:nowrap;
}