/* CSS Document */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:none;}
a:hover {text-decoration:none;}

a.norm:link {font-weight:normal; color:#f75a92; text-decoration:none;}
a.norm:visited {font-weight:normal; color:#f75a92; text-decoration:none;}
a.norm:active {font-weight:normal; color:#f75a92; text-decoration:none;}
a.norm:hover {font-weight:bold; color:#CC4978; text-decoration:none;}	

a.h3:link {font-weight:bold; color:#5f5339; text-decoration:none;}
a.h3:visited {font-weight:bold; color:#5f5339; text-decoration:none;}
a.h3:active {font-weight:bold; color:#5f5339; text-decoration:none;}
a.h3:hover {font-weight:bold; color:#CC4978; text-decoration:none;}	

  a img {
	border: none;
  }
  
  body { 
	margin: 0px;
	}
  
  body, td {
	font: 12px arial;
	}

  table.order_form td {
	font: 11.5px arial;	
  }
  
  input.input_field {
	font-family: Arial; 
	font-size: 11px;
  }
  
  input.input_field_small {
	font-family: Arial; 
	font-size: 10px;
  }
  
  input.sub {
	font-size:11px;
  }

img
{  border-style: none;
}

td.tddashtopleft {  background-image: url(../images/html/cornertopleft.gif); background-repeat: no-repeat; }
td.tddashtopright { background-image: url(../images/html/cornertopright.gif); background-repeat: no-repeat; }
td.tddashtop { background-image: url(../images/html/topdash.gif); background-repeat: repeat-x;}
td.tddashleft { background-image: url(../images/html/leftdash.gif); background-repeat: repeat-y;}
td.tddashbottomleft { background-image: url(../images/html/cornerbottomleft.gif); background-repeat: no-repeat; }
td.tddashbottomright { background-image: url(../images/html/cornerbottomright.gif); background-repeat: no-repeat; }
td.tddashbottom { background-image: url(../images/html/bottomdash.gif); background-repeat: repeat-x; }
td.tddashright { background-image: url(../images/html/rightdash.gif); background-repeat: repeat-y; }

input.checkbox  {
	width : 1em;
	height :1em;
	}