/* Default CSS Stylesheet for a new Web Application project */

BODY, tr
{
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

BODY
{
    BACKGROUND-COLOR: white;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #B08500;
}
H1	{	
	font-family: Tahoma, 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: Tahoma, 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: Tahoma, Verdana, Arial, 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;
	}	
		
H4	{	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Tahoma, Verdana, Arial, 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: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: White;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma, 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: Tahoma, Arial, Helvetica, sans-serif;
	}	

TR
{
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


A	{	
	text-decoration:	none;
	color:	#FEA100;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FEA100;
	}
	
SMALL	{	
	font-size:	.7em;
	}	


.red 
{
	color:red;
}
	
.TINY	{	
	font-size:	.5em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
LI {
  margin-bottom: 5px;
}

UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	square;
	}	

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 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.topmenu
{
    color: #ffffff;
  	background-color : #878787;
}

A.topmenu
{
    FONT-SIZE: 1.0em;
    FONT-WEIGHT: bolder;
    text-decoration: none;
}

A.topmenu:hover
{
    text-decoration: none;
    COLOR: #B08500;
}

.botmenu
{
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: bolder;
    color: #ffffff;
  	background-color : Black;
}

A.botmenu
{
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: bolder;
    text-decoration: none;
    background-color : #000000;
    COLOR: #FFFFFF;
}

A.botmenu:hover
{
    text-decoration: underline;
    COLOR: #FFFFFF;
}

.copyright
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    text-decoration: none;
    background-color : #FEA100;
    COLOR: #FFFFFF;
}

.slide
{
    border-color: #FEA100;
}

.submenu
{
	border : solid 1px hidden;
    border-color: #FEA100;
}

.hometext
{
    color         : #ffffff;
    text-align    : left;
    margin-left   : 50px;
    margin-right  : 50px;
    margin-top    : 50px;
    margin-bottom : 50px;
}

.content {
  color: #ffffff;
  background-color : Black;
}

.layout
{
	color: White;
}

.testimonial1
{
	background-color:White;
    color: #000000;
}

.testimonial1_subj
{
	font-weight: bold;
    color      : #FEA100;
}

.testimonial2
{
	background-color: #FEF4E3;
    color: #000000;
}

.testimonial2_subj
{
	font-weight: bold;
    color      : #000000;
}

