body {
  background-color: #e4ecea;
  margin: 0px;
}

a {
  color: #248ec2;
}

a:hover {
  color: #77a5d7;
}

a.red {
  color: #c1131d;
}

a.red:hover {
  color: #f36f75;
}

a.green {
  color: #447753;
}

a.green:hover {
  color: #449d7a;
}

a.blue {
  color: #77a5d7;
}
a.blue:hover {
  color: #a3c7e9;
}


.siteFrame {
  background-image: url('http://www.pvpauze.nl/graphics/bgSite.jpg');
  background-position: center;
  background-repeat: repeat-y;
}

.Menutop {
  background-image: url('http://www.pvpauze.nl/graphics/bgMenutop.jpg');
  background-position: center;
  background-repeat: repeat-x;
}

.newmenu { 
  background-image: url('http://www.pvpauze.nl/graphics/bgmenu.png');
  background-position: top left;
  background-repeat: repeat-x;
  font-size: 13px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #c1131d;
  font-weight: bold;
  vertical-align: middle;
  text-align:center;
}

.Sidebar {
  background-image: url('http://www.pvpauze.nl/graphics/bgSidebar.jpg');
  background-position: left;
  background-repeat: repeat-y;
  font-family: Trebuchet MS;
  font-size: 9pt;
  color: #445555;
  line-height: 150%;
}

.Frame {
  background-color: white;
  padding: 10px;
  font-family: Trebuchet MS;
  font-size: 13px;
  color: #465656;
  line-height: 150%;
}

.Title {
  font-family: Trebuchet MS;
  font-size: 15px;
  color: #c1131d;
  font-weight: bold;
}

.SubTitle {
  font-family: Trebuchet MS;
  font-size: 13px;
  color: #c1131d;
  font-weight: bold;
}

.SmallTitle {
  font-family: Trebuchet MS;
  font-size: 9pt;
  color: #c1131d;
  font-weight: bold;
}

.SmallFont{
  font-family: Trebuchet MS;
  font-size: 8pt;
  color: #465656;
  line-height: 150%;
}

.Nav {
  font-family: Trebuchet MS;
  font-size: 8pt;
  color: #b9b9b9;
}

.font {
  font-family: Trebuchet MS;
  font-size: 13px;
  color: #465656;
  line-height: 150%;
}

.Copyright {
  font-family: Trebuchet MS;
  font-size: 8pt;
  color: #248ec2;
  line-height: 150%;

}

.Form {
  border: 1px solid #bbbed0;
  background-image: url(http://www.pvpauze.nl/graphics/bgForm.jpg);
  background-repeat: repeat-x;
  font-size: 13px;
  color: #465656;
  font-family: Trebuchet MS;
  padding-left: 3px;
  padding-right: 3px;
}

.TableTop {
  font-family: Trebuchet MS;
  font-size: 13px;
  color: #c1131d;
  border-bottom: 1px solid #77a5d7;
  height:30px; 
  padding:3px;
}

.TableOdd {
  font-family: Trebuchet MS;
  font-size: 13px;
  background-color: #fafafa;
  color: #465656;
  padding: 3px;
  border-bottom: 1px solid #eeeeee;
  height:30px; 
  padding:3px;
  vertical-align:top;
}

.TableEven {
  font-family: Trebuchet MS;
  font-size: 13px;
  padding: 3px;
  color: #465656;
  border-bottom: 1px solid #eeeeee;
  height:30px; 
  padding:3px;
  vertical-align:top;
}

.StatLine {
  border: 1px solid #f6dcdd;
  background-color: #faeeee;
  font-family: Trebuchet MS;
  color: #c1131c;
  font-size: 12px;
  padding: 3px;
}

.StatLineGreen {
  border: 1px solid #9ad369;
  background-color: #c7eba0;
  font-family: Trebuchet MS;
  color: #447753;
  font-size: 12px;
  padding: 3px;
  font-weight: bold;
}

.StatLineBlue {
  border: 1px solid #e6f1f5;
  background-color: #f7fbfc;
  font-family: Trebuchet MS;
  color: #77a5d7;
  font-size: 12px;
  padding: 3px;
  font-weight: bold;
}

