/* Style definition for body tag */
html {
	overflow-x: hidden;
}

BODY 
{
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Book Antiqua,sans-serif, Verdana, Tahoma; 
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: White;
	FONT-WEIGHT: bold;
}




/* Style definitions for headings */
.heading1
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 28pt; 
	FONT-FAMILY: sans-serif, Verdana, Tahoma;
	/*COLOR: #284224;*/
	LETTER-SPACING: 2pt;
}

.heading2
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 24pt;
	FONT-FAMILY: Book Antiqua, Verdana, Tahoma;
	/*COLOR: #2D5028;*/
	LETTER-SPACING: 2pt;
}

.heading3
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 20pt;
	FONT-FAMILY: Book Antiqua,sans-serif, Verdana, Tahoma;
	/*COLOR: #4B781E;*/
	LETTER-SPACING: 2pt;
}

.title
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15pt;
	FONT-FAMILY: Book Antiqua,sans-serif, Verdana, Tahoma;
	COLOR: #0080C0;
	LETTER-SPACING: 1pt;
}

.title2
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt;
	FONT-FAMILY: Book Antiqua,sans-serif, Verdana, Tahoma;
	COLOR: #0080C0;
	LETTER-SPACING: 1pt;
}

.mail
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt;
	FONT-FAMILY: Book Antiqua,sans-serif, Verdana, Tahoma;
	COLOR: blue;
	LETTER-SPACING: 1pt;
}

/* Style definitions for table */
TAB
{
	BACKGROUND-COLOR:white;
}

TABLE.layout
{
	BACKGROUND-COLOR:#E2D974;
}

TD {
	/*COLOR: #284224; */
	FONT-SIZE: 13pt;
	FONT-FAMILY: Book Antiqua,Times New Roman;
}


/* Style for  links */




A:link
{
	COLOR:#FFFFFF;
	LETTER-SPACING: 1pt;    
	/*TEXT-DECORATION: underline;*/
	FONT-SIZE: 9pt;
	font-weight:bold;
	FONT-FAMILY:"Book Antiqua", "Times New Roman";  
}
A:visited {
	COLOR: White;
	LETTER-SPACING: 1pt;    
	/*TEXT-DECORATION: underline;*/
	FONT-SIZE: 9pt;
	font-weight:bold;
	FONT-FAMILY: Book Antiqua,Times New Roman;  
}
/*A:active 
{
	COLOR: Black; 
	LETTER-SPACING: 1pt;    
	/*TEXT-DECORATION: underline;*/
	/*FONT-SIZE: 9pt;
	font-weight:bold;
	FONT-FAMILY: Book Antiqua,Times New Roman;  
}*/

 A:hover 
{
	COLOR:/*#000070;*/#006464;/*#FFFF4A; White;*/
	LETTER-SPACING: 1pt;    
	FONT-SIZE: 9pt;
	font-weight:bold;
	FONT-FAMILY: Book Antiqua,Times New Roman; 
}


/* Style for Form elements */
INPUT,SELECT,TEXTAREA
{
	FONT-FAMILY: Book Antiqua,Tahoma, sans-serif, Verdana;
	COLOR:Black;
	FONT-SIZE:12pt;
}

/* Style for Mandatory field(*) */



.mandatory
{
	COLOR: red;
	FONT-SIZE: 16pt;
	/*FONT-WEIGHT: bold;
	border:thick dotted red;*/
}
A:link-blue
{
    COLOR:blue;
    
}
