﻿/*
.bodyText
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.bodyTextBold 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.bodyTextHead 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
.bodyTextSubHead 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC0000;
}
a:link
{
	color: #0000c0;
}
a:visited
{
	color: #0000c0;
}
a:hover
{
	color: #ff0000;
}
a:active
{
	color: #0000c0;
}
fieldset
{ 
	padding: 1em; 
	font-size: 13px;
	font-family: sans-serif; 
} 
label 
{ 
	float:left; 
	width:120px; 
	margin-right:5px; 
	/*padding-top:0.2em; 
	text-align:right; 
	font-weight:bold; 
}
*/
/**************************/
/*
.bodyText
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
/*	color: #000000;
}
.bodyTextBold 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
/*	font-weight: bold;
}
.bodyTextHead 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 18px; /* large; */
/*	font-weight: bold;
}
.bodyTextSubHead 
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px; /* medium; */
/*	font-weight: bold;
}


/*
.bodyText a:link
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
/*  text-decoration: none;
  color: #3346a5;
}
.bodyText a:visited
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
/*  text-decoration: none;
  color: #3346a5;
}
.bodyText a:active
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
/*  text-decoration: none;
  color: #3346a5;
}
.bodyText a:hover
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
/*  color: #cc0000;
  text-decoration: none;
}*/

#folderlist
{
  line-height:30px;	
}

/* some image placement stles */
img.Left_Image
{
	float: left;
	margin: 5px 10px 10px 0px;
}

img.Right_Image
{
	float: right;
	margin: 5px 0px 10px 10px;
}

img.General_Image
{
	margin: 5px 10px 10px 10px;
}

/* span to left align an image and comment */
span.leftimg
{ 
	float:left;
}
/* span to right align an image and comment */
span.rightimg 
{ 
	float:right;
}
/* span to right align an image and comment */
span.generalimg 
{ 
}

table.Table1
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px; /* small */
	color: #333333;
	border: solid 1px #d8d5ba;
}

tr.Table1_header
{
	background: #d7d4b1;
	font-weight: bolder;
}

tr.Table1_row0
{
	background: #fefced;
}

tr.Table1_row1
{
	background: #f3f0d2;
}





