body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* ------------- TAB HOME -------------- */
#tab_home
	{
		}
/* link */		
	#tab_home a
			{
				
				text-decoration: none;
				font: bold 11px verdana;	/* tab font */
				color: black;				/*font color */
				
				text-align: center;

					}

	#tab_home a:hover, #tab_home a.current
			{
				/*background-image:url(../header_images/marketing_buttons/red_on.gif); URL to tab image onmouseover */
				color: white;
					}
/* ---------------------------------------------- */
/* ------------- TAB Govt -------------- */
#tab_gov
	{
		}
/* link */		
	#tab_gov a
			{
				
								text-decoration: none;
				font: bold 11px verdana;	/* tab font */
				color: black;				/*font color */
				
				text-align: center;

					}

	#tab_gov a:hover, #tab_gov a.current
			{
				/*background-image:url(../header_images/marketing_buttons/green_on.gif); URL to tab image onmouseover */
				color: white;
					}
/* ---------------------------------------------- */
/* ------------- TAB Corporate -------------- */
#tab_corp
	{
		}
/* link */		
	#tab_corp a
			{
						text-decoration: none;
				font: bold 11px verdana;	/* tab font */
				color: black;				/*font color */
				
				text-align: center;

					}

	#tab_corp a:hover, #tab_corp a.current
			{
				/*background-image:url(../header_images/marketing_buttons/corp_on.gif); URL to tab image onmouseover */
				color: white;
					}
/* ---------------------------------------------- */
/* ------------- TAB Student -------------- */
#tab_student
	{
		}
/* link */		
	#tab_student a
			{
							text-decoration: none;
				font: bold 11px verdana;	/* tab font */
				color: black;				/*font color */
				
				text-align: center;

					}

	#tab_student a:hover, #tab_student a.current
			{
				/*background-image:url(../header_images/marketing_buttons/student_on.gif); URL to tab image onmouseover */
				color: white;
					}
/* ---------------------------------------------- */
/* ------------- TAB Wholesale -------------- */
#tab_wholesale
	{
		}
/* link */		
	#tab_wholesale a
			{
						text-decoration: none;
				font: bold 11px verdana;	/* tab font */
				color: black;				/*font color */
				
				text-align: center;

					}

	#tab_wholesale a:hover, #tab_wholesale a.current
			{
				/*background-image:url(../header_images/marketing_buttons/wholesale_on.gif); URL to tab image onmouseover */
				color: white;
					}
/* ---------------------------------------------- */
.container
{
	width:750px;
	height:100%;
	background-color:#FFFFFF;
	
}
