/* CSS Document */

body
{
 margin: 0;
}

.phone
{
 font-family:Myriad Condensed Web;
 font-weight:bold;
 font-size:18px;
 color:#000000;
}
.headertext
{
 font-family:Arial;
 font-size:16px;
 font-weight:bold;
 color:#000000;
}
.blackbold{
	FONT-SIZE: 8pt; 
	COLOR: #000000;
	FONT-FAMILY:Verdana; 
	TEXT-DECORATION: none; font-weight:bold	;
}
.text
{
 font-family:Verdana;
 font-size:11px;
 color:#000000;
}
.text1
{
 font-family:Verdana;
 font-size:12px;
 font-weight:bold;
 color:#000000;
}
.text3
{
 font-family:Verdana;
 font-size:13px;
 color:#000000;
}
.orange
{
 font-family:Tahoma;
 font-size:11px;
 color:#f58500;
}
.red
{
 font-family:Tahoma;
 font-size:11px;
 color:#f50006;
}
.logo
{
 font-family:bold;
 font-size:18px;
 color:#f50006;
}
.whitetext
{
 font-family:Tahoma;
 font-size:12px;
 color:#ffffff;
}
.copyright
{
 font-family:Tahoma;
 font-size:11px;
 color:#ffffff;
}
.greytext
{
 font-family:tahoma;
 font-size:11px;
 color:#666666;
}

.textbox
{
 font-family:tahoma;
 font-size:11px;
 color:#000000;
 background: #ffffff;
 border:1px solid #666666;
}
.textbox1
{
 font-family:tahoma;
 font-size:11px;
 color:#000000;
 background: #FF8915;
 border:1px solid #666666;
 cursor: pointer;
 cursor: hand;
}

.greenlink
{
  font-family:tahoma;
 font-size:11px;
 color:#008000;
 text-decoration:underline;
}

.greenlink:hover
{
  font-family:tahoma;
 font-size:11px;
 color:#008000;
 text-decoration:none;
}

.greylink
{
 font-family:tahoma;
 font-size:11px;
 color:#666666;
 text-decoration:none;

}

.greylink:hover
{
 font-family:tahoma;
 font-size:11px;
 color:#666666;
 text-decoration:none;

}