/* Global styles sheet  */

/* HTML Tags */


body {	 												/* Defines the style rules for the <body> tag */
	background-color: transparent;									/* Possible Values: aqua, 
black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, 
silver, teal, white, and yellow. #xxxxxx, #xxx, rgb(xxx,xxx,xxx)  */
	scrollbar-face-color: normal;									/* forgrounf color  */
	scrollbar-arrow-color: normal;									/* arrow color  */
	scrollbar-base-color: normal;									/* background color  */
	scrollbar-track-color: normal;									/* track color  */
	scrollbar-shadow-color: normal;									/* right and bottom border 
color  */
	scrollbar-highlight-color: normal;								/* left and top border color 
*/
	scrollbar-darkshadow-color: normal;								/* ??? */
	scrollbar-3dlight-color: normal;								/* ??? */
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt
; font-weight: normal; text-decoration: none
}


p {																	
															/* Defines the style rules for all <P> tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;												/*Possible Values:  35px ,xx-small | 
x-small | small | medium | large | x-large | xx-large,larger | smaller, 75% 
*/
	font-style: normal;												/* Possible Values:  normal | italic | 
oblique */
; font-weight: normal
																	/* Possible Values:  35px  */

}

 .navbottom {																	
																	/* Defines the style rules for all <P> tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;												/*Possible Values:  35px ,xx-small | 
x-small | small | medium | large | x-large | xx-large,larger | smaller, 75% 
*/
	font-weight: normal;												/* Possible Values:  normal | italic | 
oblique */
; color: #000000
																	/* Possible Values:  35px  */

}

h1 {																/* Defines the style rules for all <H1> tags */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

h1 b{																/* Defines the style rules for all <H1> tags */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #336699;
}

h2 {																/* Defines the style rules for all <H2> tags */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14pt;
	
	font-weight: bold;

	color: #000000;
}

h3 {																/* Defines the style rules for all <H2> tags */
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 20px;
	
	font-weight: bold;

	color: #000000;
}

td  I {																/* Defines the style rules for all <H2> tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	
	font-weight: normal;

	color: #000000;
; text-decoration: none
}




.nav a{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
; font-weight: normal
}

.us{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	
	
}

.contact{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #336699;


}

.contact a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FF9933;
}

.required{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF3333;


}

.nav a:hover {font-size: 10pt; color: #336699; background-color: White;}
