Body
{
    background-color: #CCCCCC;
    font: 11px, Tahoma;
    margin: 0px 0px 0px 0px;
}

Table
{
    font: 11px, Tahoma;
    color: #333333;
}


/* text style for the selected tab */
.SelectedTab {
	font-family:Tahoma;
	font-size:11px;
    color:#FF6600;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family:Tahoma;
	font-size:11px;
    color:#567651;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
a:link.OtherTabs    {
    text-decoration:    none;
    color:#567651;
}

a:visited.OtherTabs {
    text-decoration:    none;
    color:#567651;
}

a:active.OtherTabs  {
    text-decoration:    none;
    color:#FF6600;
}

a:hover.OtherTabs   {
    text-decoration:    none;
    color:#FF6600;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Tahoma;
    font-size: 11px;
    color:#666666;
    font-weight: bold
}   

/* hyperlink style for the site links */
a:link.SiteLink {
    text-decoration:    none;
    color:#666666;
}

a:visited.SiteLink  {
    text-decoration:    none;
    color:#666666;
}

a:active.SiteLink   {
    text-decoration:    none;
    color:#666666;
}

a:hover.SiteLink    {
    text-decoration:    underline;
    color:#666666;
}


/* GENERAL */
H1  {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #FF6600;
    background-color: #FFDBB7;

}

H2  {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #567651;
    background-color: #E8F8D4;
    margin-left: 25px;
	margin-right: 25px;
 
}

H3, H4, H5, H6  {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #567651;
    margin-left: 25px;
	margin-right: 25px;

}

a:link  {
    text-decoration:    none;
    color:  #567651;
}

a:visited   {
    text-decoration:    none;
    color:  #567651;
}

a:active    {
    text-decoration:    none;
    color:  #567651;
}

a:hover {
    text-decoration:    none;
    color:  #CAE9AE;
}

UL LI   {
    list-style-type:    square ;
    color: #333333;
    line-height: 150%;
}

UL LI LI    {
    list-style-type:    disc;
    color: #333333;
}

UL LI LI LI {
    list-style-type:    circle;
    color: #333333;
}

OL LI   {
    list-style-type:    decimal;
    color: #333333;
}

OL OL LI    {
    list-style-type:    lower-alpha;
    color: #333333;
}

OL OL OL LI {
    list-style-type:    lower-roman;
    color: #333333;
}

HR {
    color: #567651;
    height:1pt;
}

IMG
{
	border-width: 0px;
}

P
{
	line-height: 150%;
	margin-left: 25px;
	margin-right: 25px;
}

.Highlight
{
	color: #008000;
}