/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	margin-top: 5px;
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	letter-spacing: normal;
	background-color: white;
}

.MenuTable
{
	font-weight: normal;
	font-size: 9pt;
	color: #A20000;
	font-family: Arial;
	background-color: white;
}
.MenuTable a:link
{
	color: #A20000;
	text-decoration: none;
}
.MenuTable a:visited
{
	color: #A20000;
	text-decoration: none;
}
.MenuTable a:hover
{
	color: #FF9900;
	text-decoration: none;
}
.MenuTable a:active
{
	color: #FF9900;
	text-decoration: none;
}


.NewsName
{
	font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; color: #A20000; font-size: 12px;
}
.NewsName a:link
{
	color: #A20000;
	text-decoration: underline;
}
.NewsName a:visited
{
	color: #A20000;
	text-decoration: underline;
}
.NewsName a:hover
{
	color: #FF9900;
	text-decoration: underline;
}
.NewsName a:active
{
	color: #FF9900;
	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: #FF9900 1px solid;
	background-color: #FFF3E1;
}
.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;
}
.MenuListCat
{
	font-weight: normal;
	font-size: 9pt;
	color: #A20000;
	font-family: Arial;
}
.FormLabel
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}
.FormField
{
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}

