body{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

tr, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #012A7D;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}

.table_top{
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
	background-color:#336B00;
}

.table_top a:link {	color: #FFFFFF; text-decoration: underline;}
.table_top a:visited {	color: #FFFFFF; text-decoration: underline;}
.table_top a:hover {	color: #FFFFFF; text-decoration: underline;}
.table_top a:active {	color: #FFFFFF; text-decoration: underline;}

.table {
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-width: 1px;
}

.table_alt{
	background-color:#F2F2F2
}


.heading2{
	font-size:14px;
	font-weight:bold;
}

.heading3{
	font-size:13px;
	font-weight:bold;
	color:#CC6600;
}

.small{
	font-size:10px;
}

.required {
	color: #FF0000;
}

.MyNode1 
{ 
   font-family: verdana, sans-serif; 
   font-weight:bold;
   font-size: 12px; 
   cursor: hand; 
   color: #003399; 
} 

.MyNode
{
	font-size: 8pt; 
	font-weight:bold;
    font-family: verdana,helvetica; 
    text-decoration: none;
    color: black;
    cursor: hand;
}
 

.MyCatalogsNode
{ 
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
} 

.MyCatalogsNode1
{ 
   font-family: verdana, sans-serif; 
   font-size: 13px; 
   cursor: hand;
   font-weight: bold;
   color: #003399; 
} 

.CatalogPath
{ 
   font-family: verdana, sans-serif; 
   font-size: 15px;
   font-weight: bold;
   color: #003399; 
} 

.MyNodeOver 
{ 
	font-size: 8pt; 
	font-weight:bold;
    font-family: verdana,helvetica; 
    text-decoration: none;
    color: #820082;
    cursor: hand;
	text-decoration: underline;
} 

.MyCatalogsNodeOver
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FF9900;
   cursor: hand;   
   text-decoration: underline;   
} 

.MyNodeSelected
{ 
   font-size: 8pt; 
	font-weight:bold;
    font-family: verdana,helvetica; 
    text-decoration: none;
    color: white;
    cursor: hand;
    background-color: #3333CC; 
}

.MyCatalogsNodeSelected
{ 
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	cursor: hand;
    background-color: #3333CC; 
}
.red{
	color:#FF0000;
}
.green {
	color:#009933;
	font-weight: bold;
}
.greenSmall 
{
	font-size: 10px;
	color:#009933;
	font-weight: bold;
}
.blue {
	color:#0033cc;
	font-weight: bold;
}
.redBold {
	color:#FF0000;
	font-weight: bold;
}
.brownYellow{
	font-weight:bold;
	color:#CC6600;
	display:none;
}
.darkgreen{
	font-weight:bold;
	color:#336B00;
}
.darkgreensmall {
	font-size: 10px;
	color:#336B00;
	font-weight: bold;
}

.invisible{
	display:none;
}
.smallinvisible
{
	display:none;
	font-size:10px;
}