/**************************************************************************************************
* BODY SETUP
**************************************************************************************************/
body
{
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   background-color: #E9EBF0;
   font-family: Helvetica, Arial, san-serif;
   font-size: 11px;   
}

body.Testimonial
{
   border-width: 0px;
   padding: 10px;
   margin: 0px;
   background-color: White;
   color: Black;
   font-family: Helvetica, Arial, san-serif;
   /*font-family: Times New Roman;*/
   /*font-family: Courier;*/
   font-size: 12px;
   /*font-weight: bold;*/
}


/**************************************************************************************************
* TABLES
**************************************************************************************************/
table
{
   border-color: #888888;
   border-style: solid;
   border-collapse: collapse;
   padding: 0px;
   margin: 0px;
   font-family: Helvetica, Arial, san-serif;
   font-size: 11px;
   color: #666666;
   background-color: White;
   border-width: 0px;
}

table.BodyTable 
{
   width: 800px;
   border-left-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-top-width: 0px;
   background-color: White;
}

table.Border
{
   border-width: 1px;
}

/**************************************************************************************************
* CELLS
**************************************************************************************************/
td
{
   font-family: Helvetica, Arial, san-serif;
   font-size: 11px;   
   color: #666666;
   border-style: solid;
   border-collapse: collapse;
   border-color: #CCCCCC;
   border-width: 0px;
}

td.HeaderShadow
{
   height: 5px;
   BACKGROUND: url(/images/headershadow.gif) repeat-x; 
   font-size: 1px; 
}

td.LeftShadow
{
   width: 7px;
   BACKGROUND: url(/images/tleftshadow.gif) repeat-y; 
   font-size: 1px; 
}

td.BottomShadow
{
   height: 7px;
   BACKGROUND: url(/images/tbottomshadow.gif) repeat-x;
   font-size: 1px; 
}

td.CornerShadow
{
   height: 7px;
   width: 7px;
   BACKGROUND: url(/images/tbottomcorner.gif); 
   font-size: 1px; 
}

td.TopLeftShadow
{
   height: 7px;
   width: 7px;
   BACKGROUND: url(/images/ttopleftshadow.gif); 
   font-size: 1px; 
}

td.BottomRightShadow
{
   height: 7px;
   width: 7px;
   BACKGROUND: url(/images/tbottomrightshadow.gif); 
   font-size: 1px; 
}

td.TDBorder
{
   border-right-width: 1px;
   border-left-width: 1px;
   border-top-width: 0px;
   border-bottom-width: 0px;
}

td.BottomBorder
{
   border-top-width: 0px;
   border-bottom-width: 1px;
   border-left-width: 0px;
   border-right-width: 0px;
}

td.LeftBorder
{
   border-top-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   border-right-width: 0px;
}

td.RightBorder
{
   border-top-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-right-width: 1px;
}

td.TopBorder
{
   border-top-width: 1px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-right-width: 0px;
}

td.Border
{
   border-width: 1px;
}



td.Padding
{
   padding: 7px;
}

/**************************************************************************************************
* LIST ELEMENTS
**************************************************************************************************/
ul.num
{
   list-style-type:decimal;
}

ul.Sub li
{
   list-style-type:disc;
}

#bottom 
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: url(/images/bottomshadow.gif) no-repeat center 50%; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	HEIGHT: 10px;
	width: 820px;
	font-size: 1px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

/**************************************************************************************************
* SPAN
**************************************************************************************************/
span.Title
{
   color: #3B73B9;
   font-weight: bold;
   font-size: 16px;
}

span.Follow
{
   color: #3B73B9;
   font-weight: bold;
   font-size: 11px;
}

span.Bold
{
   font-weight: bold;
}

/**************************************************************************************************
* HYPERLINKS
**************************************************************************************************/
A:link 
{
	COLOR: #3b73b9; 
	TEXT-DECORATION: none;
   FONT-FAMILY: Helvetica, Arial, san-serif;
   font-size: 11px;
}

A:active 
{
	COLOR: #3b73b9; 
	TEXT-DECORATION: none
}
A:visited 
{
	COLOR: #636; 
	TEXT-DECORATION: none
}
A:hover 
{
	COLOR: #a9b8df; 
	TEXT-DECORATION: underline
}

/**************************************************************************************************
* BODY CENTERING
**************************************************************************************************/
.center
{ 
   text-align: center;
   PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: url(/images/bgshadow.gif) repeat-y center 50%; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px
}

.center table
{ 
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
