﻿/* General Rules */
body
{
	font-size: small;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding: 0px;
	background-color: #fffff0;
}

a, a:visited
{
	text-decoration: none;
	color: Blue;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none 0px black;
}

p
{
	font-size:small;
}

h1
{
	text-align: center;
	font-size: x-large;
	margin: 1em;
}

h2
{
	font-size:large;
	margin: 0px;
}

h3
{
	font-size: medium;
	margin: 0px;
}

h4
{
	font-size:small;
	margin: 0px;
}

h5
{
	font-size:x-small;
	margin: 0px;
}

h6
{
	font-size: xx-small;
	margin: 0px;
}
 
span
{
	margin:1em;
	text-align:left;
}

hr
{
	border-right: #dc143c 1px solid;
	border-top: #dc143c 1px solid;
	border-left: #dc143c 1px solid;
	border-bottom: #dc143c 1px solid;
}

table
{

}
tr
{
	
}
td
{
	 margin:1em;
	 padding-left:5px;
	 padding-right:5px;
}

#header
{
	background-image: url(file:///G|/WEB/NewDevelopment/images/title.gif);
	height: 65px;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #f8f8ff;
}
#breadcrumb
{
	display:none;
}

#left
{
	display:none;
}
#footer
{
	display:none;
}

/* Added 03/21/08 */
#pbafooter
{
	font-size: small;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding: 0px;
	background-color: #fffff0;
}

/* Added 03/23/08 diplay footer PM */
#bafooter
{
	display:none;
}

#disclamer
{
	font-size: xx-small;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #dcdcdc;
}

/* Added 03/21/08 PM */
#adobe
{
	display:none;
}

table.standardpackaging
{
	display:block;
}

a, a:hover, a:visited
{
	color:Black;
	text-decoration:none;
}
h3.classa
{
	border-bottom: gray 1px dotted;
	background-color: #dcdcdc;
	font-size: medium;
}
h3.classb
{
	border-bottom: gray 1px dotted;
	background-color: #d3d3d3;
	font-size: medium;
}
h3.classc
{
	border-bottom: gray 1px dotted;
	background-color: #a9a9a9;
	font-size: medium;
}
h3.pkg
{
	border-bottom: gray 1px dotted;
	background-color: #a9a9a9;
	font-size: medium;
}