/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
    FONT-SIZE: .12px;
    FONT-WEIGHT: normal;
    text-align:left;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color:black;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	

		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H3 .Red {	
	color:#CC0000;
	}

H3 .SkyBlue {	
	color:#3366CC;
	}	

		
H4	{	
	font-family: Arial,Verdana,Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
H4 .Red {	
	color:#CA1C3F;
	}

H4 .SkyBlue {	
	color:#3366CC;
	}	
		
H5, DT	{	
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#CA1C3F;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}


/* ***************************************************************************/
/* Custom Classes ************************************************************/
/* ***************************************************************************/

.MainPage
{	
	text-align:left;
	background-color:White;
	font-family:arial;
	font-size:12;
}


/* TopMenu Classes ************************************************************/

.TopLayer
{	
	display:none;
}

/* MainSector Classes ************************************************************/

.MainLayer
{	
	width:100%;	
}


/* LeftMenu Classes ************************************************************/
.LeftMenuLayer
{	
	display:none;
}

/* DataSector Classes ************************************************************/

.DataContainer
{	
	FONT-FAMILY: arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
	text-align:justify;
}

.DataContainerMain
{	
	FONT-FAMILY: arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
	text-align:justify;
}
.DataContainer .MainImage
{	
	position:relative;
	top:0;
	left:0;
	width:565
}

/* Copyright Layer Classes ************************************************************/

.CopyrightLayer
{	
	width:100%;
	height:15;
	padding-top:4;
	padding-bottom:4;
}

.CopyrightLayer .MenuItem_Left
{	
	font-family:verdana;
	font-size:9;
	font-weight:normal;
	color:Black;
	padding-left:5;
	float:left
}

.CopyrightLayer .MenuItem_Right
{	
	display:none;
}


/* InPage Objects ***************************************************/

.PrimHolder
{
	border-style:solid;
	border-color:silver;
	border-width:1
}

.PrimHolder .Header
{
	Background-Color:#E7E7E7;
	padding:3;
}

.PrimHolder .Text
{
	padding:3
}


/* FONTS ************************************************************/

TD, .NormalText
{
	font-family:arial;
	font-size:12;
	font-weight:normal;
}

.Underline
{
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
}

.italic
{
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
}

.Bold
{
	font-weight:bold;
	font-style:normal
}

.BoldItalic 
{
	font-weight:bold;
	font-style:italic
}

.BoldUnderline
{
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
}

.MiddleText
{
	font-family:arial;
	font-size:11;
}

.SmallText
{
	font-family:arial;
	font-size:9;
}


/* SYMBOLS ************************************************************/

LI
{
	list-style-image:url(../_images/page/BgContent.gif);
	list-style-position:outside;
}

.numbered LI
{
	list-style-image:none;
	list-style-type:decimal;
	list-style-position:outside;
}