body { 
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

a {
	color: #3366CC;
	text-decoration: none;
}
a.leftnav {
	color: #000000;
	text-decoration: none;
}


.title {
	font-family: ClarendonPS, Arial, Helvetica, sans-serif;
  	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
  	background-color: white;
	color: #3454a1;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
    color: #000000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: White;
  	color: #000000;
}

.logo {
cursor: pointer; 
font-weight: bold;
font-size: 20px; 
font-family: Times;
color: White; 
text-shadow: Black;
}

.callus{
cursor: normal; 
font-weight: bold;
font-size: 14px; 
font-family: Arial;
color: White; 
text-shadow: Black;
}

.copyright{
cursor: normal; 
font-size: 10px; 
font-family: Arial;
color: White; 
text-shadow: Black;
}

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	/*background-color: #0000ff;
	background-color: blue;
	background-image:url(graphics/headerback2.png);*/
	background-color: #000099;
	cursor: pointer;
	color: white;
	z-index:9;
	height: 18;
	border-width: 1;
}
.navSelectedTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	background-color: #000099;
	cursor: pointer;
	color: red;
	z-index:9;
	height: 18;
	border-width: 1;
}
.Parentnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	/*background-color: White;*/
	cursor: pointer;
	color: white;
	z-index:9;
	height: 18;
}
.parentnavSelectedTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	cursor: pointer;
	color: red;
	z-index:9;
	height: 18;
	border-width: 1;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
	cursor: pointer;
	padding: 3px;
	background-color: #FFFFFF;
}


.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
  background-color: #e9e9e9;
    font-weight: bold;
	color: Black;
}

.BarCode {
    font-family: Code39;
    font-style:  normal;
    font-weight: normal;
	color: Black;
    src: url(code0.eot);
}
.SelectedTab{
		background-image: url(purpleSelected_tab_center.gif);
}
.PlainTab{
		background-image: url(purple_tab_center.gif);
}

.menu a 		{padding:5px 5px 5px 10px; color: black;display: block;text-decoration: none;text-align: left;}
.menu a:hover	{color: black;background-color:#CCCCFF;text-decoration: none;}
.menu .options 	{background-color:#EAEBFF; display: block;text-decoration: none;}

/* Sortable tables */
table.sortable a.sortheader {
    /*background-color:#eee; 
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}