body {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 9pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}


.h2_details {
	color: Black;
	background-color : transparent;
	text-align: left;
}


h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: HighlightText;
	text-align: center;
	background-color : Highlight;
	margin: 0px;
	padding: 0px;

}

h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 11pt;
	font-weight:bold;

	text-align: center;

	margin: 0px;
	padding: 0px;

}
.table_products {
	border: 1px solid #666666;
	width: 100%;
	font-family: "lucida grande", verdana, sans-serif;
}

.table_products tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;

	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #7DAAEA;
}

.table_products tbody tr.selected_even td {
	background-color: #3d80df;
	color: #ffffff;

	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

.table_products tbody tr.selected_odd td {
	background-color: #3d80df;
	color: #ffffff;

	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

.odd {
	background-color : #fff;
}

.even {
	background-color : #edf3fe;
}


.table_nav {
	background-image: url('dblue.png');
	background-repeat: repeat-y;
	background-position: top right;
	border: 1px solid #666666;
	width: 100%;
	font-family: "lucida grande", verdana, sans-serif;
}

.table_nav a
{
	text-decoration: none;
	display: block;
	color: black;
	font-weight:bold;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.table_nav tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;

	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #7DAAEA;
}

.table_nav tbody tr.selected_even_p td {
	background-image: url('bbar.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: rgb(51,51,153);
	color: #ffffff;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

.table_nav tbody tr.selected_even_p td a {
	color: #ffffff;
}

.table_nav tbody tr.selectedP td {
	background-image: url('dgbar.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: rgb(0,51,0);
	color: #ffffff;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

.table_nav tbody tr.selectedP td a{
	color: #ffffff;
}

.table_nav tbody tr.selected_odd_p td {
	background-image: url('bbar.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: rgb(51,51,153);
	color: #ffffff;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

.table_nav tbody tr.selected_odd_p td a {
	color: #ffffff;
}


.odd_p {
		background-color : transparent;
}

.even_p {
	background-color : #edf3fe;
}

.left_header {
	margin-left:12px;
	font-weight:bold;
	font-size: larger;
	padding: 5px;
	background-image: url('blueheader.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: rgb(11,63,153);
	color: rgb(255,255,255);
}
.right_body {
		margin-left:12px;
}
.left_body {
		margin-left:12px;
}
.right_header {
	margin-left:12px;
	font-weight:bold;
	padding: 5px;
	font-size: larger;
	background-image: url('blueheader.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: rgb(11,63,153);
	color: rgb(255,255,255);
}

.p_about {
	font-family: Arial;
	font-weight:bold;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	padding: 2em;
	background-image: url('clouds.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.p_contactus {
	font-family: Arial;
	font-weight:bold;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	padding: 2em;
	background-image: url('clouds.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.table_products_head td {
	font-size: larger;
	font-weight:bold;
	color: HighlightText;
	text-align: center;
	background-color : Highlight;
	border-left: 1px solid ButtonShadow;
	border-bottom: 1px solid ButtonShadow;
}

.img_tr
{
	padding: 4px;
	text-align: center;
	background-color:rgb(255,255,255);
	color: rgb(0,0,0);
}

