/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    border-style:none;
    color:red;
    font-size:12px;
    text-decoration:underline;
	}	
		
A:visited	{	
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    border-style:none;
    color:red;
    font-size:12px;
    text-decoration:underline;
	}	
		
A:active	{	
	color:	black;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    border-style:none;
    font-size:12px;
    text-decoration:underline;
	}	
		
A:hover	{	
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    border-style:none;
    color:red;
    font-size:12px;
    text-decoration:underline;
	}
	
.tblH1   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:	white;
	background: red;

    }
    
.tblH1Right    {
    background-image:url(images/right_tb.gif);
    }
    
.H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
    
.tblH1Left    {
    background-image:url(images/left_tb.gif);
    }

.txtBox    {
     border-color:silver;
     border-style:Solid;
     background-color:#ffffcc;
    }
    
.button		{
    background-color:red;
    border-style:groove;
    color:White;
    font-weight:bold;	
	}
	
.lbutton		{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    border-style:none;
    color:red;
    font-size:12px;
    text-decoration:underline;	
	}
	
.H2	{	
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-style:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.H4	{	
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	color:red;
	font-style: normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-weight: bold;
	background-color:#FFEAEA;
	}
	
.txtError	{	
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-style: italic;
	font-weight: bold;
	color: red;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	}