/*---------------------------

        TEXT STYLES

---------------------------*/



body {

  margin: 0px 0px 0px 0px;

  background-color: #C8C0B6;

  background-image: url('../images/page_bg.gif');

  

  
}



a:link { color: #993300; text-decoration: none; }

a:visited { color: #993300; text-decoration: none; }

a:hover { color: #CC6633; text-decoration: underline; }



.required{

  color:#DD0000;

}



td {

  font-size: 80%;

  font-family : Verdana, Arial, Helvetica, sans-serif;

  color: #333333;

}



p { 

  line-height: 140%

}





li {

  list-style-image: url('/images/common/bullet_small.gif');

}



.news {

  color: #FFFFFF;

	margin: 10px 10px 10px 20px;

	font-size: 80%;

}



a.newslink:link { color: #330000; text-decoration: none; }

a.newslink:visited { color: #330000; text-decoration: none; }

a.newslink:hover { color: #993300; text-decoration: underline; }



.newsdate {

  border-bottom: 1px solid #CC6633;

	width: 100px;
	}

.newsdate_main {

  border-bottom: 1px solid #CC6633;

	width: 200px;

}

