



/* Used to make the sign in login invisible*/
.SignIn:Link
{
	font-weight: bold;
	font-size: 10pt;
	color: White ;
	font-family: Verdana;
	
	text-decoration: none;
	text-align:center;
}	

.SignIn:hover
{
	font-weight: none;
	font-size: 10pt;
	color: Black ;
	font-family: Verdana;
	
	 text-decoration: none;
	text-align:center;
}	

.SignIn:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: white ;
	font-family: Verdana;
	
	 text-decoration: none;
	text-align:center;
}


.normaltext
{
color: Black;
font-family: Arial ;
font-size: 9pt;

}

.boldtext
{
color: Black;
font-family:Arial;
font-size: 10pt;
font-weight:bold;  
}

.greytext
{
color: #A7A493;
font-family: Arial ;
font-size: 9pt;
font-weight:none;  
}

.greybold
{
color: #A7A493;
font-family: Arial ;
font-size: 9pt;
font-weight: bold ;  
}

li
{
color: #A7A493;
font-family: Arial ;
font-size: 9pt;
font-weight:none;  

}

a:link
{
	font-weight: normal;
	font-size: 10;
	color: blue;
	font-family: Arial;
	text-decoration: none;
	text-align:center;
}	
	
a:visited
{
	font-size: 10;
	color: blue;
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	text-align:center;
}	
		
a:active
{
	font-size: 10;
	color:Blue;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}	
		
a:hover
{
	font-family: Arial;
	font-weight: normal;
	color: blue;
	text-decoration: underline;
}

.errortext
{
color: Red;
font-family: Verdana;
font-size: 10;
font-weight: bold;
}



.menuheading
{
color: Gray;
font-family: Verdana;
font-size: 10;
font-weight: bold;
}

.contactus
{
font-family: Verdana;
font-size: 11;
font-weight: bold;
 background-repeat: no-repeat;
 background-position: right bottom;
}

.Button
{
    BORDER-RIGHT: gray 1pt solid;
    BORDER-TOP: gray 1pt solid;
    
    BORDER-LEFT: gray 1pt solid;
    COLOR: black;
    BORDER-BOTTOM: gray 1pt solid;
    FONT-FAMILY: ARIAL, Arial;
    font-size: 9pt
}


.mainbodytable
{
 background-repeat: no-repeat;
 background-position: right top;
}



.InputText
{
	font-size: 10pt;
	font-family: Veradana;
	background-color: white;
	
	BORDER-RIGHT: gray 0pt solid;
    BORDER-TOP: gray 0pt solid;
    BORDER-LEFT: gray 0pt solid;
    BORDER-BOTTOM: gray 0pt solid;
}

