/* CSS Document */
.text
{
font-family:vardana;
font-size:24px;
color:#FF9900;
font-weight:bold;
}
.text1
{
font-family:vardana;
font-size:18px;
color: #007815;
font-weight:bold;
}
.text2
{
font-family:vardana;
font-size:18px;
color: #000000;
font-weight:bold;
}
.text3
{
font-family:vardana;
font-size:14px;
color: #007815;
font-weight:bold;
}
.text4
{
font-family:vardana;
color:#7B638B;
font-size:14px;
}
.link1
{font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color:#336601;
text-decoration: underline;
}
.link1:hover
{font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color: #FF9900;
text-decoration:underline;
padding-left:20px;
}