/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Trebuchet MS, arial, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

td
{
    FONT-FAMILY: Trebuchet MS, arial, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1	{	
	font-family: Trebuchet MS, arial, sans-serif;
	font-size:	15pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #831416;
	margin-bottom: 0;
	}

H2	{	
	font-family: Trebuchet MS, arial, sans-serif;
	font-size:	12pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	display:inline;
	}
H3	{	
	font-family: Trebuchet MS, arial, sans-serif;
	font-size:	10pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #831416;
	display:inline;
	}	

H4	{	
	font-family: Trebuchet MS, arial, sans-serif;
	color: Gray;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 0;
	padding-left: 20;
	}	
H5	{	
	font-family: Trebuchet MS, arial, sans-serif;
	font-size:	8pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black;
	margin-bottom: 0;
	margin-top: 0;
	}
H6	{	
	font-family: Trebuchet MS, arial, sans-serif;
	color: Gray;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 0;
	padding-left: 20;
	margin-bottom: 0;
	}		
A
{
	font-size: 9pt;
	color: blue;
	font-family: Tahoma;
	text-decoration:none;
}
A:hover
{
	font-size: 9pt;
	color:gray;
	font-family: Tahoma;
}
A.topmenu
{
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
	text-decoration:none;
	font-weight:bold;
}
A.topmenu:hover
{
	font-size: 8pt;
	color: #8CB0E8;
	font-family: Tahoma;
	text-decoration:none;
	font-weight:bold;
}
A.sidemenu
{
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
	text-decoration:none;
	font-weight:bold;
}
A.sidemenu:hover
{
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
	text-decoration:none;
	font-weight:bold;
}
