/*

Copyright, 2006 AM Design

*/

/* This is the main section of the stylesheet */

	body
	{
		font-size: 11pt;
		font-family: Trebuchet, "Trebuchet MS","MS Sans Serif",Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
		text-align: center;
	
		margin: 0px auto;
	
		color: black;
		background-color:white;
	}
	
	a
	{
		text-decoration: none;
	
		background-color:white;
	}
	
	a:hover
	{
		text-decoration: underline;
	
		color: blue;
		background-color:white;
	}
	
	h1
	{
		font-size: 11pt;
		font-weight: normal;
	
		border-bottom: 1px dashed gray;
	
		color: #555555;
	}
	
	h2
	{
		font-size: 11pt;
		font-weight: normal;
	
		border-bottom: none;
	
		color: #555555;
	}
	
	h3
	{
		font-size: 12pt;
		font-weight: bold;
	
		text-align: center;
	}
	
	.hiddenlink a
	{
		font-size: 11pt;
	
		text-decoration: none;
	
		color: black;
	}
	
	.logo
	{
		text-align: left;
	
		margin: 2px auto;
		padding: 5px;
		vertical-align: middle;
		width:775px;
	
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}
	
	.content
	{
		width:775px;
		margin:0px auto;
		text-align:left;
	}
	
	.content_temp
	{
		width:775px;
		margin:0px auto;
		text-align:center;
	}
	
	.validation
	{
		text-align: center;
		margin-top: 12px;
	}
	
	.copyright
	{
		text-align: center;
		font-size: 10pt;
	
		color: gray;
	}
	
	.gray_text
	{
		text-align: left;
		font-size: 9pt;
	
		color: gray;
	}

/* This section is for the menus */

	.menu_main
	{
		text-align: center;
		vertical-align: middle;
		line-height: 27px;
		height: 27px;
	
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right: none;
	
		background-image: url("../images/menu_main_bg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.menu_main a
	{
		font-size: 9pt;
	
		color: white;
	
		background-image: url("../images/box_brown.jpg");
	}
	
	.menu_main a:hover
	{
		text-decoration: none;
	
		color: #00008B;
	}
	
	.menu_sub
	{
		font-size: 9pt;
	
		text-align: center;
		margin: 3px;
		padding: 1px;
	
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right: none;
	
		background-color: white;
	}
	
	.menu_sub a
	{
		color: #555555;
	}
	
	.menu_sub a:hover
	{
		text-decoration: none;
	
		border-bottom: none;
	
		color: #00008B;
	}
	
/* This section is for the tables */

	td
	{
		vertical-align: middle;
	}
	
	th
	{
		font-size: 13pt;
		font-weight: bold;
		font-family: Trebuchet, "Trebuchet MS","MS Sans Serif",Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	
		line-height: 16pt;
	
		color: black
	}
	
	.table_gift td
	{
		font-size: 10pt;
	}
	
	.table_logfile td
	{
		font-size: 10pt;
	
		text-align: left;
	}
	
	.table_logfile th
	{
		font-size: 10pt;
		font-weight: bold;
	
		text-align: left;
	}
	
	.table_aligntop td
	{
		vertical-align: top;
	}
	
	.table_samples th
	{
		text-align: center;
		vertical-align: top;
		padding: 20px;
	}
	
	.table_samples td
	{
		font-size: 10pt;
	
		text-align: left;
		vertical-align: top;
		padding: 20px;
	
		border-bottom: 1px dotted gray;
	}
