/* CSS Document */




.clear {clear:both;}


.txt50 	{font-size:.50em;}
.txt55 	{font-size:.55em;}
.txt60 	{font-size:.60em;}
.txt65 	{font-size:.65em;}
.txt70 	{font-size:.7em;}
.txt75 	{font-size:.75em;}
.txt80 	{font-size:.8em;}
.txt90 	{font-size:.9em;}
.txt100 {font-size:1em;}
.txt150 {font-size:1.5em;}
.txt200 {font-size:2em;}

.border {border:0px}

.grey1	{color:#999999;}
.grey2	{color:#666666;}
.grey3	{color:#444444;}
.white	{color:#ffffff;}
.yellow	{color:#bbc525;}

.bold	{font-weight:bold;}

p	{padding:0; margin:0}

a.whitelink:link    { color:#ffffff; text-decoration:none;}
a.whitelink:active  { color:#ffffff; text-decoration:none;}
a.whitelink:visited { color:#ffffff; text-decoration:none;}
a.whitelink:hover   { color:#bbc525; text-decoration:none;}

a.yellowlink:link    { color:#bbc525; text-decoration:none;}
a.yellowlink:active  { color:#bbc525; text-decoration:none;}
a.yellowlink:visited { color:#bbc525; text-decoration:none;}
a.yellowlink:hover   { color:#ffffff; text-decoration:none;}

/* Form Controls Start */

.labels		{width:90px; float:left; font-size:70%; color:#B1BB1C}
.labels2	{width:90px; float:left; font-size:70%; padding-top:10px;  color:#B1BB1C}
.fields		{float:left; width:150px;}
.txtfield	{border:0px; padding:2px 5px 2px 5px; font-size:70%; width:150px;}
.txtarea	{border:0px; padding:2px 5px 2px 5px; font-size:90%; width:240px; margin-top:4px;}
.formpad1	{padding:2px 0px 2px 0px;}
.send		
{
    width:250px; 
    padding:0px 15px 0px 0px; 
    text-align:right;
    
    margin-top:-15px;
    margin-bottom:15px;
    }

form	{padding:0px; margin:0px;}


/* Form Controls End*/