/*---------------------------
        TEXT STYLES
---------------------------*/

body {
  margin: 0px;
  background-color: #C68432;
  background-image: url('../images/media/media_bg.jpg');
}
  
a:link { color: #104F6E; text-decoration: underline; }
a:visited { color: #104F6E; text-decoration: underline; }
a:hover { color: #136C91; text-decoration: none; }

td {
  color: #333333;
  font-size: 70%;
  font-family : Verdana, Arial, Helvetica, sans-serif;
}

td.content {
  background-image: url('../images/content_bg.jpg');
	padding: 30px 45px 50px 45px;
  background-repeat: no-repeat;
}


h1 {
  background-image: url('../images/common/h1_bg.gif');
  background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
  color: #852508;
  font-size: 140%;
  font-style: italic;
  height: 55;
  width: 480;
  padding: 17px 0px 0px 60px;
}

h2 {
  color: #104F6E;
  font-size: 110%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid ECEADE;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
	font-weight: bold;
}

h4 {
  font-size: 100%;
  margin: 0px;
  padding: 1px;
	font-weight: bold;
}

p {
  line-height: 150%;
}

ul {
  margin-left: 20px;
  margin-top: 10px;
}

li  {
	list-style-image: url(../images/common/bullet.gif);
  line-height: 140%;
}


.footer {
  background-image: url('../images/common/footer_bg.gif');
  background-repeat: repeat-x;
}

