body {
     font-family: Verdana, Arial, sans-serif;
	 color: #000000;
	 padding: 0px;
	 margin: 0px;
	 font-size: 12px;
	 background-color: #ffffff;
}

.top1 {
	background-image: url('images/top_bg.jpg');
	background-repeat: repeat-x;
}

.top2 {
	background-image: url('images/top2_bg.jpg');
	background-repeat: repeat-x;
}

ul {
     list-style-type: disc;
	 font-size: 12px;
}

.linkbar {
	 font-family: Verdana, Arial, sans-serif;
     font-size: 10px;
	 color: #ffffff;
	 line-height: 2em;
	 background-image: url('images/bottom_link_bg.jpg');
	 background-repeat: no-repeat;
	 background-position: center;
}

.photo {
    padding-right: 8px;
	padding-bottom: 8px;
}

.unl {
	text-decoration: underline;
	font-size: 14px;
}

.red {
	color: #FF0000;
}

a:link    {
	color: #000000; 
    text-decoration: underline;
}

a:visited {
    color: #333333; 
    text-decoration: underline;
}

a:hover   {
      color: #666666; 
	  text-decoration: none;
}

a:active  {
      color: #000000; 
	  text-decoration: underline;
}

.linkbar a:link    {
	color: #ffffff; 
    text-decoration: none;
}

.linkbar a:visited {
    color: #ffffff; 
    text-decoration: none;
}

.linkbar a:hover   {
      color: #cccccc; 
	  text-decoration: underline;
}

.linkbar a:active  {
      color: #ffffff; 
	  text-decoration: none;
}