/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
}

A:link { color: #1F1D92; text-decoration:	none; }			
A:visited { color: #1F1D92; text-decoration:	none; }			
A:hover	{ color: #4F6734; }
	
HR { color: #AB400C; }

div.Title 
{
	font-family: Times New Roman;
	font-style:italic;
	font-weight: bold;
	font-size:18pt;
	color: #250057;
}

div.SubTitle
{
	font-family: Times New Roman;
	font-style:italic;
	font-weight: bold;
	font-size:14pt;
	color: #250057;
}

div.Heading
{
	font-family: Times New Roman;
	font-size:10pt;
	text-transform: uppercase;
	color: #1963AA;
}

div.SubHeading
{
	font-family: Times New Roman;
	font-size:8pt;
	color: #8C1151;
	font-weight: bold;
}

.AboutEnd
{
	font-family: Arial;
	font-size:8pt;
	color: #4F6734;
}

.ArtTitle
{
	font-family: Arial;
	font-size: 10pt;

	text-align:center;
}

.ArtTitleNew
{
	font-family: Arial;
	font-size: 11pt;

	text-align:center;
}


.ArtSubTitle
{
	font-family: Arial;
	font-size: 8pt;

	text-align: center;
}

.ArtSubTitleJustify
{
	font-family: Arial;
	font-size: 8pt;

	text-align: justify;
}

.ArtSubTitleLeft
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.ArtSub2Title
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.ArtSub2Title1
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}


.ArtDate
{
	font-family: Arial;
	font-size: 8pt;
	color: red;
}

.ArtDate1
{
	font-family: Arial;
	font-size: 9pt;
	color: red;
}

.ArtText
{
	font-family: Arial;
	font-size: 8pt;
}

.ArtTextIndent
{
	font-family: Arial;
	font-size: 8pt;
	text-indent: 2em;
}

.ArtTextIndent1
{
	font-family: Arial;
	font-size: 9pt;
	text-indent: 2em;
}


.StockTitle
{
	font-family:Tahoma;
	font-weight:bolder;
	font-size: 9pt;
}
.StockHeading
{
	font-family:Tahoma;
	font-weight:bold;
	font-size: 8pt;
}
.StockDetail
{
	font-family:Tahoma;
	font-size: 8pt;
}

.MainTitle
{
	font-family:Tahoma;
	font-size: 10pt;
}