/*---------------------------
        TEXT STYLES
---------------------------*/

body {
        background-color: #FFFFFF;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 70%;
        color: #333333;
        margin: 0px;
}

p {
  line-height: 18px;
}

td {
  font-size: 70%;
        font-family : Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #0000aa; text-decoration: none;}
a:visited { color: #0000aa; text-decoration: none;}
a:hover { color: #aa0000;        text-decoration: underline;}

h1 {
        font-family: Verdana, Arial, Univers, sans-serif;
        color: #000088;
        font-weight: bold;
        font-size: 130%;
}

h2 {
        font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
        font-size: 110%;
        font-weight: bold;
        color: #000088;
}

h3 {
        font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
        font-size: 100%;
        color: #000088;
        font-weight: bold;
}

.MainHeading {color: white; font-weight:bold; font-size: 38px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}
.SubHeading {color: white; font-weight:bold; font-size: 20px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}

a.menu:link { color: #ffffff;        text-decoration: none; font-weight: bold;}
a.menu:visited { color: #ffffff; text-decoration: none; font-weight: bold;}
a.menu:hover { color: #ff0000; text-decoration: none; font-weight: bold;}

.comment{
  color:red;
  font-weight:bold;
}

.row1 {
  background-color: #F3F3F3;
  padding: 6px;
  font: 11px Verdana;
  color: #333333; 
}

.row2 {
  background-color: #FFFFFFF;
  padding: 6px;
  font: 11px Verdana;
  color: #333333; 
}

.rate {
  background-color: #243272;
  background-image: url('../images/table_bg.jpg');
  background-repeat: repeat-y;
  background-position: top left;
  padding: 6px;
  text-transform: uppercase;
  font: bold 13px Verdana;
  color: #FFFFFF; 
}

.button {
  height: 30px;
	background-color: #275DB5; 
	color: #FFFFFF; 
	font-size: 14px; 
	font-family: Verdana; 
	font-weight: bold; 
	text-align: center;
	vertical-align: middle;
	border: 1px solid black;
}