
	.mytext	{ 	color:white; 
			font-weight: bold; 
			font-size: 110%;
			margin-top: 10px; 
			text-align: center; 
		}

	.mytext1	{ text-align: center; 
		}

	body 	{ color: #000066; 
			font-family: sans-serif; bold;
		}

	td 	{ 	font-size: 90%;
		}

	a.main_menu:link	{
		font-size: 10pt; 
		color: #000080; 
		text-decoration: none; 
		font-family: times new roman; 
		}

	a.main_menu:visited	{
		font-size: 10pt; 
		color: #000080; 
		text-decoration: none; 
		font-family: times new roman; 
		}

	a.main_menu:hover	{
		font-size: 10pt; 
		color: #DF0101; 
		text-decoration: none; 
		font-family: times new roman; 
		}

	.side_nav	{
			width: 25%;
			float: left;
			color: blue;
			font-weight: bold;
			height: 200%;
			}

	.content_body	{
		float:	center;
		text-align:	left;
		font-size:	11pt;
		width:	100%;
		}

	fieldset.product_listing	{
			width: 15%;
			float: right;
			color: blue;
			font-weight: bold;
			background-color: #9999FF;
			border: 3px ridge #CC3300;
			padding-left: .5em;
			font-size: 12pt;
			}

	fieldset.contact_us	{
			width:	60%;
			}

	fieldset.division_listing	{
			width: 15%;
			float: right;
			}

	.product_label	{
		width: 			100%;
		background-color:	#FFFFFF;
		color:			#0101DF;
		text-align:		center;
		border-style: ridge;
		border: 2px solid #C0C0C0;
		padding:		.25em;
		font-weight:		bold;
		float:			center;
		font-size:		12pt;
		}

	a.product_listing:link	{
		background-color:	#0101DF;
		color:			#FFFFFF;
		text-align:		left;
		padding:		.25em;
		text-decoration: 	none;
		border: 2px solid #C0C0C0;
		border-style: ridge; 
		width:			100%;
		float:			center;
		font-size:		10pt;
		font-weight:		bold;
		}

	a.product_listing:visited	{
		background-color:	#0101DF;
		color:			#FFFFFF;
		text-align:		left;
		padding:		.25em;
		text-decoration: 	none;
		border: 2px solid #C0C0C0;
		border-style: ridge; 
		width:			100%;
		float:			center;
		font-size:		10pt;
		font-weight:		bold;
		}

	a.product_listing:hover	{
		background-color:	#FFFFFF;
		color:			#0101DF;
		text-align:		left;
		padding:		.25em;
		text-decoration: 	none;
		border: 2px solid #C0C0C0;
		border-style: ridge; 
		width:			100%;
		float:			center;
		font-size:		10pt;
		font-weight:		bold;
		}
