
      <!--

	* {
		padding: 0px;
		margin: 0px;
	}

	/*  Elements's */

	body {
		background: #EDEDED url(../_images/background.gif) repeat-x left top;
		width: 100%;
		height: 100%;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
	}

	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		color: #446077;
	}

	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #446077;
	}

	h5 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #666666;
	}

	input, select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}

	p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		margin-top: 6px;
		margin-bottom: 8px;
	}


	/*  Class's */

	.cell_borderless {
		padding: 5px 5px 5px 5px;
	
		font-family: arial, tahoma, verdana;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
	}

	.feature_link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #0000CC;
	}

	.feature_link a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

	.form {
		background-color: #EDEDED;
		border: 1px solid #666666;
	}

	.grey {
		color: #666666;
	}

	.navigation {
		background: #5F87A8 url('../_images/navigation_background.gif');
	}

	.navigation select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #333333;
		margin-top: 2px;
	}

	/*  ID's */

	#header {
		position: relative;
		top: 50px;
		left: 43px;
		width: 650px;
		height: 211px;
	}

	#navigation {
		position: relative;
		top: 50px;
		left: 43px;
		width: 650px;
		height: 40px;
	}

	#header_bg {
		width: 735px;
		height: 295px;
		margin: 0 auto;
		background: #2E2E2E url('../_images/content_background_top.gif');
	}

	#content_bg {
		width: 735px;
		height: 100%;
		margin: 0 auto;
		background: #EDEDED url('../_images/content_background.gif') repeat-y;
	}

	#content {
		position: relative;
		top: 10px;
		left: 45px;
		width: 646px;
	}

	#column_left {
		float: left;
		margin-right: 20px;
	}

	#column_right {
		float: right;
		margin-left: 20px;
	}

	#footer_bottom {
		width: 735px;
		height: 30px;
		margin: 0 auto;
		background: #EDEDED url('../_images/content_background_bottom.gif');
		clear: both;
	}

	#footer_information {
		width: 650px;
		height: 15px;
		margin: 0 auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
	}

	#footer_information a {
		color: #0000CC;
	}

	#footer_bg {
		width: 735px;
		height: 45px;
		margin: 0 auto;
		background: #EDEDED url('../_images/content_background.gif') repeat-y;
		clear: both;
	}

	#footer_bottom {
		width: 735px;
		height: 30px;
		margin: 0 auto;
		background: #EDEDED url('../_images/content_background_bottom.gif');
		vertical-align: bottom;
	}

	#txtOrderTotal {
		background-color: #EDEDED;
		border: 0px;
		width: 140px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-align: right;
	}

a.front {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	}

a.front:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
	}
	

	-->