﻿body {
}

a:link { text-decoration: none; }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }
a:active { text-decoration: none }

/*text-decoration: none;
	background-color: transparent;
	background-image : url(images/orangeBG.gif);
	background-repeat: repeat-x;*/
.PageContentMenuHeader
{
	
}
.PageContentMenuHeaderText
{
	font-size:8pt;
	font-weight:bold;
	color:gray;
	text-decoration: none;
}

.PageContentMenuHeaderText a
{
	text-decoration: none;
}
	
.PageContentMenuDescription
{
	background-color:White;
	}
.PageContentMenuTable
{
	font-family: Verdana;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	/*text-align: justify;*/
	text-align: center;
	background-color: lightgoldenrodyellow;
}

.PageContentTable
{
	/*border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
    */
	/*background-color: #f5f5f5;*/
	background-color: Transparent;
}

.PageContentDescription
{
	color:Gray;
	text-align:justify;
	}
	
.PageContentTitle
{
	color:Black;
	font-weight:bold;
	text-align:left;
	}