/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	letter-spacing: normal;
	background-color: #ebebeb;
}

.MenuTable
{
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
}
.MenuTable a:link
{
	color: #000000;
	text-decoration: none;
}
.MenuTable a:visited
{
	color: #000000;
	text-decoration: none;
}
.MenuTable a:hover
{
	color: #989898;
	text-decoration: none;
}
.MenuTable a:active
{
	color: #989898;
	text-decoration: none;
}

.MenuTopRow
{
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
	font-variant: small-caps;
}
.MenuTopRow a:link
{
	color: #000000;
	text-decoration: none;
}
.MenuTopRow a:visited
{
	color: #000000;
	text-decoration: none;
}
.MenuTopRow a:hover
{
	color: #989898;
	text-decoration: none;
}
.MenuTopRow a:active
{
	color: #989898;
	text-decoration: none;
}
.MenuListCat
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
}
.NewsName
{
	font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; color: #000000; font-size: 12px;
}
.NewsName a:link
{
	color: #000000;
	text-decoration: underline;
}
.NewsName a:visited
{
	color: #000000;
	text-decoration: underline;
}
.NewsName a:hover
{
	color: #989898;
	text-decoration: underline;
}
.NewsName a:active
{
	color: #989898;
	text-decoration: underline;
}

.NewsMoreLink
{
	font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; color: #000000; font-size: 12px;
}
.NewsMoreLink a:link
{
	color: #000000;
	text-decoration: none;
}
.NewsMoreLink a:visited
{
	color: #000000;
	text-decoration: none;
}
.NewsMoreLink a:hover
{
	color: #989898;
	text-decoration: underline;
}
.NewsMoreLink a:active
{
	color: #989898;
	text-decoration: underline;
}


.NewsIntro
{
	font-family: Verdana,Arial,Helvetica,sans-serif; color: black; font-size: 10px;
}
.NewsTable
{
}
.NewsSource
{
	font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: normal; color: black; font-size: 10px;
}
.NewsDate
{
	font-size: 10px;
	color: black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.NewsPrice
{
	font-size: 10px;
	color: black;
	font-style: italic;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


.FileName
{
	font-size: 9px;
	color: black;
	font-family: Arial,Helvetica,sans-serif,Verdana;
}
.FileName a:link
{
	color: black;
	text-decoration: underline;
}
.FileName a:visited
{
	color: black;
	text-decoration: underline;
}
.FileName a:hover
{
	color: orangered;
	text-decoration: underline;
}
.FileName a:active
{
	color: orangered;
	text-decoration: underline;
}
.FilesTable
{
	border-left: #000000 1px solid;
	background-color: #ebebeb;
}
.FilesTableTitle
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-style: italic;
	font-family: Arial,Helvetica,sans-serif;
}


.ArticlePageTitle
{
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
}

.NormalPages
{
	background-color: white;
}
.PopupPages
{
	background-color: white;
		margin-top: 0px;

}
.HeaderLines
{
	background-color: black;
}
.borderimage
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.PopupTopBanner
{
	background-color: black;
}
.SpacerLine
{
	background-color: #989898;
}
.SearchFormTable
{
	border-right: black thin solid;
	padding-right: 2px;
	border-top: black thin solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: black thin solid;
	padding-top: 2px;
	border-bottom: black thin solid;
}
.SearchFormTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Arial;
	background-color: black;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.SearchFormLabel
{
	font-size: 10pt;
	font-family: arial;
}
.SearchFormField
{
	font-size: 10pt;
	font-family: arial;
}
.SearchResultsTable
{
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	font-size: 10pt;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
	font-family: Arial;
}
.SearchResultsTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Arial;
	background-color: black;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.SearchResultsItemTitle
{
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}
.SearchResultsItemTitle a:link
{
	color: #000000;
	text-decoration: underline;
}
.SearchResultsItemTitle a:visited
{
	color: #000000;
	text-decoration: underline;
}
.SearchResultsItemTitle a:hover
{
	color: #989898;
	text-decoration: underline;
}
.SearchResultsItemTitle a:active
{
	color: #989898;
	text-decoration: underline;
}
.SearchResultsItemText
{
	font-size: 9pt;
	font-family: Arial;
	color: #000000;
}
.FormLabel
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}
.FormField
{
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}
.PageTitle
{
	font-size: 12pt;
	text-transform: uppercase;
	color: #000000;
	font-family:  Arial;
	font-variant: small-caps;
	font-weight: bold;
}
.ErrorLabel
{
	font-size: 10pt;
	font-family: Arial;
	color: #FF0000;
	font-weight: bold;
}
.ConfirmationLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: #000099;
	font-family: Arial;
}

