﻿/** Master Page **/
body
{
  font-family: Arial;
  font-size: 12px;
  color: #2c2c2c;
  line-height: 16px;
  padding: 10px;
  margin: 0px;
}

#WidgerHeaderLogo
{
  width: 408px;
  height: 70px;
  margin-bottom: 20px;
}

#WidgerHeaderLogo a 
{
  width: 408px;
  height: 70px;
  display: block;
  text-indent: -2000px;
  background-image: url('../Images/Logos/FindSolarSmall.jpg');
}

/** General **/
a:link, a:visited
{
  text-decoration: none;
  color: #5d9fcf;
}
a:hover, a:active, a:focus
{
  text-decoration: underline;
  color: #5d9fcf;
}

img
{
  border: 0px;
}

.OrangeText
{
  color: #d49600;
}

.RedText
{
  color: Red;
}

.BlueText
{
  color: #5299cc;
}

.Bold
{
  font-weight: bold;
}

.SmallText
{
  font-size: 11px;
}

/** General **/
p
{
  margin-top: 0px;
  margin-bottom: 20px;
}

img
{
  border: 0px;
}

h1
{
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
}
