/* Internet Fella Style Sheet */

/* Navigation Bar */

a.navbar
{
  font-family: tahoma,arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  float: left;
  width: 100px;
  padding: 6px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
a.navbar:link
{
  color: #FFFFFF;
  background-color: #3399FF;
}
a.navbar:visited
{
  color: #FFFFFF;
  background-color: #0066CC;
}
a.navbar:hover
{
  color: #FFFFFF;
  background-color: #99CCFF;
}

/* Normal Hyperlinks */

a.normal
{  
  font-family: tahoma,arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
a.normal:link 
{
  color: #FFFFFF;
}
a.normal:visited
{
  color: #FFFFFF;
}
a.normal:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}


/* Text Classes */

p.text
{
  color: #FFFFFF;
  font-family: tahoma,arial;
  font-size: 10pt;
  margin-left: 10px;
  margin-right: 10px;
}
p.little
{
  color: #FFFFFF;
  font-family: tahoma,arial;
  font-size: 8pt;
  margin-left: 10px;
}
p.title
{
  color: #FFFFFF;
  font-family: tahoma,arial;
  font-size: 12pt;
  font-weight: bold;
  margin-left: 10px;
}

img
{
border-style: none;
}

li
{
  color: #FFFFFF;
  font-family: tahoma,arial;
  font-size: 10pt;
  margin-left: 30px;
  margin-right: 10px;
}

p.boxleft
{
float: left;
width: 200px;
height: 175px;
background-color: #3399FF;
font-family: tahoma, arial;
font-size: 10pt;
text-align: left;
color: #FFFFFF;
}

p.boxright
{
float: right;
width: 233px;
height: 203px;
background-color: #3399FF;
font-family: tahoma, arial;
font-size: 10pt;
text-align: left;
color: #FFFFFF;
}

p.boxsml
{
float: left;
width: 150px;
height: 131px;
background-color: #3399FF;
font-family: tahoma, arial;
font-size: 10pt;
text-align: left;
color: #FFFFFF;
}

p.boxabt
{
float: left;
width: 100px;
height: 130px;
background-color: #3399FF;
font-family: tahoma, arial;
font-size: 10pt;
text-align: left;
color: #FFFFFF;
}

p.boxbutton
{
float: left;
width: 40px;
height: 80px;
background-color: #3399FF;
font-family: tahoma, arial;
font-size: 10pt;
text-align: left;
color: #FFFFFF;
}