﻿
.MyTextArea
{
    background-color:white; 
    font-size:11px;
    font-family:Verdana;
    color:#5b5b5b;
}

.MyTextArea h1, .MyTextArea H1
{
    font-size:12px;
    color:#005857;
    display:inline;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
.MyTextArea h2,.MyTextArea H2
{
    color:#005857;
    font-size:12px;
    display:inline;
	font-weight:bold;
	text-transform:uppercase;
}


.MyTextArea h3,.MyTextArea H3
{
  font-size:11px;
  color:#5b5b5b;
  display:inline;
  text-transform:uppercase;
  font-weight:bold;
}
.MyTextArea h4,.MyTextArea H4
{
  font-size:11px;
  color:#005857;
  display:inline;
  font-weight:normal;
}
.MyTextArea h5,.MyTextArea H5
{
  font-size:10px;
  color:#ffffff;
  font-weight:bold;
  margin:0px;
  margin-top:5px;
}
.MyTextArea ul
{
    margin-top:5px;
    margin-bottom:0px;
	color:#5b5b5b;
	margin-left:25px;
}

.MyTextArea ul li
{
    line-height:16px;
    list-style-image:url(../../images/bullet.gif);
	color:#5b5b5b;
}

.MyTextArea .tdMainRight li
{

 list-style-image:url(../../images/bullet_green.gif);
 }

.MyTextArea p{
    
    margin-top:0px; margin-bottom:10px;
}


.MyTextArea td, .MyTextArea th 
{
    vertical-align:top;
    text-align:left;
}

.insert_expandablebox
{
    border:double 1px #222222;
    width:402px;
      
}

h6
{
    background-color:#b5b7b8;
    color:#ffffff;
    padding-top:4px;
    padding-left:35px;
    width:368px;
    font-weight:bold;
    font-size:12px;
    height:18px;
    display:block;
    background-image:url('../../images/expand.gif');
    background-repeat:no-repeat;
    margin:0px;
    margin-bottom:10px;
}
.MenuTop
{
    background-color:#b5b7b8;
    color:#ffffff;
    padding-top:3px;
    padding-left:35px;
    padding-right:5px;
    width:345px;
    font-weight:bold;
    height:auto;
    padding-bottom:5px;
    display:block;
    background-image:url('../../images/expand2.gif');
    background-repeat:no-repeat;
	
	cursor:pointer;
	cursor:hand;
}
.MenuTop:hover
{
	color:#ffffff;
}

