/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color:#585858;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#FFFFFF;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color:#FFFFFF;
}
H1	{	
	font-family:Garamond;
	font-size:	15pt;
	font-weight: 700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	float:left;
	}	
		
H2	{	
	font-family:Garamond;
	font-size:	14pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	float:left;
	}	
		
H3	{	
	font-family:Garamond;
	font-size:	13pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	float:left;
	}	
		
H4	{	
	font-family:Garamond;
	font-size:	12pt;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	float:left;
	}	
		
H5, DT	{	
	font-family:Garamond;
	font-size:	11pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	float:left;
	}	
		
H6	{	
	font-family:Garamond;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	float:left;
	}	
		
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;
	}

A:link	{	
	text-decoration:	none;
	color:	#009cff;
	
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#009cff;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#009cff;
	}	
		
A:hover	
{
	text-decoration:	underline;
	color:	#ffde00;
	}
A.MenuTopAct 
{
	font-family:Garamond;
	font-size:11pt;
    text-decoration:	none;
    color:	#FFFFFF;
    padding:0 10 0 10;
    font-weight:bold;
    background-image:url(../images/menu/menuTop_bg.gif);
    background-repeat:repeat-x;
    border-left:solid 1px #FFFFFF;
    border-right:solid 1px #FFFFFF;
    height:25px;
    line-height:25px;
}
A.MenuTop
{
	font-family:Garamond;
	font-size:11pt;
    color:	#FFFFFF;
    text-decoration:	none;
    padding:0 10 0 10;
    font-weight:bold;
    border-left:solid 1px #585858;
    border-right:solid 1px #585858;
    height:25px;
    line-height:25px;
}
A.MenuTop:link 
{
    text-decoration:	none;
    color:	#FFFFFF;
}
A.MenuTop:visited	{	
    text-decoration:	none;
    color:	#FFFFFF;
}	
	
A.MenuTop:active	{	
    text-decoration:	none;
    color:	#FFFFFF;
}	
		
A.MenuTop:hover	{	
    background-image:url(../images/menu/menuTop_bg.gif);
    border-left:solid 1px #FFFFFF;
    border-right:solid 1px #FFFFFF;
    background-repeat:repeat-x;
    }
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}
	

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;
	}	

TD
{
	font-weight: normal;
	font-size: x-small;
	text-transform: none;
	font-family: 'Microsoft Sans Serif';
	color:#FFFFFF;
}
.textbox
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: normal;
	font-size: x-small;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-family: 'Microsoft Sans Serif';
}
.button
{
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom-width:0;
	border-top-width:0;
	padding:2px;
	color:White;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(../images/menu/menuTop_bg.gif);
	height:27px;
	font-family:Tahoma;
	cursor :hand;
}

TD.footer
{	
	font-weight: normal;
	font-size:8pt;
	text-transform: none;
	font-family: Tahoma;
	color:#FFFFFF;
}	