.nav_bgcolor	{background-color: yellowgreen} <!-- #9acd32 -->

.no_border	{border-width: 0;}

body		{
		  background-color: #AAFFBA;
		  font-family: Arial, sans-serif;
		  font-size: 14px;
		  color: #01449E;
		  scrollbar-base-color: lightblue;
		  scrollbar-arrow-color: magenta;
		  scrollbar-3dlight-color: lightblue;
		  scrollbar-darkshadow-color: lightblue;
		}

.body_top	{
		  background-color: yellowgreen;
		  background-image: url(../images/top.gif);
		  background-attachment: fixed;
		  background-position: top center;
		  background-repeat: no-repeat;
		  font-family: Arial, sans-serif;
		  font-size: 14px;
		  color: #01449E;
		}

a		{
		  color: blue;
		  font-weight: bold;
		  text-decoration: none;
		}

a:hover		{color: #00AF00}



p		{
		 	 font-family: Arial, sans-serif;
		 	 font-size: 14px;
			 color: #01449E;		  
		}

table		{
		  width: 100%;
		  border: 0px solid;
		  font-size: 14px;
		  margin-left: 0px;
		  margin-top: 0%;
		}

.border_bottom	{
		  border-width: 0px 0px 1px 0px;
		  border-style: solid;
		  border-color: orange;
		}

.t2		{
		  width: 90%;
		  border: 0px solid;
		  font-size: 14px;
		  margin-left: 0px;
		}